#AD559F

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

Shades of Violet Blue #AD559F

Tints of Violet Blue #AD559F

Color information

#AD559F (or 0xAD559F) is unknown color: approx Violet Blue. HEX triplet: AD, 55 and 9F. RGB value is (173,85,159). Sum of RGB (Red+Green+Blue) = 173+85+159=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 85 (33.59% from 255 or 20.38% from 417); Blue value is 159 (62.5% from 255 or 38.13% from 417); Max value from RGB is 173 - color contains mainly: red. Hex color #AD559F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD559F is #52AA60. Grayscale: #777777. Windows color (decimal): -5417569 or 10442157. OLE color: 10442157.

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

Color convert

RGB17385159-
CMYK00.510.080.32
HSL309.55º34.92%50.59%-
HSV(B)309.55º50.87%67.84%-
XYZ26.7417.8834.84-
YUV119.75150.15165.98-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.49%
GREEN value IS 85 (33.59% from 255) = 20.38%
BLUE value IS 159 (62.5% from 255) = 38.13%
R=41.49%
G=20.38%
B=38.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738515900.510.080.32309.5534.9250.59
HexAD559F0338201362333
Octal25512523706310404664363
Binary1010110110101011001111101100111000100000100110110100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD559F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD559F; }

 p { color: rgb(173,85,159); }

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

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

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

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

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

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

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