Html Css Color HEX #A01477 Eggplant

📋 copy color: '#A01477'

red 160 ◦ green 20 ◦ blue 119

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

Shades of Eggplant #A01477

Tints of Eggplant #A01477

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.69%

 BLUE value IS 119 (46.88% from 255) = 39.8%

R = 53.51%
G = 6.69%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.26

 K value IS 0.37

RGB Variations

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

Color information

#A01477 (or 0xA01477) is known color: Eggplant. HEX triplet: A0, 14 and 77. RGB value is (160,20,119). Sum of RGB (Red+Green+Blue) = 160+20+119=299 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.51% from 299); Green value is 20 (8.20% from 255 or 6.69% from 299); Blue value is 119 (46.88% from 255 or 39.80% from 299); Max value from RGB is 160 - color contains mainly: red. Hex color #A01477 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A01477 is #5FEB88. Grayscale: #484848. Windows color (decimal): -6286217 or 7804064. OLE color: 7804064.

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

Color convert

RGB 160 20 119 -
CMYK 0 0.88 0.26 0.37
HSL 317.57º 0.78% 0.35% -
HSV(B) 317.57º 0.88% 0.63% -
XYZ 18.08 9.31 18.3 -
YUV 73.15 153.88 189.95 -
System Red Green Blue C M Y K H S L
Decimal 160 20 119 0 0.88 0.26 0.37 317.57 0.78 0.35
Hex A0 14 77 0 58 1A 25 13E 4E 23
Octal 240 24 167 0 130 32 45 476 116 43
Binary 10100000 10100 1110111 0 1011000 11010 100101 100111110 1001110 100011

Color Harmonies of #A01477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01477

Black with #A01477

Text Example


Text Example

White with #A01477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01477; }

 p { color: rgb(160,20,119); }

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

background-color css

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

 a { background-color: rgb(160,20,119); }

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

border-color css

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

 span { border-color: rgb(160,20,119); }

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