#A882B1

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

Shades of East Side #A882B1

Tints of East Side #A882B1

Color information

#A882B1 (or 0xA882B1) is unknown color: approx East Side. HEX triplet: A8, 82 and B1. RGB value is (168,130,177). Sum of RGB (Red+Green+Blue) = 168+130+177=475 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.37% from 475); Green value is 130 (51.17% from 255 or 27.37% from 475); Blue value is 177 (69.53% from 255 or 37.26% from 475); Max value from RGB is 177 - color contains mainly: blue. Hex color #A882B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A882B1 is #577D4E. Grayscale: #929292. Windows color (decimal): -5733711 or 11633320. OLE color: 11633320.

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

Color convert

RGB168130177-
CMYK0.050.2700.31
HSL288.51º23.15%60.2%-
HSV(B)288.51º26.55%69.41%-
XYZ32.0727.4645.21-
YUV146.72145.09143.18-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.37%
GREEN value IS 130 (51.17% from 255) = 27.37%
BLUE value IS 177 (69.53% from 255) = 37.26%
R=35.37%
G=27.37%
B=37.26%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1681301770.050.2700.31288.5123.1560.2
HexA882B151B01F121173c
Octal2502022615330374412774
Binary1010100010000010101100011011101101111110010000110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A882B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A882B1; }

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

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

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

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

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

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

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

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