Shades of Violet Blue #A151AD
Tints of Violet Blue #A151AD
RGB
CMYK
RGB Variations
Color information
#A151AD (or 0xA151AD) is known color: Violet Blue. HEX triplet: A1, 51 and AD. RGB value is (161,81,173). Sum of RGB (Red+Green+Blue) = 161+81+173=415 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.80% from 415); Green value is 81 (32.03% from 255 or 19.52% from 415); Blue value is 173 (67.97% from 255 or 41.69% from 415); Max value from RGB is 173 - color contains mainly: blue. Hex color #A151AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A151AD is #5EAE52. Grayscale: #737373. Windows color (decimal): -6205011 or 11358625. OLE color: 11358625.
HSL color Cylindrical-coordinate representation of color #A151AD: hue angle of 292.17º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A151AD is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 81 | 173 | - |
| CMYK | 0.07 | 0.53 | 0 | 0.32 |
| HSL | 292.17º | 0.36% | 0.5% | - |
| HSV(B) | 292.17º | 0.53% | 0.68% | - |
| XYZ | 25.18 | 16.48 | 41.39 | - |
| YUV | 115.41 | 160.5 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 81 | 173 | 0.07 | 0.53 | 0 | 0.32 | 292.17 | 0.36 | 0.5 |
| Hex | A1 | 51 | AD | 7 | 35 | 0 | 20 | 124 | 24 | 32 |
| Octal | 241 | 121 | 255 | 7 | 65 | 0 | 40 | 444 | 44 | 62 |
| Binary | 10100001 | 1010001 | 10101101 | 111 | 110101 | 0 | 100000 | 100100100 | 100100 | 110010 |
Color Harmonies of #A151AD
Complementary color
Monochromatic Colors of #A151AD
Black with #A151AD
Text Example
Text Example
White with #A151AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A151AD; }
p { color: rgb(161,81,173); }
H1.HeaderClassName
{
color: #A151AD;
}
.AnyTagClassName
{
color: #A151AD;
}
</style>
background-color css
<style>
a { background-color: #A151AD; }
a { background-color: rgb(161,81,173); }
div.DivClassName
{
background-color: #A151AD;
}
.BgClassName
{
background-color: #A151AD;
}
</style>
border-color css
<style>
span { border-color: #A151AD; }
span { border-color: rgb(161,81,173); }
td.TdClassName
{
border-color: #A151AD;
}
.TagClassName
{
border-color: #A151AD;
}
</style>