#AD6EBD

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

Shades of East Side #AD6EBD

Tints of East Side #AD6EBD

Color information

#AD6EBD (or 0xAD6EBD) is unknown color: approx East Side. HEX triplet: AD, 6E and BD. RGB value is (173,110,189). Sum of RGB (Red+Green+Blue) = 173+110+189=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 110 (43.36% from 255 or 23.31% from 472); Blue value is 189 (74.22% from 255 or 40.04% from 472); Max value from RGB is 189 - color contains mainly: blue. Hex color #AD6EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6EBD is #529142. Grayscale: #898989. Windows color (decimal): -5411139 or 12414637. OLE color: 12414637.

HSL color Cylindrical-coordinate representation of color #AD6EBD: hue angle of 287.85º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AD6EBD is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB173110189-
CMYK0.080.4200.26
HSL287.85º37.44%58.63%-
HSV(B)287.85º41.8%74.12%-
XYZ31.9923.7151.03-
YUV137.84156.87153.08-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.65%
GREEN value IS 110 (43.36% from 255) = 23.31%
BLUE value IS 189 (74.22% from 255) = 40.04%
R=36.65%
G=23.31%
B=40.04%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1731101890.080.4200.26287.8537.4458.63
HexAD6EBD82A01A120253b
Octal25515627510520324404573
Binary101011011101110101111011000101010011010100100000100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6EBD; }

 p { color: rgb(173,110,189); }

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

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

 a { background-color: rgb(173,110,189); }

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

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

 span { border-color: rgb(173,110,189); }

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