Html Css Color HEX #AB0480 Eggplant

📋 copy color: '#AB0480'

red 171 ◦ green 4 ◦ blue 128

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

Shades of Eggplant #AB0480

Tints of Eggplant #AB0480

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.32%

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

R = 56.44%
G = 1.32%
B = 42.24%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AB0480 (or 0xAB0480) is known color: Eggplant. HEX triplet: AB, 04 and 80. RGB value is (171,4,128). Sum of RGB (Red+Green+Blue) = 171+4+128=303 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.44% from 303); Green value is 4 (1.95% from 255 or 1.32% from 303); Blue value is 128 (50.39% from 255 or 42.24% from 303); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0480 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0480 is #54FB7F. Grayscale: #434343. Windows color (decimal): -5569408 or 8389803. OLE color: 8389803.

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

Color convert

RGB 171 4 128 -
CMYK 0 0.98 0.25 0.33
HSL 315.45º 0.95% 0.34% -
HSV(B) 315.45º 0.98% 0.67% -
XYZ 20.73 10.3 21.32 -
YUV 68.07 161.83 201.42 -
System Red Green Blue C M Y K H S L
Decimal 171 4 128 0 0.98 0.25 0.33 315.45 0.95 0.34
Hex AB 4 80 0 62 19 21 13B 5F 22
Octal 253 4 200 0 142 31 41 473 137 42
Binary 10101011 100 10000000 0 1100010 11001 100001 100111011 1011111 100010

Color Harmonies of #AB0480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0480

Black with #AB0480

Text Example


Text Example

White with #AB0480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0480; }

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

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

background-color css

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

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

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

border-color css

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

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

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