Html Css Color HEX #A20070 Eggplant

📋 copy color: '#A20070'

red 162 ◦ green 0 ◦ blue 112

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

Shades of Eggplant #A20070

Tints of Eggplant #A20070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 40.88%

R = 59.12%
G = 0%
B = 40.88%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#A20070 (or 0xA20070) is known color: Eggplant. HEX triplet: A2, 00 and 70. RGB value is (162,0,112). Sum of RGB (Red+Green+Blue) = 162+0+112=274 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.12% from 274); Green value is 0 (0.39% from 255 or 0% from 274); Blue value is 112 (44.14% from 255 or 40.88% from 274); Max value from RGB is 162 - color contains mainly: red. Hex color #A20070 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20070 is #5DFF8F. Grayscale: #3C3C3C. Windows color (decimal): -6160272 or 7340194. OLE color: 7340194.

HSL color Cylindrical-coordinate representation of color #A20070: hue angle of 318.52º 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 #A20070 is Cyan = 0, Magento = 1, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 0 112 -
CMYK 0 1 0.31 0.36
HSL 318.52º 1% 0.32% -
HSV(B) 318.52º 1% 0.64% -
XYZ 17.82 8.85 16.1 -
YUV 61.21 156.67 199.89 -
System Red Green Blue C M Y K H S L
Decimal 162 0 112 0 1 0.31 0.36 318.52 1 0.32
Hex A2 0 70 0 64 1F 24 13F 64 20
Octal 242 0 160 0 144 37 44 477 144 40
Binary 10100010 0 1110000 0 1100100 11111 100100 100111111 1100100 100000

Color Harmonies of #A20070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20070

Black with #A20070

Text Example


Text Example

White with #A20070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20070; }

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

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

background-color css

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

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

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

border-color css

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

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

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