Shades of Violet Blue #AD5A9C
Tints of Violet Blue #AD5A9C
RGB
CMYK
RGB Variations
Color information
#AD5A9C (or 0xAD5A9C) is known color: Violet Blue. HEX triplet: AD, 5A and 9C. RGB value is (173,90,156). Sum of RGB (Red+Green+Blue) = 173+90+156=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 90 (35.55% from 255 or 21.48% from 419); Blue value is 156 (61.33% from 255 or 37.23% from 419); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5A9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5A9C is #52A563. Grayscale: #7A7A7A. Windows color (decimal): -5416292 or 10246829. OLE color: 10246829.
HSL color Cylindrical-coordinate representation of color #AD5A9C: hue angle of 312.29º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AD5A9C is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 90 | 156 | - |
| CMYK | 0 | 0.48 | 0.10 | 0.32 |
| HSL | 312.29º | 0.34% | 0.52% | - |
| HSV(B) | 312.29º | 0.48% | 0.68% | - |
| XYZ | 26.89 | 18.6 | 33.62 | - |
| YUV | 122.34 | 147 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 90 | 156 | 0 | 0.48 | 0.10 | 0.32 | 312.29 | 0.34 | 0.52 |
| Hex | AD | 5A | 9C | 0 | 30 | A | 20 | 138 | 22 | 34 |
| Octal | 255 | 132 | 234 | 0 | 60 | 12 | 40 | 470 | 42 | 64 |
| Binary | 10101101 | 1011010 | 10011100 | 0 | 110000 | 1010 | 100000 | 100111000 | 100010 | 110100 |
Color Harmonies of #AD5A9C
Complementary color
Monochromatic Colors of #AD5A9C
Black with #AD5A9C
Text Example
Text Example
White with #AD5A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5A9C; }
p { color: rgb(173,90,156); }
H1.HeaderClassName
{
color: #AD5A9C;
}
.AnyTagClassName
{
color: #AD5A9C;
}
</style>
background-color css
<style>
a { background-color: #AD5A9C; }
a { background-color: rgb(173,90,156); }
div.DivClassName
{
background-color: #AD5A9C;
}
.BgClassName
{
background-color: #AD5A9C;
}
</style>
border-color css
<style>
span { border-color: #AD5A9C; }
span { border-color: rgb(173,90,156); }
td.TdClassName
{
border-color: #AD5A9C;
}
.TagClassName
{
border-color: #AD5A9C;
}
</style>