#AD96C0

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

Shades of East Side #AD96C0

Tints of East Side #AD96C0

Color information

#AD96C0 (or 0xAD96C0) is unknown color: approx East Side. HEX triplet: AD, 96 and C0. RGB value is (173,150,192). Sum of RGB (Red+Green+Blue) = 173+150+192=515 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.59% from 515); Green value is 150 (58.98% from 255 or 29.13% from 515); Blue value is 192 (75.39% from 255 or 37.28% from 515); Max value from RGB is 192 - color contains mainly: blue. Hex color #AD96C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD96C0 is #52693F. Grayscale: #A1A1A1. Windows color (decimal): -5400896 or 12621485. OLE color: 12621485.

HSL color Cylindrical-coordinate representation of color #AD96C0: hue angle of 272.86º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AD96C0 is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB173150192-
CMYK0.100.2200.25
HSL272.86º25%67.06%-
HSV(B)272.86º21.88%75.29%-
XYZ37.6534.554.54-
YUV161.66145.12136.08-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.59%
GREEN value IS 150 (58.98% from 255) = 29.13%
BLUE value IS 192 (75.39% from 255) = 37.28%
R=33.59%
G=29.13%
B=37.28%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731501920.100.2200.25272.862567.06
HexAD96C0A160191111943
Octal255226300122603142131103
Binary101011011001011011000000101010110011001100010001110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD96C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD96C0; }

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

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

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

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

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

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

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

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