#A493AA

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

Shades of East Side #A493AA

Tints of East Side #A493AA

Color information

#A493AA (or 0xA493AA) is unknown color: approx East Side. HEX triplet: A4, 93 and AA. RGB value is (164,147,170). Sum of RGB (Red+Green+Blue) = 164+147+170=481 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.10% from 481); Green value is 147 (57.81% from 255 or 30.56% from 481); Blue value is 170 (66.80% from 255 or 35.34% from 481); Max value from RGB is 170 - color contains mainly: blue. Hex color #A493AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A493AA is #5B6C55. Grayscale: #9A9A9A. Windows color (decimal): -5991510 or 11178916. OLE color: 11178916.

HSL color Cylindrical-coordinate representation of color #A493AA: hue angle of 284.35º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A493AA is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB164147170-
CMYK0.040.1400.33
HSL284.35º11.92%62.16%-
HSV(B)284.35º13.53%66.67%-
XYZ3331.6642.4-
YUV154.7136.63134.63-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.10%
GREEN value IS 147 (57.81% from 255) = 30.56%
BLUE value IS 170 (66.80% from 255) = 35.34%
R=34.10%
G=30.56%
B=35.34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1641471700.040.1400.33284.3511.9262.16
HexA493AA4E02111cc3e
Octal2442232524160414341476
Binary101001001001001110101010100111001000011000111001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A493AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A493AA; }

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

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

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

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

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

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

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

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