#AB80BD

Color #AB80BD East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #AB80BD

Tints of East Side #AB80BD

Color information

#AB80BD (or 0xAB80BD) is unknown color: approx East Side. HEX triplet: AB, 80 and BD. RGB value is (171,128,189). Sum of RGB (Red+Green+Blue) = 171+128+189=488 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.04% from 488); Green value is 128 (50.39% from 255 or 26.23% from 488); Blue value is 189 (74.22% from 255 or 38.73% from 488); Max value from RGB is 189 - color contains mainly: blue. Hex color #AB80BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB80BD is #547F42. Grayscale: #939393. Windows color (decimal): -5537603 or 12419243. OLE color: 12419243.

HSL color Cylindrical-coordinate representation of color #AB80BD: hue angle of 282.3º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AB80BD is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB171128189-
CMYK0.100.3200.26
HSL282.3º31.61%62.16%-
HSV(B)282.3º32.28%74.12%-
XYZ33.727.7751.73-
YUV147.81151.25144.54-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.04%
GREEN value IS 128 (50.39% from 255) = 26.23%
BLUE value IS 189 (74.22% from 255) = 38.73%
R=35.04%
G=26.23%
B=38.73%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1711281890.100.3200.26282.331.6162.16
HexAB80BDA2001A11a203e
Octal25320027512400324324076
Binary1010101110000000101111011010100000011010100011010100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB80BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB80BD; }

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

 H1.HeaderClassName
 {
   color: #AB80BD;
 }
 .AnyTagClassName
 {
   color: #AB80BD;
 }
</style>
background-color css

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

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

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

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

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

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