#AB81BD

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

Shades of East Side #AB81BD

Tints of East Side #AB81BD

Color information

#AB81BD (or 0xAB81BD) is unknown color: approx East Side. HEX triplet: AB, 81 and BD. RGB value is (171,129,189). Sum of RGB (Red+Green+Blue) = 171+129+189=489 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.97% from 489); Green value is 129 (50.78% from 255 or 26.38% from 489); Blue value is 189 (74.22% from 255 or 38.65% from 489); Max value from RGB is 189 - color contains mainly: blue. Hex color #AB81BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB81BD is #547E42. Grayscale: #949494. Windows color (decimal): -5537347 or 12419499. OLE color: 12419499.

HSL color Cylindrical-coordinate representation of color #AB81BD: hue angle of 282º degrees, saturation: 0.31, 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 #AB81BD is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB171129189-
CMYK0.100.3200.26
HSL282º31.25%62.35%-
HSV(B)282º31.75%74.12%-
XYZ33.8328.0351.77-
YUV148.4150.91144.12-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.97%
GREEN value IS 129 (50.78% from 255) = 26.38%
BLUE value IS 189 (74.22% from 255) = 38.65%
R=34.97%
G=26.38%
B=38.65%

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
Decimal1711291890.100.3200.2628231.2562.35
HexAB81BDA2001A11a1f3e
Octal25320127512400324323776
Binary101010111000000110111101101010000001101010001101011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB81BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB81BD; }

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

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

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

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

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

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

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

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