#A695AE

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

Shades of East Side #A695AE

Tints of East Side #A695AE

Color information

#A695AE (or 0xA695AE) is unknown color: approx East Side. HEX triplet: A6, 95 and AE. RGB value is (166,149,174). Sum of RGB (Red+Green+Blue) = 166+149+174=489 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.95% from 489); Green value is 149 (58.59% from 255 or 30.47% from 489); Blue value is 174 (68.36% from 255 or 35.58% from 489); Max value from RGB is 174 - color contains mainly: blue. Hex color #A695AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A695AE is #596A51. Grayscale: #9C9C9C. Windows color (decimal): -5859922 or 11441574. OLE color: 11441574.

HSL color Cylindrical-coordinate representation of color #A695AE: hue angle of 280.8º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A695AE is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB166149174-
CMYK0.050.1400.32
HSL280.8º13.37%63.33%-
HSV(B)280.8º14.37%68.24%-
XYZ34.1132.6644.55-
YUV156.93137.63134.47-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.95%
GREEN value IS 149 (58.59% from 255) = 30.47%
BLUE value IS 174 (68.36% from 255) = 35.58%
R=33.95%
G=30.47%
B=35.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1661491740.050.1400.32280.813.3763.33
HexA695AE5E020119d3f
Octal2462252565160404311577
Binary101001101001010110101110101111001000001000110011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A695AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A695AE; }

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

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

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

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

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

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

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

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