Html Css Color HEX #A01271 Eggplant

📋 copy color: '#A01271'

red 160 ◦ green 18 ◦ blue 113

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

Shades of Eggplant #A01271

Tints of Eggplant #A01271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 38.83%

R = 54.98%
G = 6.19%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#A01271 (or 0xA01271) is known color: Eggplant. HEX triplet: A0, 12 and 71. RGB value is (160,18,113). Sum of RGB (Red+Green+Blue) = 160+18+113=291 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.98% from 291); Green value is 18 (7.42% from 255 or 6.19% from 291); Blue value is 113 (44.53% from 255 or 38.83% from 291); Max value from RGB is 160 - color contains mainly: red. Hex color #A01271 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A01271 is #5FED8E. Grayscale: #474747. Windows color (decimal): -6286735 or 7410336. OLE color: 7410336.

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

Color convert

RGB 160 18 113 -
CMYK 0 0.89 0.29 0.37
HSL 319.86º 0.8% 0.35% -
HSV(B) 319.86º 0.89% 0.63% -
XYZ 17.69 9.1 16.45 -
YUV 71.29 151.54 191.28 -
System Red Green Blue C M Y K H S L
Decimal 160 18 113 0 0.89 0.29 0.37 319.86 0.8 0.35
Hex A0 12 71 0 59 1D 25 140 50 23
Octal 240 22 161 0 131 35 45 500 120 43
Binary 10100000 10010 1110001 0 1011001 11101 100101 101000000 1010000 100011

Color Harmonies of #A01271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01271

Black with #A01271

Text Example


Text Example

White with #A01271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01271; }

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

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

background-color css

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

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

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

border-color css

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

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

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