#AD87C0

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

Shades of East Side #AD87C0

Tints of East Side #AD87C0

Color information

#AD87C0 (or 0xAD87C0) is unknown color: approx East Side. HEX triplet: AD, 87 and C0. RGB value is (173,135,192). Sum of RGB (Red+Green+Blue) = 173+135+192=500 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.6% from 500); Green value is 135 (53.12% from 255 or 27% from 500); Blue value is 192 (75.39% from 255 or 38.4% from 500); Max value from RGB is 192 - color contains mainly: blue. Hex color #AD87C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD87C0 is #52783F. Grayscale: #989898. Windows color (decimal): -5404736 or 12617645. OLE color: 12617645.

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

Color convert

RGB173135192-
CMYK0.100.3000.25
HSL280º31.15%64.12%-
HSV(B)280º29.69%75.29%-
XYZ35.4130.0253.8-
YUV152.86150.09142.37-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.6%
GREEN value IS 135 (53.12% from 255) = 27%
BLUE value IS 192 (75.39% from 255) = 38.4%
R=34.6%
G=27%
B=38.4%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731351920.100.3000.2528031.1564.12
HexAD87C0A1E0191181f40
Octal255207300123603143037100
Binary101011011000011111000000101011110011001100011000111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD87C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD87C0; }

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

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

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

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

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

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

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

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