Html Css Color HEX #A20E7D Eggplant

📋 copy color: '#A20E7D'

red 162 ◦ green 14 ◦ blue 125

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

Shades of Eggplant #A20E7D

Tints of Eggplant #A20E7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 41.53%

R = 53.82%
G = 4.65%
B = 41.53%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A20E7D (or 0xA20E7D) is known color: Eggplant. HEX triplet: A2, 0E and 7D. RGB value is (162,14,125). Sum of RGB (Red+Green+Blue) = 162+14+125=301 (39% of max value = 765). Red value is 162 (63.67% from 255 or 53.82% from 301); Green value is 14 (5.86% from 255 or 4.65% from 301); Blue value is 125 (49.22% from 255 or 41.53% from 301); Max value from RGB is 162 - color contains mainly: red. Hex color #A20E7D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20E7D is #5DF182. Grayscale: #464646. Windows color (decimal): -6156675 or 8195746. OLE color: 8195746.

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

Color convert

RGB 162 14 125 -
CMYK 0 0.91 0.23 0.36
HSL 315º 0.84% 0.35% -
HSV(B) 315º 0.91% 0.64% -
XYZ 18.76 9.48 20.24 -
YUV 70.91 158.53 192.97 -
System Red Green Blue C M Y K H S L
Decimal 162 14 125 0 0.91 0.23 0.36 315 0.84 0.35
Hex A2 E 7D 0 5B 17 24 13B 54 23
Octal 242 16 175 0 133 27 44 473 124 43
Binary 10100010 1110 1111101 0 1011011 10111 100100 100111011 1010100 100011

Color Harmonies of #A20E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20E7D

Black with #A20E7D

Text Example


Text Example

White with #A20E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20E7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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