Html Css Color HEX #AB027F Eggplant

📋 copy color: '#AB027F'

red 171 ◦ green 2 ◦ blue 127

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

Shades of Eggplant #AB027F

Tints of Eggplant #AB027F

RGB

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

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

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

R = 57%
G = 0.67%
B = 42.33%

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

#AB027F (or 0xAB027F) is known color: Eggplant. HEX triplet: AB, 02 and 7F. RGB value is (171,2,127). Sum of RGB (Red+Green+Blue) = 171+2+127=300 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57% from 300); Green value is 2 (1.17% from 255 or 0.67% from 300); Blue value is 127 (50% from 255 or 42.33% from 300); Max value from RGB is 171 - color contains mainly: red. Hex color #AB027F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB027F is #54FD80. Grayscale: #424242. Windows color (decimal): -5569921 or 8323755. OLE color: 8323755.

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

Color convert

RGB 171 2 127 -
CMYK 0 0.99 0.26 0.33
HSL 315.62º 0.98% 0.34% -
HSV(B) 315.62º 0.99% 0.67% -
XYZ 20.65 10.23 20.97 -
YUV 66.78 161.99 202.34 -
System Red Green Blue C M Y K H S L
Decimal 171 2 127 0 0.99 0.26 0.33 315.62 0.98 0.34
Hex AB 2 7F 0 63 1A 21 13C 62 22
Octal 253 2 177 0 143 32 41 474 142 42
Binary 10101011 10 1111111 0 1100011 11010 100001 100111100 1100010 100010

Color Harmonies of #AB027F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB027F

Black with #AB027F

Text Example


Text Example

White with #AB027F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB027F; }

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

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

background-color css

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

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

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

border-color css

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

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

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