Html Css Color HEX #A01475 Eggplant

📋 copy color: '#A01475'

red 160 ◦ green 20 ◦ blue 117

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

Shades of Eggplant #A01475

Tints of Eggplant #A01475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 39.39%

R = 53.87%
G = 6.73%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#A01475 (or 0xA01475) is known color: Eggplant. HEX triplet: A0, 14 and 75. RGB value is (160,20,117). Sum of RGB (Red+Green+Blue) = 160+20+117=297 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.87% from 297); Green value is 20 (8.20% from 255 or 6.73% from 297); Blue value is 117 (46.09% from 255 or 39.39% from 297); Max value from RGB is 160 - color contains mainly: red. Hex color #A01475 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A01475 is #5FEB8A. Grayscale: #484848. Windows color (decimal): -6286219 or 7672992. OLE color: 7672992.

HSL color Cylindrical-coordinate representation of color #A01475: hue angle of 318.43º 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 #A01475 is Cyan = 0, Magento = 0.88, Yellow = 0.27 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 20 117 -
CMYK 0 0.88 0.27 0.37
HSL 318.43º 0.78% 0.35% -
HSV(B) 318.43º 0.88% 0.63% -
XYZ 17.96 9.26 17.67 -
YUV 72.92 152.88 190.11 -
System Red Green Blue C M Y K H S L
Decimal 160 20 117 0 0.88 0.27 0.37 318.43 0.78 0.35
Hex A0 14 75 0 58 1B 25 13E 4E 23
Octal 240 24 165 0 130 33 45 476 116 43
Binary 10100000 10100 1110101 0 1011000 11011 100101 100111110 1001110 100011

Color Harmonies of #A01475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01475

Black with #A01475

Text Example


Text Example

White with #A01475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01475; }

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

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

background-color css

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

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

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

border-color css

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

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

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