#A493AE

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

Shades of East Side #A493AE

Tints of East Side #A493AE

Color information

#A493AE (or 0xA493AE) is unknown color: approx East Side. HEX triplet: A4, 93 and AE. RGB value is (164,147,174). Sum of RGB (Red+Green+Blue) = 164+147+174=485 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.81% from 485); Green value is 147 (57.81% from 255 or 30.31% from 485); Blue value is 174 (68.36% from 255 or 35.88% from 485); Max value from RGB is 174 - color contains mainly: blue. Hex color #A493AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A493AE is #5B6C51. Grayscale: #9B9B9B. Windows color (decimal): -5991506 or 11441060. OLE color: 11441060.

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

Color convert

RGB164147174-
CMYK0.060.1600.32
HSL277.78º14.29%62.94%-
HSV(B)277.78º15.52%68.24%-
XYZ33.3831.8244.43-
YUV155.16138.63134.3-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.81%
GREEN value IS 147 (57.81% from 255) = 30.31%
BLUE value IS 174 (68.36% from 255) = 35.88%
R=33.81%
G=30.31%
B=35.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1641471740.060.1600.32277.7814.2962.94
HexA493AE610020116e3f
Octal2442232566200404261677
Binary1010010010010011101011101101000001000001000101101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A493AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A493AE; }

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

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

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

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

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

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

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

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