#AD59AA

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

Shades of Violet Blue #AD59AA

Tints of Violet Blue #AD59AA

Color information

#AD59AA (or 0xAD59AA) is unknown color: approx Violet Blue. HEX triplet: AD, 59 and AA. RGB value is (173,89,170). Sum of RGB (Red+Green+Blue) = 173+89+170=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 89 (35.16% from 255 or 20.60% from 432); Blue value is 170 (66.80% from 255 or 39.35% from 432); Max value from RGB is 173 - color contains mainly: red. Hex color #AD59AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD59AA is #52A655. Grayscale: #7B7B7B. Windows color (decimal): -5416534 or 11164077. OLE color: 11164077.

HSL color Cylindrical-coordinate representation of color #AD59AA: hue angle of 302.14º 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 #AD59AA is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB17389170-
CMYK00.490.020.32
HSL302.14º33.87%51.37%-
HSV(B)302.14º48.55%67.84%-
XYZ28.0618.9340.21-
YUV123.35154.33163.41-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.05%
GREEN value IS 89 (35.16% from 255) = 20.60%
BLUE value IS 170 (66.80% from 255) = 39.35%
R=40.05%
G=20.60%
B=39.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738917000.490.020.32302.1433.8751.37
HexAD59AA03122012e2233
Octal2551312520612404564263
Binary10101101101100110101010011000110100000100101110100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD59AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD59AA; }

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

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

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

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

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

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

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

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