#ab82d0

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

Shades of East Side #AB82D0

Tints of East Side #AB82D0

Color information

#AB82D0 (or 0xAB82D0) is unknown color: approx East Side. HEX triplet: AB, 82 and D0. RGB value is (171,130,208). Sum of RGB (Red+Green+Blue) = 171+130+208=509 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.60% from 509); Green value is 130 (51.17% from 255 or 25.54% from 509); Blue value is 208 (81.64% from 255 or 40.86% from 509); Max value from RGB is 208 - color contains mainly: blue. Hex color #AB82D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB82D0 is #547D2F. Grayscale: #969696. Windows color (decimal): -5537072 or 13664939. OLE color: 13664939.

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

Color convert

RGB171130208-
CMYK0.180.3800.18
HSL271.54º45.35%66.27%-
HSV(B)271.54º37.5%81.57%-
XYZ36.1629.1863.4-
YUV151.15160.08142.16-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.60%
GREEN value IS 130 (51.17% from 255) = 25.54%
BLUE value IS 208 (81.64% from 255) = 40.86%
R=33.60%
G=25.54%
B=40.86%

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
Decimal1711302080.180.3800.18271.5445.3566.27
HexAB82D012260121102d42
Octal253202320224602242055102
Binary101010111000001011010000100101001100100101000100001011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab82d0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab82d0; }

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

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

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

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

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

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

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

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