Shades of Violet Blue #AD5EA3
Tints of Violet Blue #AD5EA3
RGB
CMYK
RGB Variations
Color information
#AD5EA3 (or 0xAD5EA3) is known color: Violet Blue. HEX triplet: AD, 5E and A3. RGB value is (173,94,163). Sum of RGB (Red+Green+Blue) = 173+94+163=430 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.23% from 430); Green value is 94 (37.11% from 255 or 21.86% from 430); Blue value is 163 (64.06% from 255 or 37.91% from 430); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5EA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5EA3 is #52A15C. Grayscale: #7D7D7D. Windows color (decimal): -5415261 or 10706605. OLE color: 10706605.
HSL color Cylindrical-coordinate representation of color #AD5EA3: hue angle of 307.59º 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 #AD5EA3 is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 94 | 163 | - |
| CMYK | 0 | 0.46 | 0.06 | 0.32 |
| HSL | 307.59º | 0.33% | 0.52% | - |
| HSV(B) | 307.59º | 0.46% | 0.68% | - |
| XYZ | 27.85 | 19.53 | 36.95 | - |
| YUV | 125.49 | 149.17 | 161.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 94 | 163 | 0 | 0.46 | 0.06 | 0.32 | 307.59 | 0.33 | 0.52 |
| Hex | AD | 5E | A3 | 0 | 2E | 6 | 20 | 134 | 21 | 34 |
| Octal | 255 | 136 | 243 | 0 | 56 | 6 | 40 | 464 | 41 | 64 |
| Binary | 10101101 | 1011110 | 10100011 | 0 | 101110 | 110 | 100000 | 100110100 | 100001 | 110100 |
Color Harmonies of #AD5EA3
Complementary color
Monochromatic Colors of #AD5EA3
Black with #AD5EA3
Text Example
Text Example
White with #AD5EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5EA3; }
p { color: rgb(173,94,163); }
H1.HeaderClassName
{
color: #AD5EA3;
}
.AnyTagClassName
{
color: #AD5EA3;
}
</style>
background-color css
<style>
a { background-color: #AD5EA3; }
a { background-color: rgb(173,94,163); }
div.DivClassName
{
background-color: #AD5EA3;
}
.BgClassName
{
background-color: #AD5EA3;
}
</style>
border-color css
<style>
span { border-color: #AD5EA3; }
span { border-color: rgb(173,94,163); }
td.TdClassName
{
border-color: #AD5EA3;
}
.TagClassName
{
border-color: #AD5EA3;
}
</style>