#AB80D1

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

Shades of East Side #AB80D1

Tints of East Side #AB80D1

Color information

#AB80D1 (or 0xAB80D1) is unknown color: approx East Side. HEX triplet: AB, 80 and D1. RGB value is (171,128,209). Sum of RGB (Red+Green+Blue) = 171+128+209=508 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.66% from 508); Green value is 128 (50.39% from 255 or 25.20% from 508); Blue value is 209 (82.03% from 255 or 41.14% from 508); Max value from RGB is 209 - color contains mainly: blue. Hex color #AB80D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB80D1 is #547F2E. Grayscale: #959595. Windows color (decimal): -5537583 or 13729963. OLE color: 13729963.

HSL color Cylindrical-coordinate representation of color #AB80D1: hue angle of 271.85º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AB80D1 is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB171128209-
CMYK0.180.3900.18
HSL271.85º46.82%66.08%-
HSV(B)271.85º38.76%81.96%-
XYZ36.0228.763.96-
YUV150.09161.25142.91-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.66%
GREEN value IS 128 (50.39% from 255) = 25.20%
BLUE value IS 209 (82.03% from 255) = 41.14%
R=33.66%
G=25.20%
B=41.14%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1711282090.180.3900.18271.8546.8266.08
HexAB80D112270121102f42
Octal253200321224702242057102
Binary101010111000000011010001100101001110100101000100001011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB80D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB80D1; }

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

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

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

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

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

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

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

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