Html Css Color HEX #AB0080 Eggplant

📋 copy color: '#AB0080'

red 171 ◦ green 0 ◦ blue 128

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

Shades of Eggplant #AB0080

Tints of Eggplant #AB0080

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 128 (50.39% from 255) = 42.81%

R = 57.19%
G = 0%
B = 42.81%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AB0080 (or 0xAB0080) is known color: Eggplant. HEX triplet: AB, 00 and 80. RGB value is (171,0,128). Sum of RGB (Red+Green+Blue) = 171+0+128=299 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.19% from 299); Green value is 0 (0.39% from 255 or 0% from 299); Blue value is 128 (50.39% from 255 or 42.81% from 299); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0080 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0080 is #54FF7F. Grayscale: #414141. Windows color (decimal): -5570432 or 8388779. OLE color: 8388779.

HSL color Cylindrical-coordinate representation of color #AB0080: hue angle of 315.09º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AB0080 is Cyan = 0, Magento = 1, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 0 128 -
CMYK 0 1 0.25 0.33
HSL 315.09º 1% 0.34% -
HSV(B) 315.09º 1% 0.67% -
XYZ 20.69 10.22 21.3 -
YUV 65.72 163.15 203.09 -
System Red Green Blue C M Y K H S L
Decimal 171 0 128 0 1 0.25 0.33 315.09 1 0.34
Hex AB 0 80 0 64 19 21 13B 64 22
Octal 253 0 200 0 144 31 41 473 144 42
Binary 10101011 0 10000000 0 1100100 11001 100001 100111011 1100100 100010

Color Harmonies of #AB0080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0080

Black with #AB0080

Text Example


Text Example

White with #AB0080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0080; }

 p { color: rgb(171,0,128); }

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

background-color css

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

 a { background-color: rgb(171,0,128); }

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

border-color css

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

 span { border-color: rgb(171,0,128); }

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