Html Css Color HEX #A01079 Eggplant

📋 copy color: '#A01079'

red 160 ◦ green 16 ◦ blue 121

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

Shades of Eggplant #A01079

Tints of Eggplant #A01079

RGB

 RED value IS 160 (62.89% from 255) = 53.87%

 GREEN value IS 16 (6.64% from 255) = 5.39%

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

R = 53.87%
G = 5.39%
B = 40.74%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#A01079 (or 0xA01079) is known color: Eggplant. HEX triplet: A0, 10 and 79. RGB value is (160,16,121). Sum of RGB (Red+Green+Blue) = 160+16+121=297 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.87% from 297); Green value is 16 (6.64% from 255 or 5.39% from 297); Blue value is 121 (47.66% from 255 or 40.74% from 297); Max value from RGB is 160 - color contains mainly: red. Hex color #A01079 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A01079 is #5FEF86. Grayscale: #464646. Windows color (decimal): -6287239 or 7934112. OLE color: 7934112.

HSL color Cylindrical-coordinate representation of color #A01079: hue angle of 316.25º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A01079 is Cyan = 0, Magento = 0.9, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 16 121 -
CMYK 0 0.9 0.24 0.37
HSL 316.25º 0.82% 0.35% -
HSV(B) 316.25º 0.9% 0.63% -
XYZ 18.13 9.22 18.91 -
YUV 71.03 156.21 191.46 -
System Red Green Blue C M Y K H S L
Decimal 160 16 121 0 0.9 0.24 0.37 316.25 0.82 0.35
Hex A0 10 79 0 5A 18 25 13C 52 23
Octal 240 20 171 0 132 30 45 474 122 43
Binary 10100000 10000 1111001 0 1011010 11000 100101 100111100 1010010 100011

Color Harmonies of #A01079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01079

Black with #A01079

Text Example


Text Example

White with #A01079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01079; }

 p { color: rgb(160,16,121); }

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

background-color css

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

 a { background-color: rgb(160,16,121); }

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

border-color css

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

 span { border-color: rgb(160,16,121); }

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