#AD59AD

Color #AD59AD Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #AD59AD

Tints of Violet Blue #AD59AD

Color information

#AD59AD (or 0xAD59AD) is unknown color: approx Violet Blue. HEX triplet: AD, 59 and AD. RGB value is (173,89,173). Sum of RGB (Red+Green+Blue) = 173+89+173=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 89 (35.16% from 255 or 20.46% from 435); Blue value is 173 (67.97% from 255 or 39.77% from 435); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD59AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD59AD is #52A652. Grayscale: #7B7B7B. Windows color (decimal): -5416531 or 11360685. OLE color: 11360685.

HSL color Cylindrical-coordinate representation of color #AD59AD: hue angle of 300º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD59AD is Cyan = 0, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB17389173-
CMYK00.4900.32
HSL300º33.87%51.37%-
HSV(B)300º48.55%67.84%-
XYZ28.3519.0541.72-
YUV123.69155.83163.17-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.77%
GREEN value IS 89 (35.16% from 255) = 20.46%
BLUE value IS 173 (67.97% from 255) = 39.77%
R=39.77%
G=20.46%
B=39.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738917300.4900.3230033.8751.37
HexAD59AD03102012c2233
Octal2551312550610404544263
Binary1010110110110011010110101100010100000100101100100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD59AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD59AD; }

 p { color: rgb(173,89,173); }

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

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

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

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

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

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

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