#A895AD

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

Shades of East Side #A895AD

Tints of East Side #A895AD

Color information

#A895AD (or 0xA895AD) is unknown color: approx East Side. HEX triplet: A8, 95 and AD. RGB value is (168,149,173). Sum of RGB (Red+Green+Blue) = 168+149+173=490 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.29% from 490); Green value is 149 (58.59% from 255 or 30.41% from 490); Blue value is 173 (67.97% from 255 or 35.31% from 490); Max value from RGB is 173 - color contains mainly: blue. Hex color #A895AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A895AD is #576A52. Grayscale: #9D9D9D. Windows color (decimal): -5728851 or 11376040. OLE color: 11376040.

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

Color convert

RGB168149173-
CMYK0.030.1400.32
HSL287.5º12.77%63.14%-
HSV(B)287.5º13.87%67.84%-
XYZ34.4432.8444.06-
YUV157.42136.79135.55-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.29%
GREEN value IS 149 (58.59% from 255) = 30.41%
BLUE value IS 173 (67.97% from 255) = 35.31%
R=34.29%
G=30.41%
B=35.31%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1681491730.030.1400.32287.512.7763.14
HexA895AD3E020120d3f
Octal2502252553160404401577
Binary10101000100101011010110111111001000001001000001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A895AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A895AD; }

 p { color: rgb(168,149,173); }

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

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

 a { background-color: rgb(168,149,173); }

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

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

 span { border-color: rgb(168,149,173); }

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