#A882AE

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

Shades of East Side #A882AE

Tints of East Side #A882AE

Color information

#A882AE (or 0xA882AE) is unknown color: approx East Side. HEX triplet: A8, 82 and AE. RGB value is (168,130,174). Sum of RGB (Red+Green+Blue) = 168+130+174=472 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.59% from 472); Green value is 130 (51.17% from 255 or 27.54% from 472); Blue value is 174 (68.36% from 255 or 36.86% from 472); Max value from RGB is 174 - color contains mainly: blue. Hex color #A882AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A882AE is #577D51. Grayscale: #929292. Windows color (decimal): -5733714 or 11436712. OLE color: 11436712.

HSL color Cylindrical-coordinate representation of color #A882AE: hue angle of 291.82º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A882AE is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB168130174-
CMYK0.030.2500.32
HSL291.82º21.36%59.61%-
HSV(B)291.82º25.29%68.24%-
XYZ31.7727.3543.65-
YUV146.38143.59143.42-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.59%
GREEN value IS 130 (51.17% from 255) = 27.54%
BLUE value IS 174 (68.36% from 255) = 36.86%
R=35.59%
G=27.54%
B=36.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1681301740.030.2500.32291.8221.3659.61
HexA882AE319020124153c
Octal2502022563310404442574
Binary1010100010000010101011101111001010000010010010010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A882AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A882AE; }

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

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

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

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

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

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

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

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