#AD5996

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

Shades of Violet Blue #AD5996

Tints of Violet Blue #AD5996

Color information

#AD5996 (or 0xAD5996) is unknown color: approx Violet Blue. HEX triplet: AD, 59 and 96. RGB value is (173,89,150). Sum of RGB (Red+Green+Blue) = 173+89+150=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 89 (35.16% from 255 or 21.60% from 412); Blue value is 150 (58.98% from 255 or 36.41% from 412); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5996 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5996 is #52A669. Grayscale: #787878. Windows color (decimal): -5416554 or 9853357. OLE color: 9853357.

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

Color convert

RGB17389150-
CMYK00.490.130.32
HSL316.43º33.87%51.37%-
HSV(B)316.43º48.55%67.84%-
XYZ26.3118.2330.99-
YUV121.07144.33165.04-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.99%
GREEN value IS 89 (35.16% from 255) = 21.60%
BLUE value IS 150 (58.98% from 255) = 36.41%
R=41.99%
G=21.60%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738915000.490.130.32316.4333.8751.37
HexAD5996031D2013c2233
Octal25513122606115404744263
Binary1010110110110011001011001100011101100000100111100100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5996; }

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

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

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

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

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

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

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

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