Html Css Color HEX #A20E73 Eggplant

📋 copy color: '#A20E73'

red 162 ◦ green 14 ◦ blue 115

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

Shades of Eggplant #A20E73

Tints of Eggplant #A20E73

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.81%

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

R = 55.67%
G = 4.81%
B = 39.52%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A20E73 (or 0xA20E73) is known color: Eggplant. HEX triplet: A2, 0E and 73. RGB value is (162,14,115). Sum of RGB (Red+Green+Blue) = 162+14+115=291 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.67% from 291); Green value is 14 (5.86% from 255 or 4.81% from 291); Blue value is 115 (45.31% from 255 or 39.52% from 291); Max value from RGB is 162 - color contains mainly: red. Hex color #A20E73 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20E73 is #5DF18C. Grayscale: #454545. Windows color (decimal): -6156685 or 7540386. OLE color: 7540386.

HSL color Cylindrical-coordinate representation of color #A20E73: hue angle of 319.05º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A20E73 is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 14 115 -
CMYK 0 0.91 0.29 0.36
HSL 319.05º 0.84% 0.35% -
HSV(B) 319.05º 0.91% 0.64% -
XYZ 18.15 9.23 17.05 -
YUV 69.77 153.53 193.79 -
System Red Green Blue C M Y K H S L
Decimal 162 14 115 0 0.91 0.29 0.36 319.05 0.84 0.35
Hex A2 E 73 0 5B 1D 24 13F 54 23
Octal 242 16 163 0 133 35 44 477 124 43
Binary 10100010 1110 1110011 0 1011011 11101 100100 100111111 1010100 100011

Color Harmonies of #A20E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20E73

Black with #A20E73

Text Example


Text Example

White with #A20E73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20E73; }

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

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

background-color css

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

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

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

border-color css

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

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

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