#AD96C2

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

Shades of East Side #AD96C2

Tints of East Side #AD96C2

Color information

#AD96C2 (or 0xAD96C2) is unknown color: approx East Side. HEX triplet: AD, 96 and C2. RGB value is (173,150,194). Sum of RGB (Red+Green+Blue) = 173+150+194=517 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.46% from 517); Green value is 150 (58.98% from 255 or 29.01% from 517); Blue value is 194 (76.17% from 255 or 37.52% from 517); Max value from RGB is 194 - color contains mainly: blue. Hex color #AD96C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD96C2 is #52693D. Grayscale: #A1A1A1. Windows color (decimal): -5400894 or 12752557. OLE color: 12752557.

HSL color Cylindrical-coordinate representation of color #AD96C2: hue angle of 271.36º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AD96C2 is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB173150194-
CMYK0.110.2300.24
HSL271.36º26.51%67.45%-
HSV(B)271.36º22.68%76.08%-
XYZ37.8834.5955.72-
YUV161.89146.12135.92-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.46%
GREEN value IS 150 (58.98% from 255) = 29.01%
BLUE value IS 194 (76.17% from 255) = 37.52%
R=33.46%
G=29.01%
B=37.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1731501940.110.2300.24271.3626.5167.45
HexAD96C2B1701810f1b43
Octal255226302132703041733103
Binary101011011001011011000010101110111011000100001111110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD96C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD96C2; }

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

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

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

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

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

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

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

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