Html Css Color HEX #A02192 Dark Purple

📋 copy color: '#A02192'

red 160 ◦ green 33 ◦ blue 146

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

Shades of Dark Purple #A02192

Tints of Dark Purple #A02192

RGB

 RED value IS 160 (62.89% from 255) = 47.2%

 GREEN value IS 33 (13.28% from 255) = 9.73%

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

R = 47.2%
G = 9.73%
B = 43.07%

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

#A02192 (or 0xA02192) is known color: Dark Purple. HEX triplet: A0, 21 and 92. RGB value is (160,33,146). Sum of RGB (Red+Green+Blue) = 160+33+146=339 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.20% from 339); Green value is 33 (13.28% from 255 or 9.73% from 339); Blue value is 146 (57.42% from 255 or 43.07% from 339); Max value from RGB is 160 - color contains mainly: red. Hex color #A02192 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02192 is #5FDE6D. Grayscale: #535353. Windows color (decimal): -6282862 or 9576864. OLE color: 9576864.

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

Color convert

RGB 160 33 146 -
CMYK 0 0.79 0.09 0.37
HSL 306.61º 0.66% 0.38% -
HSV(B) 306.61º 0.79% 0.63% -
XYZ 20.23 10.64 28.18 -
YUV 83.86 163.08 182.31 -
System Red Green Blue C M Y K H S L
Decimal 160 33 146 0 0.79 0.09 0.37 306.61 0.66 0.38
Hex A0 21 92 0 4F 9 25 133 42 26
Octal 240 41 222 0 117 11 45 463 102 46
Binary 10100000 100001 10010010 0 1001111 1001 100101 100110011 1000010 100110

Color Harmonies of #A02192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02192

Black with #A02192

Text Example


Text Example

White with #A02192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02192; }

 p { color: rgb(160,33,146); }

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

background-color css

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

 a { background-color: rgb(160,33,146); }

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

border-color css

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

 span { border-color: rgb(160,33,146); }

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