#AD86CD

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

Shades of East Side #AD86CD

Tints of East Side #AD86CD

Color information

#AD86CD (or 0xAD86CD) is unknown color: approx East Side. HEX triplet: AD, 86 and CD. RGB value is (173,134,205). Sum of RGB (Red+Green+Blue) = 173+134+205=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 134 (52.73% from 255 or 26.17% from 512); Blue value is 205 (80.47% from 255 or 40.04% from 512); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD86CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD86CD is #527932. Grayscale: #999999. Windows color (decimal): -5404979 or 13469357. OLE color: 13469357.

HSL color Cylindrical-coordinate representation of color #AD86CD: hue angle of 272.96º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AD86CD is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB173134205-
CMYK0.160.3500.20
HSL272.96º41.52%66.47%-
HSV(B)272.96º34.63%80.39%-
XYZ36.7830.3461.68-
YUV153.76156.92141.73-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.79%
GREEN value IS 134 (52.73% from 255) = 26.17%
BLUE value IS 205 (80.47% from 255) = 40.04%
R=33.79%
G=26.17%
B=40.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1731342050.160.3500.20272.9641.5266.47
HexAD86CD10230141112a42
Octal255206315204302442152102
Binary101011011000011011001101100001000110101001000100011010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD86CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD86CD; }

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

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

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

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

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

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

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

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