#AB81D0

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

Shades of East Side #AB81D0

Tints of East Side #AB81D0

Color information

#AB81D0 (or 0xAB81D0) is unknown color: approx East Side. HEX triplet: AB, 81 and D0. RGB value is (171,129,208). Sum of RGB (Red+Green+Blue) = 171+129+208=508 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.66% from 508); Green value is 129 (50.78% from 255 or 25.39% from 508); Blue value is 208 (81.64% from 255 or 40.94% from 508); Max value from RGB is 208 - color contains mainly: blue. Hex color #AB81D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB81D0 is #547E2F. Grayscale: #969696. Windows color (decimal): -5537328 or 13664683. OLE color: 13664683.

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

Color convert

RGB171129208-
CMYK0.180.3800.18
HSL271.9º45.66%66.08%-
HSV(B)271.9º37.98%81.57%-
XYZ36.0328.9163.36-
YUV150.56160.41142.58-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.66%
GREEN value IS 129 (50.78% from 255) = 25.39%
BLUE value IS 208 (81.64% from 255) = 40.94%
R=33.66%
G=25.39%
B=40.94%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1711292080.180.3800.18271.945.6666.08
HexAB81D012260121102e42
Octal253201320224602242056102
Binary101010111000000111010000100101001100100101000100001011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB81D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB81D0; }

 p { color: rgb(171,129,208); }

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

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

 a { background-color: rgb(171,129,208); }

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

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

 span { border-color: rgb(171,129,208); }

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