#AB82D1

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

Shades of East Side #AB82D1

Tints of East Side #AB82D1

Color information

#AB82D1 (or 0xAB82D1) is unknown color: approx East Side. HEX triplet: AB, 82 and D1. RGB value is (171,130,209). Sum of RGB (Red+Green+Blue) = 171+130+209=510 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.53% from 510); Green value is 130 (51.17% from 255 or 25.49% from 510); Blue value is 209 (82.03% from 255 or 40.98% from 510); Max value from RGB is 209 - color contains mainly: blue. Hex color #AB82D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB82D1 is #547D2E. Grayscale: #969696. Windows color (decimal): -5537071 or 13730475. OLE color: 13730475.

HSL color Cylindrical-coordinate representation of color #AB82D1: hue angle of 271.14º 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 #AB82D1 is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB171130209-
CMYK0.180.3800.18
HSL271.14º46.2%66.47%-
HSV(B)271.14º37.8%81.96%-
XYZ36.2929.2364.05-
YUV151.26160.58142.08-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.53%
GREEN value IS 130 (51.17% from 255) = 25.49%
BLUE value IS 209 (82.03% from 255) = 40.98%
R=33.53%
G=25.49%
B=40.98%

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
Decimal1711302090.180.3800.18271.1446.266.47
HexAB82D1122601210f2e42
Octal253202321224602241756102
Binary101010111000001011010001100101001100100101000011111011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB82D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB82D1; }

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

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

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

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

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

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

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

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