Shades of Violet Blue #AD5EAD
Tints of Violet Blue #AD5EAD
RGB
CMYK
RGB Variations
Color information
#AD5EAD (or 0xAD5EAD) is known color: Violet Blue. HEX triplet: AD, 5E and AD. RGB value is (173,94,173). Sum of RGB (Red+Green+Blue) = 173+94+173=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 94 (37.11% from 255 or 21.36% from 440); Blue value is 173 (67.97% from 255 or 39.32% from 440); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD5EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5EAD is #52A152. Grayscale: #7E7E7E. Windows color (decimal): -5415251 or 11361965. OLE color: 11361965.
HSL color Cylindrical-coordinate representation of color #AD5EAD: hue angle of 300º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AD5EAD is Cyan = 0, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
RGB | 173 | 94 | 173 | - |
CMYK | 0 | 0.46 | 0 | 0.32 |
HSL | 300º | 0.33% | 0.52% | - |
HSV(B) | 300º | 0.46% | 0.68% | - |
XYZ | 28.78 | 19.91 | 41.86 | - |
YUV | 126.63 | 154.17 | 161.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 94 | 173 | 0 | 0.46 | 0 | 0.32 | 300 | 0.33 | 0.52 |
Hex | AD | 5E | AD | 0 | 2E | 0 | 20 | 12C | 21 | 34 |
Octal | 255 | 136 | 255 | 0 | 56 | 0 | 40 | 454 | 41 | 64 |
Binary | 10101101 | 1011110 | 10101101 | 0 | 101110 | 0 | 100000 | 100101100 | 100001 | 110100 |
Color Harmonies of #AD5EAD
Complementary color
Monochromatic Colors of #AD5EAD
Black with #AD5EAD
Text Example
Text Example
White with #AD5EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5EAD; }
p { color: rgb(173,94,173); }
H1.HeaderClassName
{
color: #AD5EAD;
}
.AnyTagClassName
{
color: #AD5EAD;
}
</style>
background-color css
<style>
a { background-color: #AD5EAD; }
a { background-color: rgb(173,94,173); }
div.DivClassName
{
background-color: #AD5EAD;
}
.BgClassName
{
background-color: #AD5EAD;
}
</style>
border-color css
<style>
span { border-color: #AD5EAD; }
span { border-color: rgb(173,94,173); }
td.TdClassName
{
border-color: #AD5EAD;
}
.TagClassName
{
border-color: #AD5EAD;
}
</style>