Html Css Color HEX #A20D6E Eggplant

📋 copy color: '#A20D6E'

red 162 ◦ green 13 ◦ blue 110

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

Shades of Eggplant #A20D6E

Tints of Eggplant #A20D6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 38.6%

R = 56.84%
G = 4.56%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#A20D6E (or 0xA20D6E) is known color: Eggplant. HEX triplet: A2, 0D and 6E. RGB value is (162,13,110). Sum of RGB (Red+Green+Blue) = 162+13+110=285 (37% of max value = 765). Red value is 162 (63.67% from 255 or 56.84% from 285); Green value is 13 (5.47% from 255 or 4.56% from 285); Blue value is 110 (43.36% from 255 or 38.60% from 285); Max value from RGB is 162 - color contains mainly: red. Hex color #A20D6E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20D6E is #5DF291. Grayscale: #444444. Windows color (decimal): -6156946 or 7212450. OLE color: 7212450.

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

Color convert

RGB 162 13 110 -
CMYK 0 0.92 0.32 0.36
HSL 320.94º 0.85% 0.34% -
HSV(B) 320.94º 0.92% 0.64% -
XYZ 17.86 9.1 15.57 -
YUV 68.61 151.36 194.61 -
System Red Green Blue C M Y K H S L
Decimal 162 13 110 0 0.92 0.32 0.36 320.94 0.85 0.34
Hex A2 D 6E 0 5C 20 24 141 55 22
Octal 242 15 156 0 134 40 44 501 125 42
Binary 10100010 1101 1101110 0 1011100 100000 100100 101000001 1010101 100010

Color Harmonies of #A20D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20D6E

Black with #A20D6E

Text Example


Text Example

White with #A20D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20D6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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