Html Css Color HEX #A02A8A Dark Purple

📋 copy color: '#A02A8A'

red 160 ◦ green 42 ◦ blue 138

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

Shades of Dark Purple #A02A8A

Tints of Dark Purple #A02A8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 40.59%

R = 47.06%
G = 12.35%
B = 40.59%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A02A8A (or 0xA02A8A) is known color: Dark Purple. HEX triplet: A0, 2A and 8A. RGB value is (160,42,138). Sum of RGB (Red+Green+Blue) = 160+42+138=340 (45% of max value = 765). Red value is 160 (62.89% from 255 or 47.06% from 340); Green value is 42 (16.80% from 255 or 12.35% from 340); Blue value is 138 (54.30% from 255 or 40.59% from 340); Max value from RGB is 160 - color contains mainly: red. Hex color #A02A8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02A8A is #5FD575. Grayscale: #575757. Windows color (decimal): -6280566 or 9054880. OLE color: 9054880.

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

Color convert

RGB 160 42 138 -
CMYK 0 0.74 0.14 0.37
HSL 311.19º 0.58% 0.4% -
HSV(B) 311.19º 0.74% 0.63% -
XYZ 19.91 10.96 25.11 -
YUV 88.23 156.09 179.19 -
System Red Green Blue C M Y K H S L
Decimal 160 42 138 0 0.74 0.14 0.37 311.19 0.58 0.4
Hex A0 2A 8A 0 4A E 25 137 3A 28
Octal 240 52 212 0 112 16 45 467 72 50
Binary 10100000 101010 10001010 0 1001010 1110 100101 100110111 111010 101000

Color Harmonies of #A02A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02A8A

Black with #A02A8A

Text Example


Text Example

White with #A02A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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