#AD6096

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

Shades of Violet Blue #AD6096

Tints of Violet Blue #AD6096

Color information

#AD6096 (or 0xAD6096) is unknown color: approx Violet Blue. HEX triplet: AD, 60 and 96. RGB value is (173,96,150). Sum of RGB (Red+Green+Blue) = 173+96+150=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 96 (37.89% from 255 or 22.91% from 419); Blue value is 150 (58.98% from 255 or 35.80% from 419); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6096 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6096 is #529F69. Grayscale: #7D7D7D. Windows color (decimal): -5414762 or 9855149. OLE color: 9855149.

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

Color convert

RGB17396150-
CMYK00.450.130.32
HSL317.92º31.95%52.75%-
HSV(B)317.92º44.51%67.84%-
XYZ26.9219.4531.19-
YUV125.18142.01162.11-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.29%
GREEN value IS 96 (37.89% from 255) = 22.91%
BLUE value IS 150 (58.98% from 255) = 35.80%
R=41.29%
G=22.91%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739615000.450.130.32317.9231.9552.75
HexAD609602DD2013e2035
Octal25514022605515404764065
Binary1010110111000001001011001011011101100000100111110100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6096; }

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

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

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

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

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

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

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

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