Html Css Color HEX #AB057C Eggplant

📋 copy color: '#AB057C'

red 171 ◦ green 5 ◦ blue 124

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

Shades of Eggplant #AB057C

Tints of Eggplant #AB057C

RGB

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

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

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

R = 57%
G = 1.67%
B = 41.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AB057C (or 0xAB057C) is known color: Eggplant. HEX triplet: AB, 05 and 7C. RGB value is (171,5,124). Sum of RGB (Red+Green+Blue) = 171+5+124=300 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57% from 300); Green value is 5 (2.34% from 255 or 1.67% from 300); Blue value is 124 (48.83% from 255 or 41.33% from 300); Max value from RGB is 171 - color contains mainly: red. Hex color #AB057C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB057C is #54FA83. Grayscale: #434343. Windows color (decimal): -5569156 or 8127915. OLE color: 8127915.

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

Color convert

RGB 171 5 124 -
CMYK 0 0.97 0.27 0.33
HSL 316.99º 0.94% 0.35% -
HSV(B) 316.99º 0.97% 0.67% -
XYZ 20.49 10.22 19.96 -
YUV 68.2 159.5 201.32 -
System Red Green Blue C M Y K H S L
Decimal 171 5 124 0 0.97 0.27 0.33 316.99 0.94 0.35
Hex AB 5 7C 0 61 1B 21 13D 5E 23
Octal 253 5 174 0 141 33 41 475 136 43
Binary 10101011 101 1111100 0 1100001 11011 100001 100111101 1011110 100011

Color Harmonies of #AB057C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB057C

Black with #AB057C

Text Example


Text Example

White with #AB057C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB057C; }

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

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

background-color css

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

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

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

border-color css

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

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

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