Html Css Color HEX #AB0180 Eggplant

📋 copy color: '#AB0180'

red 171 ◦ green 1 ◦ blue 128

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

Shades of Eggplant #AB0180

Tints of Eggplant #AB0180

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

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

R = 57%
G = 0.33%
B = 42.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AB0180 (or 0xAB0180) is known color: Eggplant. HEX triplet: AB, 01 and 80. RGB value is (171,1,128). Sum of RGB (Red+Green+Blue) = 171+1+128=300 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57% from 300); Green value is 1 (0.78% from 255 or 0.33% from 300); Blue value is 128 (50.39% from 255 or 42.67% from 300); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0180 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0180 is #54FE7F. Grayscale: #414141. Windows color (decimal): -5570176 or 8389035. OLE color: 8389035.

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

Color convert

RGB 171 1 128 -
CMYK 0 0.99 0.25 0.33
HSL 315.18º 0.99% 0.34% -
HSV(B) 315.18º 0.99% 0.67% -
XYZ 20.7 10.24 21.31 -
YUV 66.31 162.82 202.67 -
System Red Green Blue C M Y K H S L
Decimal 171 1 128 0 0.99 0.25 0.33 315.18 0.99 0.34
Hex AB 1 80 0 63 19 21 13B 63 22
Octal 253 1 200 0 143 31 41 473 143 42
Binary 10101011 1 10000000 0 1100011 11001 100001 100111011 1100011 100010

Color Harmonies of #AB0180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0180

Black with #AB0180

Text Example


Text Example

White with #AB0180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0180; }

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

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

background-color css

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

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

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

border-color css

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

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

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