#A996AD

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

Shades of East Side #A996AD

Tints of East Side #A996AD

Color information

#A996AD (or 0xA996AD) is unknown color: approx East Side. HEX triplet: A9, 96 and AD. RGB value is (169,150,173). Sum of RGB (Red+Green+Blue) = 169+150+173=492 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.35% from 492); Green value is 150 (58.98% from 255 or 30.49% from 492); Blue value is 173 (67.97% from 255 or 35.16% from 492); Max value from RGB is 173 - color contains mainly: blue. Hex color #A996AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A996AD is #566952. Grayscale: #9E9E9E. Windows color (decimal): -5663059 or 11376297. OLE color: 11376297.

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

Color convert

RGB169150173-
CMYK0.020.1300.32
HSL289.57º12.3%63.33%-
HSV(B)289.57º13.29%67.84%-
XYZ34.8133.2644.12-
YUV158.3136.29135.63-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.35%
GREEN value IS 150 (58.98% from 255) = 30.49%
BLUE value IS 173 (67.97% from 255) = 35.16%
R=34.35%
G=30.49%
B=35.16%

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
Decimal1691501730.020.1300.32289.5712.363.33
HexA996AD2D020122c3f
Octal2512262552150404421477
Binary10101001100101101010110110110101000001001000101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A996AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A996AD; }

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

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

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

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

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

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

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

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