Html Css Color HEX #A12996 Dark Purple

📋 copy color: '#A12996'

red 161 ◦ green 41 ◦ blue 150

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

Shades of Dark Purple #A12996

Tints of Dark Purple #A12996

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.65%

 BLUE value IS 150 (58.98% from 255) = 42.61%

R = 45.74%
G = 11.65%
B = 42.61%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#A12996 (or 0xA12996) is known color: Dark Purple. HEX triplet: A1, 29 and 96. RGB value is (161,41,150). Sum of RGB (Red+Green+Blue) = 161+41+150=352 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.74% from 352); Green value is 41 (16.41% from 255 or 11.65% from 352); Blue value is 150 (58.98% from 255 or 42.61% from 352); Max value from RGB is 161 - color contains mainly: red. Hex color #A12996 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12996 is #5ED669. Grayscale: #585858. Windows color (decimal): -6215274 or 9841057. OLE color: 9841057.

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

Color convert

RGB 161 41 150 -
CMYK 0 0.75 0.07 0.37
HSL 305.5º 0.59% 0.4% -
HSV(B) 305.5º 0.75% 0.63% -
XYZ 21 11.36 29.94 -
YUV 89.31 162.26 179.14 -
System Red Green Blue C M Y K H S L
Decimal 161 41 150 0 0.75 0.07 0.37 305.5 0.59 0.4
Hex A1 29 96 0 4B 7 25 132 3B 28
Octal 241 51 226 0 113 7 45 462 73 50
Binary 10100001 101001 10010110 0 1001011 111 100101 100110010 111011 101000

Color Harmonies of #A12996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12996

Black with #A12996

Text Example


Text Example

White with #A12996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12996; }

 p { color: rgb(161,41,150); }

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

background-color css

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

 a { background-color: rgb(161,41,150); }

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

border-color css

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

 span { border-color: rgb(161,41,150); }

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