Html Css Color HEX #A20879 Eggplant

📋 copy color: '#A20879'

red 162 ◦ green 8 ◦ blue 121

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

Shades of Eggplant #A20879

Tints of Eggplant #A20879

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 41.58%

R = 55.67%
G = 2.75%
B = 41.58%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A20879 (or 0xA20879) is known color: Eggplant. HEX triplet: A2, 08 and 79. RGB value is (162,8,121). Sum of RGB (Red+Green+Blue) = 162+8+121=291 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.67% from 291); Green value is 8 (3.52% from 255 or 2.75% from 291); Blue value is 121 (47.66% from 255 or 41.58% from 291); Max value from RGB is 162 - color contains mainly: red. Hex color #A20879 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20879 is #5DF786. Grayscale: #424242. Windows color (decimal): -6158215 or 7932066. OLE color: 7932066.

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

Color convert

RGB 162 8 121 -
CMYK 0 0.95 0.25 0.36
HSL 315.97º 0.91% 0.33% -
HSV(B) 315.97º 0.95% 0.64% -
XYZ 18.44 9.24 18.9 -
YUV 66.93 158.52 195.81 -
System Red Green Blue C M Y K H S L
Decimal 162 8 121 0 0.95 0.25 0.36 315.97 0.91 0.33
Hex A2 8 79 0 5F 19 24 13C 5B 21
Octal 242 10 171 0 137 31 44 474 133 41
Binary 10100010 1000 1111001 0 1011111 11001 100100 100111100 1011011 100001

Color Harmonies of #A20879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20879

Black with #A20879

Text Example


Text Example

White with #A20879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20879; }

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

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

background-color css

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

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

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

border-color css

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

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

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