#AD559C

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

Shades of Violet Blue #AD559C

Tints of Violet Blue #AD559C

Color information

#AD559C (or 0xAD559C) is unknown color: approx Violet Blue. HEX triplet: AD, 55 and 9C. RGB value is (173,85,156). Sum of RGB (Red+Green+Blue) = 173+85+156=414 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.79% from 414); Green value is 85 (33.59% from 255 or 20.53% from 414); Blue value is 156 (61.33% from 255 or 37.68% from 414); Max value from RGB is 173 - color contains mainly: red. Hex color #AD559C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD559C is #52AA63. Grayscale: #777777. Windows color (decimal): -5417572 or 10245549. OLE color: 10245549.

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

Color convert

RGB17385156-
CMYK00.510.100.32
HSL311.59º34.92%50.59%-
HSV(B)311.59º50.87%67.84%-
XYZ26.4817.7833.49-
YUV119.41148.65166.23-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.79%
GREEN value IS 85 (33.59% from 255) = 20.53%
BLUE value IS 156 (61.33% from 255) = 37.68%
R=41.79%
G=20.53%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738515600.510.100.32311.5934.9250.59
HexAD559C033A201382333
Octal25512523406312404704363
Binary1010110110101011001110001100111010100000100111000100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD559C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD559C; }

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

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

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

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

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

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

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

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