#AD5697

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

Shades of Violet Blue #AD5697

Tints of Violet Blue #AD5697

Color information

#AD5697 (or 0xAD5697) is unknown color: approx Violet Blue. HEX triplet: AD, 56 and 97. RGB value is (173,86,151). Sum of RGB (Red+Green+Blue) = 173+86+151=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 86 (33.98% from 255 or 20.98% from 410); Blue value is 151 (59.38% from 255 or 36.83% from 410); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5697 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5697 is #52A968. Grayscale: #777777. Windows color (decimal): -5417321 or 9918125. OLE color: 9918125.

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

Color convert

RGB17386151-
CMYK00.500.130.32
HSL315.17º34.66%50.78%-
HSV(B)315.17º50.29%67.84%-
XYZ26.1517.7731.33-
YUV119.42145.82166.21-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.20%
GREEN value IS 86 (33.98% from 255) = 20.98%
BLUE value IS 151 (59.38% from 255) = 36.83%
R=42.20%
G=20.98%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738615100.500.130.32315.1734.6650.78
HexAD5697032D2013b2333
Octal25512622706215404734363
Binary1010110110101101001011101100101101100000100111011100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5697; }

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

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

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

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

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

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

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

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