#AB81B2

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

Shades of East Side #AB81B2

Tints of East Side #AB81B2

Color information

#AB81B2 (or 0xAB81B2) is unknown color: approx East Side. HEX triplet: AB, 81 and B2. RGB value is (171,129,178). Sum of RGB (Red+Green+Blue) = 171+129+178=478 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.77% from 478); Green value is 129 (50.78% from 255 or 26.99% from 478); Blue value is 178 (69.92% from 255 or 37.24% from 478); Max value from RGB is 178 - color contains mainly: blue. Hex color #AB81B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB81B2 is #547E4D. Grayscale: #929292. Windows color (decimal): -5537358 or 11698603. OLE color: 11698603.

HSL color Cylindrical-coordinate representation of color #AB81B2: hue angle of 291.43º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AB81B2 is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB171129178-
CMYK0.040.2800.30
HSL291.43º24.14%60.2%-
HSV(B)291.43º27.53%69.8%-
XYZ32.6827.5745.72-
YUV147.14145.41145.02-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.77%
GREEN value IS 129 (50.78% from 255) = 26.99%
BLUE value IS 178 (69.92% from 255) = 37.24%
R=35.77%
G=26.99%
B=37.24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1711291780.040.2800.30291.4324.1460.2
HexAB81B241C01E123183c
Octal2532012624340364433074
Binary1010101110000001101100101001110001111010010001111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB81B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB81B2; }

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

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

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

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

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

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

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

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