Html Css Color HEX #AB0571 Eggplant

📋 copy color: '#AB0571'

red 171 ◦ green 5 ◦ blue 113

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

Shades of Eggplant #AB0571

Tints of Eggplant #AB0571

RGB

 RED value IS 171 (67.19% from 255) = 59.17%

 GREEN value IS 5 (2.34% from 255) = 1.73%

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

R = 59.17%
G = 1.73%
B = 39.1%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AB0571 (or 0xAB0571) is known color: Eggplant. HEX triplet: AB, 05 and 71. RGB value is (171,5,113). Sum of RGB (Red+Green+Blue) = 171+5+113=289 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.17% from 289); Green value is 5 (2.34% from 255 or 1.73% from 289); Blue value is 113 (44.53% from 255 or 39.10% from 289); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0571 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0571 is #54FA8E. Grayscale: #424242. Windows color (decimal): -5569167 or 7407019. OLE color: 7407019.

HSL color Cylindrical-coordinate representation of color #AB0571: hue angle of 320.96º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AB0571 is Cyan = 0, Magento = 0.97, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 5 113 -
CMYK 0 0.97 0.34 0.33
HSL 320.96º 0.94% 0.35% -
HSV(B) 320.96º 0.97% 0.67% -
XYZ 19.83 9.96 16.5 -
YUV 66.95 154 202.22 -
System Red Green Blue C M Y K H S L
Decimal 171 5 113 0 0.97 0.34 0.33 320.96 0.94 0.35
Hex AB 5 71 0 61 22 21 141 5E 23
Octal 253 5 161 0 141 42 41 501 136 43
Binary 10101011 101 1110001 0 1100001 100010 100001 101000001 1011110 100011

Color Harmonies of #AB0571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0571

Black with #AB0571

Text Example


Text Example

White with #AB0571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0571; }

 p { color: rgb(171,5,113); }

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

background-color css

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

 a { background-color: rgb(171,5,113); }

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

border-color css

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

 span { border-color: rgb(171,5,113); }

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