Html Css Color HEX #AB017C Eggplant

📋 copy color: '#AB017C'

red 171 ◦ green 1 ◦ blue 124

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

Shades of Eggplant #AB017C

Tints of Eggplant #AB017C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 41.89%

R = 57.77%
G = 0.34%
B = 41.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AB017C (or 0xAB017C) is known color: Eggplant. HEX triplet: AB, 01 and 7C. RGB value is (171,1,124). Sum of RGB (Red+Green+Blue) = 171+1+124=296 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.77% from 296); Green value is 1 (0.78% from 255 or 0.34% from 296); Blue value is 124 (48.83% from 255 or 41.89% from 296); Max value from RGB is 171 - color contains mainly: red. Hex color #AB017C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB017C is #54FE83. Grayscale: #414141. Windows color (decimal): -5570180 or 8126891. OLE color: 8126891.

HSL color Cylindrical-coordinate representation of color #AB017C: hue angle of 316.59º 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 #AB017C is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 1 124 -
CMYK 0 0.99 0.27 0.33
HSL 316.59º 0.99% 0.34% -
HSV(B) 316.59º 0.99% 0.67% -
XYZ 20.44 10.13 19.95 -
YUV 65.85 160.82 203 -
System Red Green Blue C M Y K H S L
Decimal 171 1 124 0 0.99 0.27 0.33 316.59 0.99 0.34
Hex AB 1 7C 0 63 1B 21 13D 63 22
Octal 253 1 174 0 143 33 41 475 143 42
Binary 10101011 1 1111100 0 1100011 11011 100001 100111101 1100011 100010

Color Harmonies of #AB017C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB017C

Black with #AB017C

Text Example


Text Example

White with #AB017C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB017C; }

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

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

background-color css

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

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

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

border-color css

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

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

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