Html Css Color HEX #A20D6D Eggplant

📋 copy color: '#A20D6D'

red 162 ◦ green 13 ◦ blue 109

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

Shades of Eggplant #A20D6D

Tints of Eggplant #A20D6D

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.58%

 BLUE value IS 109 (42.97% from 255) = 38.38%

R = 57.04%
G = 4.58%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#A20D6D (or 0xA20D6D) is known color: Eggplant. HEX triplet: A2, 0D and 6D. RGB value is (162,13,109). Sum of RGB (Red+Green+Blue) = 162+13+109=284 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.04% from 284); Green value is 13 (5.47% from 255 or 4.58% from 284); Blue value is 109 (42.97% from 255 or 38.38% from 284); Max value from RGB is 162 - color contains mainly: red. Hex color #A20D6D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20D6D is #5DF292. Grayscale: #444444. Windows color (decimal): -6156947 or 7146914. OLE color: 7146914.

HSL color Cylindrical-coordinate representation of color #A20D6D: hue angle of 321.34º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A20D6D is Cyan = 0, Magento = 0.92, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 13 109 -
CMYK 0 0.92 0.33 0.36
HSL 321.34º 0.85% 0.34% -
HSV(B) 321.34º 0.92% 0.64% -
XYZ 17.8 9.07 15.28 -
YUV 68.5 150.86 194.69 -
System Red Green Blue C M Y K H S L
Decimal 162 13 109 0 0.92 0.33 0.36 321.34 0.85 0.34
Hex A2 D 6D 0 5C 21 24 141 55 22
Octal 242 15 155 0 134 41 44 501 125 42
Binary 10100010 1101 1101101 0 1011100 100001 100100 101000001 1010101 100010

Color Harmonies of #A20D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20D6D

Black with #A20D6D

Text Example


Text Example

White with #A20D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20D6D; }

 p { color: rgb(162,13,109); }

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

background-color css

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

 a { background-color: rgb(162,13,109); }

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

border-color css

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

 span { border-color: rgb(162,13,109); }

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