#A694AA

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

Shades of East Side #A694AA

Tints of East Side #A694AA

Color information

#A694AA (or 0xA694AA) is unknown color: approx East Side. HEX triplet: A6, 94 and AA. RGB value is (166,148,170). Sum of RGB (Red+Green+Blue) = 166+148+170=484 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.30% from 484); Green value is 148 (58.20% from 255 or 30.58% from 484); Blue value is 170 (66.80% from 255 or 35.12% from 484); Max value from RGB is 170 - color contains mainly: blue. Hex color #A694AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A694AA is #596B55. Grayscale: #9B9B9B. Windows color (decimal): -5860182 or 11179174. OLE color: 11179174.

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

Color convert

RGB166148170-
CMYK0.020.1300.33
HSL289.09º11.46%62.35%-
HSV(B)289.09º12.94%66.67%-
XYZ33.5732.1942.47-
YUV155.89135.96135.21-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.30%
GREEN value IS 148 (58.20% from 255) = 30.58%
BLUE value IS 170 (66.80% from 255) = 35.12%
R=34.30%
G=30.58%
B=35.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661481700.020.1300.33289.0911.4662.35
HexA694AA2D021121b3e
Octal2462242522150414411376
Binary10100110100101001010101010110101000011001000011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A694AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A694AA; }

 p { color: rgb(166,148,170); }

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

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

 a { background-color: rgb(166,148,170); }

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

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

 span { border-color: rgb(166,148,170); }

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