Html Css Color HEX #A20072 Eggplant

📋 copy color: '#A20072'

red 162 ◦ green 0 ◦ blue 114

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

Shades of Eggplant #A20072

Tints of Eggplant #A20072

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 58.7%
G = 0%
B = 41.3%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A20072 (or 0xA20072) is known color: Eggplant. HEX triplet: A2, 00 and 72. RGB value is (162,0,114). Sum of RGB (Red+Green+Blue) = 162+0+114=276 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.70% from 276); Green value is 0 (0.39% from 255 or 0% from 276); Blue value is 114 (44.92% from 255 or 41.30% from 276); Max value from RGB is 162 - color contains mainly: red. Hex color #A20072 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20072 is #5DFF8D. Grayscale: #3D3D3D. Windows color (decimal): -6160270 or 7471266. OLE color: 7471266.

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

Color convert

RGB 162 0 114 -
CMYK 0 1 0.30 0.36
HSL 317.78º 1% 0.32% -
HSV(B) 317.78º 1% 0.64% -
XYZ 17.94 8.9 16.69 -
YUV 61.43 157.67 199.73 -
System Red Green Blue C M Y K H S L
Decimal 162 0 114 0 1 0.30 0.36 317.78 1 0.32
Hex A2 0 72 0 64 1E 24 13E 64 20
Octal 242 0 162 0 144 36 44 476 144 40
Binary 10100010 0 1110010 0 1100100 11110 100100 100111110 1100100 100000

Color Harmonies of #A20072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20072

Black with #A20072

Text Example


Text Example

White with #A20072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20072; }

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

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

background-color css

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

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

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

border-color css

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

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

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