#A695AA

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

Shades of East Side #A695AA

Tints of East Side #A695AA

Color information

#A695AA (or 0xA695AA) is unknown color: approx East Side. HEX triplet: A6, 95 and AA. RGB value is (166,149,170). Sum of RGB (Red+Green+Blue) = 166+149+170=485 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.23% from 485); Green value is 149 (58.59% from 255 or 30.72% from 485); Blue value is 170 (66.80% from 255 or 35.05% from 485); Max value from RGB is 170 - color contains mainly: blue. Hex color #A695AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A695AA is #596A55. Grayscale: #9C9C9C. Windows color (decimal): -5859926 or 11179430. OLE color: 11179430.

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

Color convert

RGB166149170-
CMYK0.020.1200.33
HSL288.57º10.99%62.55%-
HSV(B)288.57º12.35%66.67%-
XYZ33.7332.542.53-
YUV156.48135.63134.79-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.23%
GREEN value IS 149 (58.59% from 255) = 30.72%
BLUE value IS 170 (66.80% from 255) = 35.05%
R=34.23%
G=30.72%
B=35.05%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661491700.020.1200.33288.5710.9962.55
HexA695AA2C021121b3f
Octal2462252522140414411377
Binary10100110100101011010101010110001000011001000011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A695AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A695AA; }

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

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

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

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

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

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

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

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