Shades of Violet Blue #AD5AAE
Tints of Violet Blue #AD5AAE
RGB
CMYK
RGB Variations
Color information
#AD5AAE (or 0xAD5AAE) is known color: Violet Blue. HEX triplet: AD, 5A and AE. RGB value is (173,90,174). Sum of RGB (Red+Green+Blue) = 173+90+174=437 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.59% from 437); Green value is 90 (35.55% from 255 or 20.59% from 437); Blue value is 174 (68.36% from 255 or 39.82% from 437); Max value from RGB is 174 - color contains mainly: blue. Hex color #AD5AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5AAE is #52A551. Grayscale: #7C7C7C. Windows color (decimal): -5416274 or 11426477. OLE color: 11426477.
HSL color Cylindrical-coordinate representation of color #AD5AAE: hue angle of 299.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 #AD5AAE is Cyan = 0.01, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 90 | 174 | - |
| CMYK | 0.01 | 0.48 | 0 | 0.32 |
| HSL | 299.29º | 0.34% | 0.52% | - |
| HSV(B) | 299.29º | 0.48% | 0.68% | - |
| XYZ | 28.53 | 19.25 | 42.26 | - |
| YUV | 124.39 | 156 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 90 | 174 | 0.01 | 0.48 | 0 | 0.32 | 299.29 | 0.34 | 0.52 |
| Hex | AD | 5A | AE | 1 | 30 | 0 | 20 | 12B | 22 | 34 |
| Octal | 255 | 132 | 256 | 1 | 60 | 0 | 40 | 453 | 42 | 64 |
| Binary | 10101101 | 1011010 | 10101110 | 1 | 110000 | 0 | 100000 | 100101011 | 100010 | 110100 |
Color Harmonies of #AD5AAE
Complementary color
Monochromatic Colors of #AD5AAE
Black with #AD5AAE
Text Example
Text Example
White with #AD5AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5AAE; }
p { color: rgb(173,90,174); }
H1.HeaderClassName
{
color: #AD5AAE;
}
.AnyTagClassName
{
color: #AD5AAE;
}
</style>
background-color css
<style>
a { background-color: #AD5AAE; }
a { background-color: rgb(173,90,174); }
div.DivClassName
{
background-color: #AD5AAE;
}
.BgClassName
{
background-color: #AD5AAE;
}
</style>
border-color css
<style>
span { border-color: #AD5AAE; }
span { border-color: rgb(173,90,174); }
td.TdClassName
{
border-color: #AD5AAE;
}
.TagClassName
{
border-color: #AD5AAE;
}
</style>