Shades of Violet Blue #AD5BAA
Tints of Violet Blue #AD5BAA
RGB
CMYK
RGB Variations
Color information
#AD5BAA (or 0xAD5BAA) is known color: Violet Blue. HEX triplet: AD, 5B and AA. RGB value is (173,91,170). Sum of RGB (Red+Green+Blue) = 173+91+170=434 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.86% from 434); Green value is 91 (35.94% from 255 or 20.97% from 434); Blue value is 170 (66.80% from 255 or 39.17% from 434); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5BAA is #52A455. Grayscale: #7C7C7C. Windows color (decimal): -5416022 or 11164589. OLE color: 11164589.
HSL color Cylindrical-coordinate representation of color #AD5BAA: hue angle of 302.2º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD5BAA is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 91 | 170 | - |
| CMYK | 0 | 0.47 | 0.02 | 0.32 |
| HSL | 302.2º | 0.33% | 0.52% | - |
| HSV(B) | 302.2º | 0.47% | 0.68% | - |
| XYZ | 28.23 | 19.27 | 40.26 | - |
| YUV | 124.52 | 153.67 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 91 | 170 | 0 | 0.47 | 0.02 | 0.32 | 302.2 | 0.33 | 0.52 |
| Hex | AD | 5B | AA | 0 | 2F | 2 | 20 | 12E | 21 | 34 |
| Octal | 255 | 133 | 252 | 0 | 57 | 2 | 40 | 456 | 41 | 64 |
| Binary | 10101101 | 1011011 | 10101010 | 0 | 101111 | 10 | 100000 | 100101110 | 100001 | 110100 |
Color Harmonies of #AD5BAA
Complementary color
Monochromatic Colors of #AD5BAA
Black with #AD5BAA
Text Example
Text Example
White with #AD5BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5BAA; }
p { color: rgb(173,91,170); }
H1.HeaderClassName
{
color: #AD5BAA;
}
.AnyTagClassName
{
color: #AD5BAA;
}
</style>
background-color css
<style>
a { background-color: #AD5BAA; }
a { background-color: rgb(173,91,170); }
div.DivClassName
{
background-color: #AD5BAA;
}
.BgClassName
{
background-color: #AD5BAA;
}
</style>
border-color css
<style>
span { border-color: #AD5BAA; }
span { border-color: rgb(173,91,170); }
td.TdClassName
{
border-color: #AD5BAA;
}
.TagClassName
{
border-color: #AD5BAA;
}
</style>