#A995AE

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

Shades of East Side #A995AE

Tints of East Side #A995AE

Color information

#A995AE (or 0xA995AE) is unknown color: approx East Side. HEX triplet: A9, 95 and AE. RGB value is (169,149,174). Sum of RGB (Red+Green+Blue) = 169+149+174=492 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.35% from 492); Green value is 149 (58.59% from 255 or 30.28% from 492); Blue value is 174 (68.36% from 255 or 35.37% from 492); Max value from RGB is 174 - color contains mainly: blue. Hex color #A995AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A995AE is #566A51. Grayscale: #9D9D9D. Windows color (decimal): -5663314 or 11441577. OLE color: 11441577.

HSL color Cylindrical-coordinate representation of color #A995AE: hue angle of 288º 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 #A995AE is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB169149174-
CMYK0.030.1400.32
HSL288º13.37%63.33%-
HSV(B)288º14.37%68.24%-
XYZ34.7532.9944.58-
YUV157.83137.13135.97-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.35%
GREEN value IS 149 (58.59% from 255) = 30.28%
BLUE value IS 174 (68.36% from 255) = 35.37%
R=34.35%
G=30.28%
B=35.37%

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
Decimal1691491740.030.1400.3228813.3763.33
HexA995AE3E020120d3f
Octal2512252563160404401577
Binary10101001100101011010111011111001000001001000001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A995AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A995AE; }

 p { color: rgb(169,149,174); }

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

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

 a { background-color: rgb(169,149,174); }

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

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

 span { border-color: rgb(169,149,174); }

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