Shades of Violet Blue #AD6CA0
Tints of Violet Blue #AD6CA0
RGB
CMYK
RGB Variations
Color information
#AD6CA0 (or 0xAD6CA0) is known color: Violet Blue. HEX triplet: AD, 6C and A0. RGB value is (173,108,160). Sum of RGB (Red+Green+Blue) = 173+108+160=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 108 (42.58% from 255 or 24.49% from 441); Blue value is 160 (62.89% from 255 or 36.28% from 441); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6CA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6CA0 is #52935F. Grayscale: #858585. Windows color (decimal): -5411680 or 10513581. OLE color: 10513581.
HSL color Cylindrical-coordinate representation of color #AD6CA0: hue angle of 312º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AD6CA0 is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 108 | 160 | - |
| CMYK | 0 | 0.38 | 0.08 | 0.32 |
| HSL | 312º | 0.28% | 0.55% | - |
| HSV(B) | 312º | 0.38% | 0.68% | - |
| XYZ | 28.94 | 22.15 | 36.01 | - |
| YUV | 133.36 | 143.03 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 108 | 160 | 0 | 0.38 | 0.08 | 0.32 | 312 | 0.28 | 0.55 |
| Hex | AD | 6C | A0 | 0 | 26 | 8 | 20 | 138 | 1C | 37 |
| Octal | 255 | 154 | 240 | 0 | 46 | 10 | 40 | 470 | 34 | 67 |
| Binary | 10101101 | 1101100 | 10100000 | 0 | 100110 | 1000 | 100000 | 100111000 | 11100 | 110111 |
Color Harmonies of #AD6CA0
Complementary color
Monochromatic Colors of #AD6CA0
Black with #AD6CA0
Text Example
Text Example
White with #AD6CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6CA0; }
p { color: rgb(173,108,160); }
H1.HeaderClassName
{
color: #AD6CA0;
}
.AnyTagClassName
{
color: #AD6CA0;
}
</style>
background-color css
<style>
a { background-color: #AD6CA0; }
a { background-color: rgb(173,108,160); }
div.DivClassName
{
background-color: #AD6CA0;
}
.BgClassName
{
background-color: #AD6CA0;
}
</style>
border-color css
<style>
span { border-color: #AD6CA0; }
span { border-color: rgb(173,108,160); }
td.TdClassName
{
border-color: #AD6CA0;
}
.TagClassName
{
border-color: #AD6CA0;
}
</style>