#A87DAE

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

Shades of East Side #A87DAE

Tints of East Side #A87DAE

Color information

#A87DAE (or 0xA87DAE) is unknown color: approx East Side. HEX triplet: A8, 7D and AE. RGB value is (168,125,174). Sum of RGB (Red+Green+Blue) = 168+125+174=467 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.97% from 467); Green value is 125 (49.22% from 255 or 26.77% from 467); Blue value is 174 (68.36% from 255 or 37.26% from 467); Max value from RGB is 174 - color contains mainly: blue. Hex color #A87DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87DAE is #578251. Grayscale: #8F8F8F. Windows color (decimal): -5734994 or 11435432. OLE color: 11435432.

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

Color convert

RGB168125174-
CMYK0.030.2800.32
HSL292.65º23.22%58.63%-
HSV(B)292.65º28.16%68.24%-
XYZ31.1226.0543.43-
YUV143.44145.25145.52-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.97%
GREEN value IS 125 (49.22% from 255) = 26.77%
BLUE value IS 174 (68.36% from 255) = 37.26%
R=35.97%
G=26.77%
B=37.26%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1681251740.030.2800.32292.6523.2258.63
HexA87DAE31C020125173b
Octal2501752563340404452773
Binary101010001111101101011101111100010000010010010110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87DAE; }

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

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

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

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

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

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

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

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