Html Css Color HEX #A01276 Eggplant

📋 copy color: '#A01276'

red 160 ◦ green 18 ◦ blue 118

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

Shades of Eggplant #A01276

Tints of Eggplant #A01276

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.08%

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

R = 54.05%
G = 6.08%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.26

 K value IS 0.37

RGB Variations

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

Color information

#A01276 (or 0xA01276) is known color: Eggplant. HEX triplet: A0, 12 and 76. RGB value is (160,18,118). Sum of RGB (Red+Green+Blue) = 160+18+118=296 (39% of max value = 765). Red value is 160 (62.89% from 255 or 54.05% from 296); Green value is 18 (7.42% from 255 or 6.08% from 296); Blue value is 118 (46.48% from 255 or 39.86% from 296); Max value from RGB is 160 - color contains mainly: red. Hex color #A01276 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A01276 is #5FED89. Grayscale: #474747. Windows color (decimal): -6286730 or 7738016. OLE color: 7738016.

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

Color convert

RGB 160 18 118 -
CMYK 0 0.89 0.26 0.37
HSL 317.75º 0.8% 0.35% -
HSV(B) 317.75º 0.89% 0.63% -
XYZ 17.98 9.21 17.97 -
YUV 71.86 154.04 190.87 -
System Red Green Blue C M Y K H S L
Decimal 160 18 118 0 0.89 0.26 0.37 317.75 0.8 0.35
Hex A0 12 76 0 59 1A 25 13E 50 23
Octal 240 22 166 0 131 32 45 476 120 43
Binary 10100000 10010 1110110 0 1011001 11010 100101 100111110 1010000 100011

Color Harmonies of #A01276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01276

Black with #A01276

Text Example


Text Example

White with #A01276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01276; }

 p { color: rgb(160,18,118); }

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

background-color css

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

 a { background-color: rgb(160,18,118); }

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

border-color css

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

 span { border-color: rgb(160,18,118); }

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