Shades of Violet Blue #AD5AA6
Tints of Violet Blue #AD5AA6
RGB
CMYK
RGB Variations
Color information
#AD5AA6 (or 0xAD5AA6) is known color: Violet Blue. HEX triplet: AD, 5A and A6. RGB value is (173,90,166). Sum of RGB (Red+Green+Blue) = 173+90+166=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 90 (35.55% from 255 or 20.98% from 429); Blue value is 166 (65.23% from 255 or 38.69% from 429); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5AA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5AA6 is #52A559. Grayscale: #7B7B7B. Windows color (decimal): -5416282 or 10902189. OLE color: 10902189.
HSL color Cylindrical-coordinate representation of color #AD5AA6: hue angle of 305.06º 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 #AD5AA6 is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 90 | 166 | - |
| CMYK | 0 | 0.48 | 0.04 | 0.32 |
| HSL | 305.06º | 0.34% | 0.52% | - |
| HSV(B) | 305.06º | 0.48% | 0.68% | - |
| XYZ | 27.77 | 18.95 | 38.27 | - |
| YUV | 123.48 | 152 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 90 | 166 | 0 | 0.48 | 0.04 | 0.32 | 305.06 | 0.34 | 0.52 |
| Hex | AD | 5A | A6 | 0 | 30 | 4 | 20 | 131 | 22 | 34 |
| Octal | 255 | 132 | 246 | 0 | 60 | 4 | 40 | 461 | 42 | 64 |
| Binary | 10101101 | 1011010 | 10100110 | 0 | 110000 | 100 | 100000 | 100110001 | 100010 | 110100 |
Color Harmonies of #AD5AA6
Complementary color
Monochromatic Colors of #AD5AA6
Black with #AD5AA6
Text Example
Text Example
White with #AD5AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5AA6; }
p { color: rgb(173,90,166); }
H1.HeaderClassName
{
color: #AD5AA6;
}
.AnyTagClassName
{
color: #AD5AA6;
}
</style>
background-color css
<style>
a { background-color: #AD5AA6; }
a { background-color: rgb(173,90,166); }
div.DivClassName
{
background-color: #AD5AA6;
}
.BgClassName
{
background-color: #AD5AA6;
}
</style>
border-color css
<style>
span { border-color: #AD5AA6; }
span { border-color: rgb(173,90,166); }
td.TdClassName
{
border-color: #AD5AA6;
}
.TagClassName
{
border-color: #AD5AA6;
}
</style>