#AD95C0

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

Shades of East Side #AD95C0

Tints of East Side #AD95C0

Color information

#AD95C0 (or 0xAD95C0) is unknown color: approx East Side. HEX triplet: AD, 95 and C0. RGB value is (173,149,192). Sum of RGB (Red+Green+Blue) = 173+149+192=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 149 (58.59% from 255 or 28.99% from 514); Blue value is 192 (75.39% from 255 or 37.35% from 514); Max value from RGB is 192 - color contains mainly: blue. Hex color #AD95C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD95C0 is #526A3F. Grayscale: #A0A0A0. Windows color (decimal): -5401152 or 12621229. OLE color: 12621229.

HSL color Cylindrical-coordinate representation of color #AD95C0: hue angle of 273.49º 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 #AD95C0 is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB173149192-
CMYK0.100.2200.25
HSL273.49º25.44%66.86%-
HSV(B)273.49º22.4%75.29%-
XYZ37.534.1854.49-
YUV161.08145.45136.5-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.66%
GREEN value IS 149 (58.59% from 255) = 28.99%
BLUE value IS 192 (75.39% from 255) = 37.35%
R=33.66%
G=28.99%
B=37.35%

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
Decimal1731491920.100.2200.25273.4925.4466.86
HexAD95C0A160191111943
Octal255225300122603142131103
Binary101011011001010111000000101010110011001100010001110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD95C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD95C0; }

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

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

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

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

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

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

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

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