#A093AA

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

Shades of East Side #A093AA

Tints of East Side #A093AA

Color information

#A093AA (or 0xA093AA) is unknown color: approx East Side. HEX triplet: A0, 93 and AA. RGB value is (160,147,170). Sum of RGB (Red+Green+Blue) = 160+147+170=477 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.54% from 477); Green value is 147 (57.81% from 255 or 30.82% from 477); Blue value is 170 (66.80% from 255 or 35.64% from 477); Max value from RGB is 170 - color contains mainly: blue. Hex color #A093AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A093AA is #5F6C55. Grayscale: #999999. Windows color (decimal): -6253654 or 11178912. OLE color: 11178912.

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

Color convert

RGB160147170-
CMYK0.060.1400.33
HSL273.91º11.92%62.16%-
HSV(B)273.91º13.53%66.67%-
XYZ32.1931.2442.36-
YUV153.51137.31132.63-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.54%
GREEN value IS 147 (57.81% from 255) = 30.82%
BLUE value IS 170 (66.80% from 255) = 35.64%
R=33.54%
G=30.82%
B=35.64%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601471700.060.1400.33273.9111.9262.16
HexA093AA6E021112c3e
Octal2402232526160414221476
Binary101000001001001110101010110111001000011000100101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A093AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A093AA; }

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

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

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

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

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

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

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

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