#A697AD

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

Shades of East Side #A697AD

Tints of East Side #A697AD

Color information

#A697AD (or 0xA697AD) is unknown color: approx East Side. HEX triplet: A6, 97 and AD. RGB value is (166,151,173). Sum of RGB (Red+Green+Blue) = 166+151+173=490 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.88% from 490); Green value is 151 (59.38% from 255 or 30.82% from 490); Blue value is 173 (67.97% from 255 or 35.31% from 490); Max value from RGB is 173 - color contains mainly: blue. Hex color #A697AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A697AD is #596852. Grayscale: #9D9D9D. Windows color (decimal): -5859411 or 11376550. OLE color: 11376550.

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

Color convert

RGB166151173-
CMYK0.040.1300.32
HSL280.91º11.83%63.53%-
HSV(B)280.91º12.72%67.84%-
XYZ34.3433.2644.14-
YUV157.99136.47133.71-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.88%
GREEN value IS 151 (59.38% from 255) = 30.82%
BLUE value IS 173 (67.97% from 255) = 35.31%
R=33.88%
G=30.82%
B=35.31%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1661511730.040.1300.32280.9111.8363.53
HexA697AD4D020119c40
Octal24622725541504043114100
Binary1010011010010111101011011001101010000010001100111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A697AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A697AD; }

 p { color: rgb(166,151,173); }

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

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

 a { background-color: rgb(166,151,173); }

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

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

 span { border-color: rgb(166,151,173); }

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