Html Css Color HEX #A02992 Dark Purple

📋 copy color: '#A02992'

red 160 ◦ green 41 ◦ blue 146

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

Shades of Dark Purple #A02992

Tints of Dark Purple #A02992

RGB

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

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

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

R = 46.11%
G = 11.82%
B = 42.07%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#A02992 (or 0xA02992) is known color: Dark Purple. HEX triplet: A0, 29 and 92. RGB value is (160,41,146). Sum of RGB (Red+Green+Blue) = 160+41+146=347 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.11% from 347); Green value is 41 (16.41% from 255 or 11.82% from 347); Blue value is 146 (57.42% from 255 or 42.07% from 347); Max value from RGB is 160 - color contains mainly: red. Hex color #A02992 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02992 is #5FD66D. Grayscale: #585858. Windows color (decimal): -6280814 or 9578912. OLE color: 9578912.

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

Color convert

RGB 160 41 146 -
CMYK 0 0.74 0.09 0.37
HSL 307.06º 0.59% 0.39% -
HSV(B) 307.06º 0.74% 0.63% -
XYZ 20.48 11.13 28.26 -
YUV 88.55 160.42 178.96 -
System Red Green Blue C M Y K H S L
Decimal 160 41 146 0 0.74 0.09 0.37 307.06 0.59 0.39
Hex A0 29 92 0 4A 9 25 133 3B 27
Octal 240 51 222 0 112 11 45 463 73 47
Binary 10100000 101001 10010010 0 1001010 1001 100101 100110011 111011 100111

Color Harmonies of #A02992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02992

Black with #A02992

Text Example


Text Example

White with #A02992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02992; }

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

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

background-color css

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

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

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

border-color css

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

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

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