#AD73BA

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

Shades of East Side #AD73BA

Tints of East Side #AD73BA

Color information

#AD73BA (or 0xAD73BA) is unknown color: approx East Side. HEX triplet: AD, 73 and BA. RGB value is (173,115,186). Sum of RGB (Red+Green+Blue) = 173+115+186=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 115 (45.31% from 255 or 24.26% from 474); Blue value is 186 (73.05% from 255 or 39.24% from 474); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD73BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD73BA is #528C45. Grayscale: #8C8C8C. Windows color (decimal): -5409862 or 12219309. OLE color: 12219309.

HSL color Cylindrical-coordinate representation of color #AD73BA: hue angle of 289.01º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AD73BA is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB173115186-
CMYK0.070.3800.27
HSL289.01º33.97%59.02%-
HSV(B)289.01º38.17%72.94%-
XYZ32.2324.6949.52-
YUV140.44153.72151.23-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.50%
GREEN value IS 115 (45.31% from 255) = 24.26%
BLUE value IS 186 (73.05% from 255) = 39.24%
R=36.50%
G=24.26%
B=39.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731151860.070.3800.27289.0133.9759.02
HexAD73BA72601B121223b
Octal2551632727460334414273
Binary10101101111001110111010111100110011011100100001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD73BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD73BA; }

 p { color: rgb(173,115,186); }

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

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

 a { background-color: rgb(173,115,186); }

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

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

 span { border-color: rgb(173,115,186); }

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