Html Css Color HEX #A12296 Dark Purple

📋 copy color: '#A12296'

red 161 ◦ green 34 ◦ blue 150

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

Shades of Dark Purple #A12296

Tints of Dark Purple #A12296

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.86%

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

R = 46.67%
G = 9.86%
B = 43.48%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#A12296 (or 0xA12296) is known color: Dark Purple. HEX triplet: A1, 22 and 96. RGB value is (161,34,150). Sum of RGB (Red+Green+Blue) = 161+34+150=345 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.67% from 345); Green value is 34 (13.67% from 255 or 9.86% from 345); Blue value is 150 (58.98% from 255 or 43.48% from 345); Max value from RGB is 161 - color contains mainly: red. Hex color #A12296 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12296 is #5EDD69. Grayscale: #545454. Windows color (decimal): -6217066 or 9839265. OLE color: 9839265.

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

Color convert

RGB 161 34 150 -
CMYK 0 0.79 0.07 0.37
HSL 305.2º 0.65% 0.38% -
HSV(B) 305.2º 0.79% 0.63% -
XYZ 20.77 10.92 29.87 -
YUV 85.2 164.58 182.07 -
System Red Green Blue C M Y K H S L
Decimal 161 34 150 0 0.79 0.07 0.37 305.2 0.65 0.38
Hex A1 22 96 0 4F 7 25 131 41 26
Octal 241 42 226 0 117 7 45 461 101 46
Binary 10100001 100010 10010110 0 1001111 111 100101 100110001 1000001 100110

Color Harmonies of #A12296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12296

Black with #A12296

Text Example


Text Example

White with #A12296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12296; }

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

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

background-color css

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

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

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

border-color css

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

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

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