Html Css Color HEX #A12092 Dark Purple

📋 copy color: '#A12092'

red 161 ◦ green 32 ◦ blue 146

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

Shades of Dark Purple #A12092

Tints of Dark Purple #A12092

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.44%

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

R = 47.49%
G = 9.44%
B = 43.07%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#A12092 (or 0xA12092) is known color: Dark Purple. HEX triplet: A1, 20 and 92. RGB value is (161,32,146). Sum of RGB (Red+Green+Blue) = 161+32+146=339 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.49% from 339); Green value is 32 (12.89% from 255 or 9.44% from 339); Blue value is 146 (57.42% from 255 or 43.07% from 339); Max value from RGB is 161 - color contains mainly: red. Hex color #A12092 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12092 is #5EDF6D. Grayscale: #535353. Windows color (decimal): -6217582 or 9576609. OLE color: 9576609.

HSL color Cylindrical-coordinate representation of color #A12092: hue angle of 306.98º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A12092 is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 32 146 -
CMYK 0 0.80 0.09 0.37
HSL 306.98º 0.67% 0.38% -
HSV(B) 306.98º 0.8% 0.63% -
XYZ 20.4 10.69 28.18 -
YUV 83.57 163.24 183.23 -
System Red Green Blue C M Y K H S L
Decimal 161 32 146 0 0.80 0.09 0.37 306.98 0.67 0.38
Hex A1 20 92 0 50 9 25 133 43 26
Octal 241 40 222 0 120 11 45 463 103 46
Binary 10100001 100000 10010010 0 1010000 1001 100101 100110011 1000011 100110

Color Harmonies of #A12092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12092

Black with #A12092

Text Example


Text Example

White with #A12092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12092; }

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

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

background-color css

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

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

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

border-color css

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

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

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