#AD87C1

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

Shades of East Side #AD87C1

Tints of East Side #AD87C1

Color information

#AD87C1 (or 0xAD87C1) is unknown color: approx East Side. HEX triplet: AD, 87 and C1. RGB value is (173,135,193). Sum of RGB (Red+Green+Blue) = 173+135+193=501 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.53% from 501); Green value is 135 (53.12% from 255 or 26.95% from 501); Blue value is 193 (75.78% from 255 or 38.52% from 501); Max value from RGB is 193 - color contains mainly: blue. Hex color #AD87C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD87C1 is #52783E. Grayscale: #989898. Windows color (decimal): -5404735 or 12683181. OLE color: 12683181.

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

Color convert

RGB173135193-
CMYK0.100.3000.24
HSL279.31º31.87%64.31%-
HSV(B)279.31º30.05%75.69%-
XYZ35.5230.0654.38-
YUV152.97150.59142.28-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.53%
GREEN value IS 135 (53.12% from 255) = 26.95%
BLUE value IS 193 (75.78% from 255) = 38.52%
R=34.53%
G=26.95%
B=38.52%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1731351930.100.3000.24279.3131.8764.31
HexAD87C1A1E0181172040
Octal255207301123603042740100
Binary1010110110000111110000011010111100110001000101111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD87C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD87C1; }

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

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

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

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

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

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

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

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