#A997AD

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

Shades of East Side #A997AD

Tints of East Side #A997AD

Color information

#A997AD (or 0xA997AD) is unknown color: approx East Side. HEX triplet: A9, 97 and AD. RGB value is (169,151,173). Sum of RGB (Red+Green+Blue) = 169+151+173=493 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.28% from 493); Green value is 151 (59.38% from 255 or 30.63% from 493); Blue value is 173 (67.97% from 255 or 35.09% from 493); Max value from RGB is 173 - color contains mainly: blue. Hex color #A997AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A997AD is #566852. Grayscale: #9E9E9E. Windows color (decimal): -5662803 or 11376553. OLE color: 11376553.

HSL color Cylindrical-coordinate representation of color #A997AD: hue angle of 289.09º 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 #A997AD is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB169151173-
CMYK0.020.1300.32
HSL289.09º11.83%63.53%-
HSV(B)289.09º12.72%67.84%-
XYZ34.9733.5944.17-
YUV158.89135.96135.21-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.28%
GREEN value IS 151 (59.38% from 255) = 30.63%
BLUE value IS 173 (67.97% from 255) = 35.09%
R=34.28%
G=30.63%
B=35.09%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1691511730.020.1300.32289.0911.8363.53
HexA997AD2D020121c40
Octal25122725521504044114100
Binary101010011001011110101101101101010000010010000111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A997AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A997AD; }

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

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

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

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

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

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

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

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