Html Css Color HEX #A12889 Dark Purple

📋 copy color: '#A12889'

red 161 ◦ green 40 ◦ blue 137

#A12889
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Purple #A12889

Tints of Dark Purple #A12889

RGB

 RED value IS 161 (63.28% from 255) = 47.63%

 GREEN value IS 40 (16.02% from 255) = 11.83%

 BLUE value IS 137 (53.91% from 255) = 40.53%

R = 47.63%
G = 11.83%
B = 40.53%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.15

 K value IS 0.37

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A12889 (or 0xA12889) is known color: Dark Purple. HEX triplet: A1, 28 and 89. RGB value is (161,40,137). Sum of RGB (Red+Green+Blue) = 161+40+137=338 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.63% from 338); Green value is 40 (16.02% from 255 or 11.83% from 338); Blue value is 137 (53.91% from 255 or 40.53% from 338); Max value from RGB is 161 - color contains mainly: red. Hex color #A12889 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12889 is #5ED776. Grayscale: #565656. Windows color (decimal): -6215543 or 8988833. OLE color: 8988833.

HSL color Cylindrical-coordinate representation of color #A12889: hue angle of 311.9º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A12889 is Cyan = 0, Magento = 0.75, Yellow = 0.15 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 40 137 -
CMYK 0 0.75 0.15 0.37
HSL 311.9º 0.6% 0.39% -
HSV(B) 311.9º 0.75% 0.63% -
XYZ 19.97 10.9 24.72 -
YUV 87.24 156.09 180.61 -
System Red Green Blue C M Y K H S L
Decimal 161 40 137 0 0.75 0.15 0.37 311.9 0.6 0.39
Hex A1 28 89 0 4B F 25 138 3C 27
Octal 241 50 211 0 113 17 45 470 74 47
Binary 10100001 101000 10001001 0 1001011 1111 100101 100111000 111100 100111

Color Harmonies of #A12889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12889

Black with #A12889

Text Example


Text Example

White with #A12889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12889; }

 p { color: rgb(161,40,137); }

 H1.HeaderClassName
 {
   color: #A12889;
 }
 .AnyTagClassName
 {
   color: #A12889;
 }
</style>

background-color css

<style>
 a { background-color: #A12889; }

 a { background-color: rgb(161,40,137); }

 div.DivClassName
 {
   background-color: #A12889;
 }
 .BgClassName
 {
   background-color: #A12889;
 }
</style>

border-color css

<style>
 span { border-color: #A12889; }

 span { border-color: rgb(161,40,137); }

 td.TdClassName
 {
   border-color: #A12889;
 }
 .TagClassName
 {
   border-color: #A12889;
 }
</style>