#AB82BB

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

Shades of East Side #AB82BB

Tints of East Side #AB82BB

Color information

#AB82BB (or 0xAB82BB) is unknown color: approx East Side. HEX triplet: AB, 82 and BB. RGB value is (171,130,187). Sum of RGB (Red+Green+Blue) = 171+130+187=488 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.04% from 488); Green value is 130 (51.17% from 255 or 26.64% from 488); Blue value is 187 (73.44% from 255 or 38.32% from 488); Max value from RGB is 187 - color contains mainly: blue. Hex color #AB82BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB82BB is #547D44. Grayscale: #949494. Windows color (decimal): -5537093 or 12288683. OLE color: 12288683.

HSL color Cylindrical-coordinate representation of color #AB82BB: hue angle of 283.16º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AB82BB is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB171130187-
CMYK0.090.3000.27
HSL283.16º29.53%62.16%-
HSV(B)283.16º30.48%73.33%-
XYZ33.7528.2150.68-
YUV148.76149.58143.87-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.04%
GREEN value IS 130 (51.17% from 255) = 26.64%
BLUE value IS 187 (73.44% from 255) = 38.32%
R=35.04%
G=26.64%
B=38.32%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711301870.090.3000.27283.1629.5362.16
HexAB82BB91E01B11b1e3e
Octal25320227311360334333676
Binary10101011100000101011101110011111001101110001101111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB82BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB82BB; }

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

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

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

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

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

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

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

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