Html Css Color HEX #A01572 Eggplant

📋 copy color: '#A01572'

red 160 ◦ green 21 ◦ blue 114

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

Shades of Eggplant #A01572

Tints of Eggplant #A01572

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.12%

 BLUE value IS 114 (44.92% from 255) = 38.64%

R = 54.24%
G = 7.12%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#A01572 (or 0xA01572) is known color: Eggplant. HEX triplet: A0, 15 and 72. RGB value is (160,21,114). Sum of RGB (Red+Green+Blue) = 160+21+114=295 (39% of max value = 765). Red value is 160 (62.89% from 255 or 54.24% from 295); Green value is 21 (8.59% from 255 or 7.12% from 295); Blue value is 114 (44.92% from 255 or 38.64% from 295); Max value from RGB is 160 - color contains mainly: red. Hex color #A01572 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A01572 is #5FEA8D. Grayscale: #484848. Windows color (decimal): -6285966 or 7476640. OLE color: 7476640.

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

Color convert

RGB 160 21 114 -
CMYK 0 0.87 0.29 0.37
HSL 319.86º 0.77% 0.35% -
HSV(B) 319.86º 0.87% 0.63% -
XYZ 17.8 9.22 16.76 -
YUV 73.16 151.05 189.94 -
System Red Green Blue C M Y K H S L
Decimal 160 21 114 0 0.87 0.29 0.37 319.86 0.77 0.35
Hex A0 15 72 0 57 1D 25 140 4D 23
Octal 240 25 162 0 127 35 45 500 115 43
Binary 10100000 10101 1110010 0 1010111 11101 100101 101000000 1001101 100011

Color Harmonies of #A01572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01572

Black with #A01572

Text Example


Text Example

White with #A01572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01572; }

 p { color: rgb(160,21,114); }

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

background-color css

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

 a { background-color: rgb(160,21,114); }

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

border-color css

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

 span { border-color: rgb(160,21,114); }

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