Html Css Color HEX #A02A96 Dark Purple

📋 copy color: '#A02A96'

red 160 ◦ green 42 ◦ blue 150

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

Shades of Dark Purple #A02A96

Tints of Dark Purple #A02A96

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.93%

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

R = 45.45%
G = 11.93%
B = 42.61%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.06

 K value IS 0.37

RGB Variations

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

Color information

#A02A96 (or 0xA02A96) is known color: Dark Purple. HEX triplet: A0, 2A and 96. RGB value is (160,42,150). Sum of RGB (Red+Green+Blue) = 160+42+150=352 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.45% from 352); Green value is 42 (16.80% from 255 or 11.93% from 352); Blue value is 150 (58.98% from 255 or 42.61% from 352); Max value from RGB is 160 - color contains mainly: red. Hex color #A02A96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02A96 is #5FD569. Grayscale: #595959. Windows color (decimal): -6280554 or 9841312. OLE color: 9841312.

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

Color convert

RGB 160 42 150 -
CMYK 0 0.74 0.06 0.37
HSL 305.08º 0.58% 0.4% -
HSV(B) 305.08º 0.74% 0.63% -
XYZ 20.83 11.33 29.94 -
YUV 89.59 162.09 178.22 -
System Red Green Blue C M Y K H S L
Decimal 160 42 150 0 0.74 0.06 0.37 305.08 0.58 0.4
Hex A0 2A 96 0 4A 6 25 131 3A 28
Octal 240 52 226 0 112 6 45 461 72 50
Binary 10100000 101010 10010110 0 1001010 110 100101 100110001 111010 101000

Color Harmonies of #A02A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02A96

Black with #A02A96

Text Example


Text Example

White with #A02A96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02A96; }

 p { color: rgb(160,42,150); }

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

background-color css

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

 a { background-color: rgb(160,42,150); }

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

border-color css

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

 span { border-color: rgb(160,42,150); }

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