Html Css Color HEX #AB0A7C Eggplant

📋 copy color: '#AB0A7C'

red 171 ◦ green 10 ◦ blue 124

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

Shades of Eggplant #AB0A7C

Tints of Eggplant #AB0A7C

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.28%

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

R = 56.07%
G = 3.28%
B = 40.66%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AB0A7C (or 0xAB0A7C) is known color: Eggplant. HEX triplet: AB, 0A and 7C. RGB value is (171,10,124). Sum of RGB (Red+Green+Blue) = 171+10+124=305 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.07% from 305); Green value is 10 (4.30% from 255 or 3.28% from 305); Blue value is 124 (48.83% from 255 or 40.66% from 305); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0A7C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0A7C is #54F583. Grayscale: #464646. Windows color (decimal): -5567876 or 8129195. OLE color: 8129195.

HSL color Cylindrical-coordinate representation of color #AB0A7C: hue angle of 317.52º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB0A7C is Cyan = 0, Magento = 0.94, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 10 124 -
CMYK 0 0.94 0.27 0.33
HSL 317.52º 0.89% 0.35% -
HSV(B) 317.52º 0.94% 0.67% -
XYZ 20.54 10.33 19.98 -
YUV 71.14 157.84 199.23 -
System Red Green Blue C M Y K H S L
Decimal 171 10 124 0 0.94 0.27 0.33 317.52 0.89 0.35
Hex AB A 7C 0 5E 1B 21 13E 59 23
Octal 253 12 174 0 136 33 41 476 131 43
Binary 10101011 1010 1111100 0 1011110 11011 100001 100111110 1011001 100011

Color Harmonies of #AB0A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0A7C

Black with #AB0A7C

Text Example


Text Example

White with #AB0A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0A7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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