#AD56A0

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

Shades of Violet Blue #AD56A0

Tints of Violet Blue #AD56A0

Color information

#AD56A0 (or 0xAD56A0) is unknown color: approx Violet Blue. HEX triplet: AD, 56 and A0. RGB value is (173,86,160). Sum of RGB (Red+Green+Blue) = 173+86+160=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 86 (33.98% from 255 or 20.53% from 419); Blue value is 160 (62.89% from 255 or 38.19% from 419); Max value from RGB is 173 - color contains mainly: red. Hex color #AD56A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD56A0 is #52A95F. Grayscale: #787878. Windows color (decimal): -5417312 or 10507949. OLE color: 10507949.

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

Color convert

RGB17386160-
CMYK00.500.080.32
HSL308.97º34.66%50.78%-
HSV(B)308.97º50.29%67.84%-
XYZ26.9118.0835.33-
YUV120.45150.32165.48-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.29%
GREEN value IS 86 (33.98% from 255) = 20.53%
BLUE value IS 160 (62.89% from 255) = 38.19%
R=41.29%
G=20.53%
B=38.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738616000.500.080.32308.9734.6650.78
HexAD56A00328201352333
Octal25512624006210404654363
Binary1010110110101101010000001100101000100000100110101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD56A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD56A0; }

 p { color: rgb(173,86,160); }

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

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

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

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

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

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

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