#AD6099

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

Shades of Violet Blue #AD6099

Tints of Violet Blue #AD6099

Color information

#AD6099 (or 0xAD6099) is unknown color: approx Violet Blue. HEX triplet: AD, 60 and 99. RGB value is (173,96,153). Sum of RGB (Red+Green+Blue) = 173+96+153=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 96 (37.89% from 255 or 22.75% from 422); Blue value is 153 (60.16% from 255 or 36.26% from 422); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6099 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6099 is #529F66. Grayscale: #7D7D7D. Windows color (decimal): -5414759 or 10051757. OLE color: 10051757.

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

Color convert

RGB17396153-
CMYK00.450.120.32
HSL315.58º31.95%52.75%-
HSV(B)315.58º44.51%67.84%-
XYZ27.1719.5532.48-
YUV125.52143.51161.87-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.00%
GREEN value IS 96 (37.89% from 255) = 22.75%
BLUE value IS 153 (60.16% from 255) = 36.26%
R=41.00%
G=22.75%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.12
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739615300.450.120.32315.5831.9552.75
HexAD609902DC2013c2035
Octal25514023105514404744065
Binary1010110111000001001100101011011100100000100111100100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6099; }

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

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

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

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

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

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

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

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