Html Css Color HEX #A01270 Eggplant

📋 copy color: '#A01270'

red 160 ◦ green 18 ◦ blue 112

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

Shades of Eggplant #A01270

Tints of Eggplant #A01270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 38.62%

R = 55.17%
G = 6.21%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#A01270 (or 0xA01270) is known color: Eggplant. HEX triplet: A0, 12 and 70. RGB value is (160,18,112). Sum of RGB (Red+Green+Blue) = 160+18+112=290 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.17% from 290); Green value is 18 (7.42% from 255 or 6.21% from 290); Blue value is 112 (44.14% from 255 or 38.62% from 290); Max value from RGB is 160 - color contains mainly: red. Hex color #A01270 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A01270 is #5FED8F. Grayscale: #464646. Windows color (decimal): -6286736 or 7344800. OLE color: 7344800.

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

Color convert

RGB 160 18 112 -
CMYK 0 0.89 0.30 0.37
HSL 320.28º 0.8% 0.35% -
HSV(B) 320.28º 0.89% 0.63% -
XYZ 17.64 9.08 16.15 -
YUV 71.17 151.04 191.36 -
System Red Green Blue C M Y K H S L
Decimal 160 18 112 0 0.89 0.30 0.37 320.28 0.8 0.35
Hex A0 12 70 0 59 1E 25 140 50 23
Octal 240 22 160 0 131 36 45 500 120 43
Binary 10100000 10010 1110000 0 1011001 11110 100101 101000000 1010000 100011

Color Harmonies of #A01270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01270

Black with #A01270

Text Example


Text Example

White with #A01270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01270; }

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

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

background-color css

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

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

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

border-color css

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

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

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