Html Css Color HEX #A20370 Eggplant

📋 copy color: '#A20370'

red 162 ◦ green 3 ◦ blue 112

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

Shades of Eggplant #A20370

Tints of Eggplant #A20370

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.08%

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

R = 58.48%
G = 1.08%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#A20370 (or 0xA20370) is known color: Eggplant. HEX triplet: A2, 03 and 70. RGB value is (162,3,112). Sum of RGB (Red+Green+Blue) = 162+3+112=277 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.48% from 277); Green value is 3 (1.56% from 255 or 1.08% from 277); Blue value is 112 (44.14% from 255 or 40.43% from 277); Max value from RGB is 162 - color contains mainly: red. Hex color #A20370 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20370 is #5DFC8F. Grayscale: #3E3E3E. Windows color (decimal): -6159504 or 7340962. OLE color: 7340962.

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

Color convert

RGB 162 3 112 -
CMYK 0 0.98 0.31 0.36
HSL 318.87º 0.96% 0.32% -
HSV(B) 318.87º 0.98% 0.64% -
XYZ 17.86 8.92 16.11 -
YUV 62.97 155.68 198.64 -
System Red Green Blue C M Y K H S L
Decimal 162 3 112 0 0.98 0.31 0.36 318.87 0.96 0.32
Hex A2 3 70 0 62 1F 24 13F 60 20
Octal 242 3 160 0 142 37 44 477 140 40
Binary 10100010 11 1110000 0 1100010 11111 100100 100111111 1100000 100000

Color Harmonies of #A20370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20370

Black with #A20370

Text Example


Text Example

White with #A20370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20370; }

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

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

background-color css

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

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

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

border-color css

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

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

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