COLOR #A425BF

HEX: #A425BF RGB: (164,37,191)

Color info

#A425BF contains mainly red and blue colors. Web safe color of #A425BF is #9933CC (or #93C).

RGB color model

#A425BF color RGB value is (164,37,191).

RGB: (164,37,191) (64%, 15%, 75%)

RGB channels and saturation

R 164 of 255 = 64%
G 37 of 255 = 15%
B 191 of 255 = 75%

164
37
191

R + G + B ~ 51%. #A425BF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 164 + 37 + 191 = 392 (100%)
R 164 of 392 ~ 41.84%
G 37 of 392 ~ 9.44%
B 191 of 392 ~ 48.72'%

%41.84
%48.72

CMYK color model

#A425BF color CMYK value is (14,81,0,25).

  • cyan value is 14.14%
  • magenta value is 80.63%
  • yellow value is 0.00%
  • key color value is 25.10%

CMYK: (14,81,0,25)
C14M81Y0K25 (14%, 81%, 0%, 25%)
(0.14 / 0.81 / 0.00 / 0.25)

CMYK percentages

%14.14
%80.63
%0
%25.1

Codes

Color #A425BF in popluar color models

A4 25 BF
RGB 164 37 191
HSL 289° 67.54% 44.71%
HSB/HSV 289° 80.63% 74.90%
CMYK 14.14% 80.63% 0.00%
25.10%

Color #A425BF in popluar number systems.

HEX A4 25 BF
Decimal 164 37 191
Binary 10100100 100101 10111111
Octal 244 45 277

Shades and tints

Shades of #A425BF

#A425BF
(164,37,191)
#9622AE
(150,34,174)
#881F9D
(136,31,157)
#7A1C8C
(122,28,140)
#6C197B
(108,25,123)
#5E166A
(94,22,106)
#501359
(80,19,89)
#421048
(66,16,72)
#340D37
(52,13,55)
#260A26
(38,10,38)
#180715
(24,7,21)
#000000
(0,0,0)

Tints of #A425BF

#A425BF
(164,37,191)
#AC38C4
(172,56,196)
#B44BC9
(180,75,201)
#BC5ECE
(188,94,206)
#C471D3
(196,113,211)
#CC84D8
(204,132,216)
#D497DD
(212,151,221)
#DCAAE2
(220,170,226)
#E4BDE7
(228,189,231)
#ECD0EC
(236,208,236)
#F4E3F1
(244,227,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A425BF color. Also use rgb(164,37,191) instead hex code.

Text Font Color

.myTextColor { color: #A425BF; }

<p style="color:#A425BF">This sample text font color is #A425BF.</p>

This text font color is #A425BF.

Background Color

.myBgColor { background-color: #A425BF; }

<div style="background-color:#A425BF">Inner text</div>

This div background color is #A425BF.

Border color

.myBorderColor { border: 1px solid #A425BF; }

<div style="border:3px solid #A425BF">Div</div>

This div border color is #A425BF.

Opacity

.myOpacity80 { color: #A425BF; opacity: 0.8; }

<p style="color:#A425BF;opacity:0.8;">80%</p>

Text with #A425BF color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A425BF;}

<p style="text-shadow: 3px 3px 1px #A425BF">Text here.</p>

This text has shadow with #A425BF color.


.textShadow {text-shadow: 3px 3px 1px #A425BF', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A425BF, 5px 5px 20px red">Text here.</p>

This text has shadow with #A425BF primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A425BF, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A425BF, Direction=45, Strength=4)">Text</p>

This text has shadow with #A425BF and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A425BF;
-webkit-box-shadow: 1px 1px 3px 2px #A425BF;
box-shadow: 1px 1px 3px 2px #A425BF;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A425BF; -webkit-box-shadow: 1px 1px 3px 2px #A425BF; box-shadow:1px 1px 3px 2px #A425BF;">
Div content here
</div>

This div box has shadow with color #A425BF.

Preview

Color preview on black background

This text has color #A425BF on black background.


Color preview on white background

This text has color #A425BF on white background.


Black color preview on #A425BF background

This text has black color on #A425BF background.


White color preview on #A425BF background

This text has white color on #A425BF background.


Related colors

Complementary color

Complementary color for #hex is #5BDA40.


I love getcolorcode.com

Triadic colors

1 #BFA425 and #25BFA4 with #A425BF are triadic colors.

2 #BF25A4 and #25A4BF with #A425BF are triadic colors.