#AD59AF

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

Shades of Violet Blue #AD59AF

Tints of Violet Blue #AD59AF

Color information

#AD59AF (or 0xAD59AF) is unknown color: approx Violet Blue. HEX triplet: AD, 59 and AF. RGB value is (173,89,175). Sum of RGB (Red+Green+Blue) = 173+89+175=437 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.59% from 437); Green value is 89 (35.16% from 255 or 20.37% from 437); Blue value is 175 (68.75% from 255 or 40.05% from 437); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD59AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD59AF is #52A650. Grayscale: #7B7B7B. Windows color (decimal): -5416529 or 11491757. OLE color: 11491757.

HSL color Cylindrical-coordinate representation of color #AD59AF: hue angle of 298.6º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD59AF is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17389175-
CMYK0.010.4900.31
HSL298.6º34.96%51.76%-
HSV(B)298.6º49.14%68.63%-
XYZ28.5419.1242.74-
YUV123.92156.83163.01-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.59%
GREEN value IS 89 (35.16% from 255) = 20.37%
BLUE value IS 175 (68.75% from 255) = 40.05%
R=39.59%
G=20.37%
B=40.05%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal173891750.010.4900.31298.634.9651.76
HexAD59AF13101F12b2334
Octal2551312571610374534364
Binary101011011011001101011111110001011111100101011100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD59AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD59AF; }

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

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

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

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

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

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

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

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