#A993AE

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

Shades of East Side #A993AE

Tints of East Side #A993AE

Color information

#A993AE (or 0xA993AE) is unknown color: approx East Side. HEX triplet: A9, 93 and AE. RGB value is (169,147,174). Sum of RGB (Red+Green+Blue) = 169+147+174=490 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.49% from 490); Green value is 147 (57.81% from 255 or 30% from 490); Blue value is 174 (68.36% from 255 or 35.51% from 490); Max value from RGB is 174 - color contains mainly: blue. Hex color #A993AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A993AE is #566C51. Grayscale: #9C9C9C. Windows color (decimal): -5663826 or 11441065. OLE color: 11441065.

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

Color convert

RGB169147174-
CMYK0.030.1600.32
HSL288.89º14.29%62.94%-
HSV(B)288.89º15.52%68.24%-
XYZ34.4432.3644.48-
YUV156.66137.79136.8-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.49%
GREEN value IS 147 (57.81% from 255) = 30%
BLUE value IS 174 (68.36% from 255) = 35.51%
R=34.49%
G=30%
B=35.51%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1691471740.030.1600.32288.8914.2962.94
HexA993AE310020121e3f
Octal2512232563200404411677
Binary101010011001001110101110111000001000001001000011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A993AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A993AE; }

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

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

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

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

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

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

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

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