#A882BB

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

Shades of East Side #A882BB

Tints of East Side #A882BB

Color information

#A882BB (or 0xA882BB) is unknown color: approx East Side. HEX triplet: A8, 82 and BB. RGB value is (168,130,187). Sum of RGB (Red+Green+Blue) = 168+130+187=485 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.64% from 485); Green value is 130 (51.17% from 255 or 26.80% from 485); Blue value is 187 (73.44% from 255 or 38.56% from 485); Max value from RGB is 187 - color contains mainly: blue. Hex color #A882BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A882BB is #577D44. Grayscale: #939393. Windows color (decimal): -5733701 or 12288680. OLE color: 12288680.

HSL color Cylindrical-coordinate representation of color #A882BB: hue angle of 280º 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 #A882BB is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB168130187-
CMYK0.100.3000.27
HSL280º29.53%62.16%-
HSV(B)280º30.48%73.33%-
XYZ33.127.8850.65-
YUV147.86150.09142.37-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.64%
GREEN value IS 130 (51.17% from 255) = 26.80%
BLUE value IS 187 (73.44% from 255) = 38.56%
R=34.64%
G=26.80%
B=38.56%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1681301870.100.3000.2728029.5362.16
HexA882BBA1E01B1181e3e
Octal25020227312360334303676
Binary10101000100000101011101110101111001101110001100011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A882BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A882BB; }

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

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

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

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

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

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

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

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