#A882B0

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

Shades of East Side #A882B0

Tints of East Side #A882B0

Color information

#A882B0 (or 0xA882B0) is unknown color: approx East Side. HEX triplet: A8, 82 and B0. RGB value is (168,130,176). Sum of RGB (Red+Green+Blue) = 168+130+176=474 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.44% from 474); Green value is 130 (51.17% from 255 or 27.43% from 474); Blue value is 176 (69.14% from 255 or 37.13% from 474); Max value from RGB is 176 - color contains mainly: blue. Hex color #A882B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A882B0 is #577D4F. Grayscale: #929292. Windows color (decimal): -5733712 or 11567784. OLE color: 11567784.

HSL color Cylindrical-coordinate representation of color #A882B0: hue angle of 289.57º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A882B0 is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB168130176-
CMYK0.050.2600.31
HSL289.57º22.55%60%-
HSV(B)289.57º26.14%69.02%-
XYZ31.9727.4244.68-
YUV146.61144.59143.26-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.44%
GREEN value IS 130 (51.17% from 255) = 27.43%
BLUE value IS 176 (69.14% from 255) = 37.13%
R=35.44%
G=27.43%
B=37.13%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1681301760.050.2600.31289.5722.5560
HexA882B051A01F122173c
Octal2502022605320374422774
Binary1010100010000010101100001011101001111110010001010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A882B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A882B0; }

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

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

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

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

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

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

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

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