#AD5496

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

Shades of Violet Blue #AD5496

Tints of Violet Blue #AD5496

Color information

#AD5496 (or 0xAD5496) is unknown color: approx Violet Blue. HEX triplet: AD, 54 and 96. RGB value is (173,84,150). Sum of RGB (Red+Green+Blue) = 173+84+150=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 84 (33.20% from 255 or 20.64% from 407); Blue value is 150 (58.98% from 255 or 36.86% from 407); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5496 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5496 is #52AB69. Grayscale: #757575. Windows color (decimal): -5417834 or 9852077. OLE color: 9852077.

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

Color convert

RGB17384150-
CMYK00.510.130.32
HSL315.51º35.18%50.39%-
HSV(B)315.51º51.45%67.84%-
XYZ25.9117.4330.85-
YUV118.14145.99167.13-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.51%
GREEN value IS 84 (33.20% from 255) = 20.64%
BLUE value IS 150 (58.98% from 255) = 36.86%
R=42.51%
G=20.64%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738415000.510.130.32315.5135.1850.39
HexAD5496033D2013c2332
Octal25512422606315404744362
Binary1010110110101001001011001100111101100000100111100100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5496; }

 p { color: rgb(173,84,150); }

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

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

 a { background-color: rgb(173,84,150); }

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

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

 span { border-color: rgb(173,84,150); }

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