Html Css Color HEX #A20A7D Eggplant

📋 copy color: '#A20A7D'

red 162 ◦ green 10 ◦ blue 125

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

Shades of Eggplant #A20A7D

Tints of Eggplant #A20A7D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.37%

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

R = 54.55%
G = 3.37%
B = 42.09%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A20A7D (or 0xA20A7D) is known color: Eggplant. HEX triplet: A2, 0A and 7D. RGB value is (162,10,125). Sum of RGB (Red+Green+Blue) = 162+10+125=297 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.55% from 297); Green value is 10 (4.30% from 255 or 3.37% from 297); Blue value is 125 (49.22% from 255 or 42.09% from 297); Max value from RGB is 162 - color contains mainly: red. Hex color #A20A7D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20A7D is #5DF582. Grayscale: #444444. Windows color (decimal): -6157699 or 8194722. OLE color: 8194722.

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

Color convert

RGB 162 10 125 -
CMYK 0 0.94 0.23 0.36
HSL 314.61º 0.88% 0.34% -
HSV(B) 314.61º 0.94% 0.64% -
XYZ 18.71 9.38 20.23 -
YUV 68.56 159.86 194.65 -
System Red Green Blue C M Y K H S L
Decimal 162 10 125 0 0.94 0.23 0.36 314.61 0.88 0.34
Hex A2 A 7D 0 5E 17 24 13B 58 22
Octal 242 12 175 0 136 27 44 473 130 42
Binary 10100010 1010 1111101 0 1011110 10111 100100 100111011 1011000 100010

Color Harmonies of #A20A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20A7D

Black with #A20A7D

Text Example


Text Example

White with #A20A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20A7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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