Html Css Color HEX #A20876 Eggplant

📋 copy color: '#A20876'

red 162 ◦ green 8 ◦ blue 118

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

Shades of Eggplant #A20876

Tints of Eggplant #A20876

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.78%

 BLUE value IS 118 (46.48% from 255) = 40.97%

R = 56.25%
G = 2.78%
B = 40.97%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A20876 (or 0xA20876) is known color: Eggplant. HEX triplet: A2, 08 and 76. RGB value is (162,8,118). Sum of RGB (Red+Green+Blue) = 162+8+118=288 (38% of max value = 765). Red value is 162 (63.67% from 255 or 56.25% from 288); Green value is 8 (3.52% from 255 or 2.78% from 288); Blue value is 118 (46.48% from 255 or 40.97% from 288); Max value from RGB is 162 - color contains mainly: red. Hex color #A20876 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20876 is #5DF789. Grayscale: #424242. Windows color (decimal): -6158218 or 7735458. OLE color: 7735458.

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

Color convert

RGB 162 8 118 -
CMYK 0 0.95 0.27 0.36
HSL 317.14º 0.91% 0.33% -
HSV(B) 317.14º 0.95% 0.64% -
XYZ 18.26 9.16 17.95 -
YUV 66.59 157.02 196.06 -
System Red Green Blue C M Y K H S L
Decimal 162 8 118 0 0.95 0.27 0.36 317.14 0.91 0.33
Hex A2 8 76 0 5F 1B 24 13D 5B 21
Octal 242 10 166 0 137 33 44 475 133 41
Binary 10100010 1000 1110110 0 1011111 11011 100100 100111101 1011011 100001

Color Harmonies of #A20876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20876

Black with #A20876

Text Example


Text Example

White with #A20876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20876; }

 p { color: rgb(162,8,118); }

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

background-color css

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

 a { background-color: rgb(162,8,118); }

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

border-color css

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

 span { border-color: rgb(162,8,118); }

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