Html Css Color HEX #A20E75 Eggplant

📋 copy color: '#A20E75'

red 162 ◦ green 14 ◦ blue 117

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

Shades of Eggplant #A20E75

Tints of Eggplant #A20E75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 39.93%

R = 55.29%
G = 4.78%
B = 39.93%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#A20E75 (or 0xA20E75) is known color: Eggplant. HEX triplet: A2, 0E and 75. RGB value is (162,14,117). Sum of RGB (Red+Green+Blue) = 162+14+117=293 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.29% from 293); Green value is 14 (5.86% from 255 or 4.78% from 293); Blue value is 117 (46.09% from 255 or 39.93% from 293); Max value from RGB is 162 - color contains mainly: red. Hex color #A20E75 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20E75 is #5DF18A. Grayscale: #454545. Windows color (decimal): -6156683 or 7671458. OLE color: 7671458.

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

Color convert

RGB 162 14 117 -
CMYK 0 0.91 0.28 0.36
HSL 318.24º 0.84% 0.35% -
HSV(B) 318.24º 0.91% 0.64% -
XYZ 18.27 9.28 17.66 -
YUV 69.99 154.53 193.62 -
System Red Green Blue C M Y K H S L
Decimal 162 14 117 0 0.91 0.28 0.36 318.24 0.84 0.35
Hex A2 E 75 0 5B 1C 24 13E 54 23
Octal 242 16 165 0 133 34 44 476 124 43
Binary 10100010 1110 1110101 0 1011011 11100 100100 100111110 1010100 100011

Color Harmonies of #A20E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20E75

Black with #A20E75

Text Example


Text Example

White with #A20E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20E75; }

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

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

background-color css

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

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

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

border-color css

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

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

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