Html Css Color HEX #A20373 Eggplant

📋 copy color: '#A20373'

red 162 ◦ green 3 ◦ blue 115

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

Shades of Eggplant #A20373

Tints of Eggplant #A20373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 41.07%

R = 57.86%
G = 1.07%
B = 41.07%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A20373 (or 0xA20373) is known color: Eggplant. HEX triplet: A2, 03 and 73. RGB value is (162,3,115). Sum of RGB (Red+Green+Blue) = 162+3+115=280 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.86% from 280); Green value is 3 (1.56% from 255 or 1.07% from 280); Blue value is 115 (45.31% from 255 or 41.07% from 280); Max value from RGB is 162 - color contains mainly: red. Hex color #A20373 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20373 is #5DFC8C. Grayscale: #3F3F3F. Windows color (decimal): -6159501 or 7537570. OLE color: 7537570.

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

Color convert

RGB 162 3 115 -
CMYK 0 0.98 0.29 0.36
HSL 317.74º 0.96% 0.32% -
HSV(B) 317.74º 0.98% 0.64% -
XYZ 18.03 8.98 17 -
YUV 63.31 157.18 198.39 -
System Red Green Blue C M Y K H S L
Decimal 162 3 115 0 0.98 0.29 0.36 317.74 0.96 0.32
Hex A2 3 73 0 62 1D 24 13E 60 20
Octal 242 3 163 0 142 35 44 476 140 40
Binary 10100010 11 1110011 0 1100010 11101 100100 100111110 1100000 100000

Color Harmonies of #A20373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20373

Black with #A20373

Text Example


Text Example

White with #A20373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20373; }

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

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

background-color css

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

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

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

border-color css

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

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

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