#AD86BE

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

Shades of East Side #AD86BE

Tints of East Side #AD86BE

Color information

#AD86BE (or 0xAD86BE) is unknown color: approx East Side. HEX triplet: AD, 86 and BE. RGB value is (173,134,190). Sum of RGB (Red+Green+Blue) = 173+134+190=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 134 (52.73% from 255 or 26.96% from 497); Blue value is 190 (74.61% from 255 or 38.23% from 497); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD86BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD86BE is #527941. Grayscale: #979797. Windows color (decimal): -5404994 or 12486317. OLE color: 12486317.

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

Color convert

RGB173134190-
CMYK0.090.2900.25
HSL281.79º30.11%63.53%-
HSV(B)281.79º29.47%74.51%-
XYZ35.0529.6552.59-
YUV152.04149.42142.95-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.81%
GREEN value IS 134 (52.73% from 255) = 26.96%
BLUE value IS 190 (74.61% from 255) = 38.23%
R=34.81%
G=26.96%
B=38.23%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731341900.090.2900.25281.7930.1163.53
HexAD86BE91D01911a1e40
Octal255206276113503143236100
Binary101011011000011010111110100111101011001100011010111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD86BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD86BE; }

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

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

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

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

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

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

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

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