#AD59A1

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

Shades of Violet Blue #AD59A1

Tints of Violet Blue #AD59A1

Color information

#AD59A1 (or 0xAD59A1) is unknown color: approx Violet Blue. HEX triplet: AD, 59 and A1. RGB value is (173,89,161). Sum of RGB (Red+Green+Blue) = 173+89+161=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 89 (35.16% from 255 or 21.04% from 423); Blue value is 161 (63.28% from 255 or 38.06% from 423); Max value from RGB is 173 - color contains mainly: red. Hex color #AD59A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD59A1 is #52A65E. Grayscale: #7A7A7A. Windows color (decimal): -5416543 or 10574253. OLE color: 10574253.

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

Color convert

RGB17389161-
CMYK00.490.070.32
HSL308.57º33.87%51.37%-
HSV(B)308.57º48.55%67.84%-
XYZ27.2418.635.87-
YUV122.32149.83164.15-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.90%
GREEN value IS 89 (35.16% from 255) = 21.04%
BLUE value IS 161 (63.28% from 255) = 38.06%
R=40.90%
G=21.04%
B=38.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.07
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738916100.490.070.32308.5733.8751.37
HexAD59A10317201352233
Octal2551312410617404654263
Binary101011011011001101000010110001111100000100110101100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD59A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD59A1; }

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

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

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

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

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

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

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

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