#A196AD

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

Shades of East Side #A196AD

Tints of East Side #A196AD

Color information

#A196AD (or 0xA196AD) is unknown color: approx East Side. HEX triplet: A1, 96 and AD. RGB value is (161,150,173). Sum of RGB (Red+Green+Blue) = 161+150+173=484 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.26% from 484); Green value is 150 (58.98% from 255 or 30.99% from 484); Blue value is 173 (67.97% from 255 or 35.74% from 484); Max value from RGB is 173 - color contains mainly: blue. Hex color #A196AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A196AD is #5E6952. Grayscale: #9B9B9B. Windows color (decimal): -6187347 or 11376289. OLE color: 11376289.

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

Color convert

RGB161150173-
CMYK0.070.1300.32
HSL268.7º12.3%63.33%-
HSV(B)268.7º13.29%67.84%-
XYZ33.1532.4144.04-
YUV155.91137.64131.63-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.26%
GREEN value IS 150 (58.98% from 255) = 30.99%
BLUE value IS 173 (67.97% from 255) = 35.74%
R=33.26%
G=30.99%
B=35.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1611501730.070.1300.32268.712.363.33
HexA196AD7D02010dc3f
Octal2412262557150404151477
Binary101000011001011010101101111110101000001000011011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A196AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A196AD; }

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

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

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

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

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

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

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

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