#AD86C1

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

Shades of East Side #AD86C1

Tints of East Side #AD86C1

Color information

#AD86C1 (or 0xAD86C1) is unknown color: approx East Side. HEX triplet: AD, 86 and C1. RGB value is (173,134,193). Sum of RGB (Red+Green+Blue) = 173+134+193=500 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.6% from 500); Green value is 134 (52.73% from 255 or 26.8% from 500); Blue value is 193 (75.78% from 255 or 38.6% from 500); Max value from RGB is 193 - color contains mainly: blue. Hex color #AD86C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD86C1 is #52793E. Grayscale: #989898. Windows color (decimal): -5404991 or 12682925. OLE color: 12682925.

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

Color convert

RGB173134193-
CMYK0.100.3100.24
HSL279.66º32.24%64.12%-
HSV(B)279.66º30.57%75.69%-
XYZ35.3829.7854.34-
YUV152.39150.92142.7-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.6%
GREEN value IS 134 (52.73% from 255) = 26.8%
BLUE value IS 193 (75.78% from 255) = 38.6%
R=34.6%
G=26.8%
B=38.6%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1731341930.100.3100.24279.6632.2464.12
HexAD86C1A1F0181182040
Octal255206301123703043040100
Binary1010110110000110110000011010111110110001000110001000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD86C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD86C1; }

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

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

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

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

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

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

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

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