Html Css Color HEX #A12292 Dark Purple

📋 copy color: '#A12292'

red 161 ◦ green 34 ◦ blue 146

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

Shades of Dark Purple #A12292

Tints of Dark Purple #A12292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 42.82%

R = 47.21%
G = 9.97%
B = 42.82%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#A12292 (or 0xA12292) is known color: Dark Purple. HEX triplet: A1, 22 and 92. RGB value is (161,34,146). Sum of RGB (Red+Green+Blue) = 161+34+146=341 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.21% from 341); Green value is 34 (13.67% from 255 or 9.97% from 341); Blue value is 146 (57.42% from 255 or 42.82% from 341); Max value from RGB is 161 - color contains mainly: red. Hex color #A12292 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12292 is #5EDD6D. Grayscale: #545454. Windows color (decimal): -6217070 or 9577121. OLE color: 9577121.

HSL color Cylindrical-coordinate representation of color #A12292: hue angle of 307.09º 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 #A12292 is Cyan = 0, Magento = 0.79, Yellow = 0.09 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 34 146 -
CMYK 0 0.79 0.09 0.37
HSL 307.09º 0.65% 0.38% -
HSV(B) 307.09º 0.79% 0.63% -
XYZ 20.46 10.8 28.2 -
YUV 84.74 162.58 182.39 -
System Red Green Blue C M Y K H S L
Decimal 161 34 146 0 0.79 0.09 0.37 307.09 0.65 0.38
Hex A1 22 92 0 4F 9 25 133 41 26
Octal 241 42 222 0 117 11 45 463 101 46
Binary 10100001 100010 10010010 0 1001111 1001 100101 100110011 1000001 100110

Color Harmonies of #A12292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12292

Black with #A12292

Text Example


Text Example

White with #A12292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12292; }

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

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

background-color css

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

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

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

border-color css

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

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

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