Html Css Color HEX #A20C72 Eggplant

📋 copy color: '#A20C72'

red 162 ◦ green 12 ◦ blue 114

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

Shades of Eggplant #A20C72

Tints of Eggplant #A20C72

RGB

 RED value IS 162 (63.67% from 255) = 56.25%

 GREEN value IS 12 (5.08% from 255) = 4.17%

 BLUE value IS 114 (44.92% from 255) = 39.58%

R = 56.25%
G = 4.17%
B = 39.58%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A20C72 (or 0xA20C72) is known color: Eggplant. HEX triplet: A2, 0C and 72. RGB value is (162,12,114). Sum of RGB (Red+Green+Blue) = 162+12+114=288 (38% of max value = 765). Red value is 162 (63.67% from 255 or 56.25% from 288); Green value is 12 (5.08% from 255 or 4.17% from 288); Blue value is 114 (44.92% from 255 or 39.58% from 288); Max value from RGB is 162 - color contains mainly: red. Hex color #A20C72 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20C72 is #5DF38D. Grayscale: #444444. Windows color (decimal): -6157198 or 7474338. OLE color: 7474338.

HSL color Cylindrical-coordinate representation of color #A20C72: hue angle of 319.2º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A20C72 is Cyan = 0, Magento = 0.93, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 12 114 -
CMYK 0 0.93 0.30 0.36
HSL 319.2º 0.86% 0.34% -
HSV(B) 319.2º 0.93% 0.64% -
XYZ 18.07 9.16 16.74 -
YUV 68.48 153.7 194.71 -
System Red Green Blue C M Y K H S L
Decimal 162 12 114 0 0.93 0.30 0.36 319.2 0.86 0.34
Hex A2 C 72 0 5D 1E 24 13F 56 22
Octal 242 14 162 0 135 36 44 477 126 42
Binary 10100010 1100 1110010 0 1011101 11110 100100 100111111 1010110 100010

Color Harmonies of #A20C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20C72

Black with #A20C72

Text Example


Text Example

White with #A20C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20C72; }

 p { color: rgb(162,12,114); }

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

background-color css

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

 a { background-color: rgb(162,12,114); }

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

border-color css

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

 span { border-color: rgb(162,12,114); }

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