Html Css Color HEX #AB027C Eggplant

📋 copy color: '#AB027C'

red 171 ◦ green 2 ◦ blue 124

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

Shades of Eggplant #AB027C

Tints of Eggplant #AB027C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.67%

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

R = 57.58%
G = 0.67%
B = 41.75%

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

#AB027C (or 0xAB027C) is known color: Eggplant. HEX triplet: AB, 02 and 7C. RGB value is (171,2,124). Sum of RGB (Red+Green+Blue) = 171+2+124=297 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.58% from 297); Green value is 2 (1.17% from 255 or 0.67% from 297); Blue value is 124 (48.83% from 255 or 41.75% from 297); Max value from RGB is 171 - color contains mainly: red. Hex color #AB027C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB027C is #54FD83. Grayscale: #424242. Windows color (decimal): -5569924 or 8127147. OLE color: 8127147.

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

Color convert

RGB 171 2 124 -
CMYK 0 0.99 0.27 0.33
HSL 316.69º 0.98% 0.34% -
HSV(B) 316.69º 0.99% 0.67% -
XYZ 20.45 10.16 19.95 -
YUV 66.44 160.49 202.58 -
System Red Green Blue C M Y K H S L
Decimal 171 2 124 0 0.99 0.27 0.33 316.69 0.98 0.34
Hex AB 2 7C 0 63 1B 21 13D 62 22
Octal 253 2 174 0 143 33 41 475 142 42
Binary 10101011 10 1111100 0 1100011 11011 100001 100111101 1100010 100010

Color Harmonies of #AB027C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB027C

Black with #AB027C

Text Example


Text Example

White with #AB027C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB027C; }

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

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

background-color css

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

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

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

border-color css

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

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

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