Html Css Color HEX #AB017F Eggplant

📋 copy color: '#AB017F'

red 171 ◦ green 1 ◦ blue 127

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

Shades of Eggplant #AB017F

Tints of Eggplant #AB017F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

 BLUE value IS 127 (50% from 255) = 42.47%

R = 57.19%
G = 0.33%
B = 42.47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AB017F (or 0xAB017F) is known color: Eggplant. HEX triplet: AB, 01 and 7F. RGB value is (171,1,127). Sum of RGB (Red+Green+Blue) = 171+1+127=299 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.19% from 299); Green value is 1 (0.78% from 255 or 0.33% from 299); Blue value is 127 (50% from 255 or 42.47% from 299); Max value from RGB is 171 - color contains mainly: red. Hex color #AB017F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB017F is #54FE80. Grayscale: #414141. Windows color (decimal): -5570177 or 8323499. OLE color: 8323499.

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

Color convert

RGB 171 1 127 -
CMYK 0 0.99 0.26 0.33
HSL 315.53º 0.99% 0.34% -
HSV(B) 315.53º 0.99% 0.67% -
XYZ 20.64 10.21 20.96 -
YUV 66.19 162.32 202.75 -
System Red Green Blue C M Y K H S L
Decimal 171 1 127 0 0.99 0.26 0.33 315.53 0.99 0.34
Hex AB 1 7F 0 63 1A 21 13C 63 22
Octal 253 1 177 0 143 32 41 474 143 42
Binary 10101011 1 1111111 0 1100011 11010 100001 100111100 1100011 100010

Color Harmonies of #AB017F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB017F

Black with #AB017F

Text Example


Text Example

White with #AB017F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB017F; }

 p { color: rgb(171,1,127); }

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

background-color css

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

 a { background-color: rgb(171,1,127); }

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

border-color css

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

 span { border-color: rgb(171,1,127); }

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