Shades of Violet Blue #A155AD
Tints of Violet Blue #A155AD
RGB
CMYK
RGB Variations
Color information
#A155AD (or 0xA155AD) is known color: Violet Blue. HEX triplet: A1, 55 and AD. RGB value is (161,85,173). Sum of RGB (Red+Green+Blue) = 161+85+173=419 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.42% from 419); Green value is 85 (33.59% from 255 or 20.29% from 419); Blue value is 173 (67.97% from 255 or 41.29% from 419); Max value from RGB is 173 - color contains mainly: blue. Hex color #A155AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A155AD is #5EAA52. Grayscale: #757575. Windows color (decimal): -6203987 or 11359649. OLE color: 11359649.
HSL color Cylindrical-coordinate representation of color #A155AD: hue angle of 291.82º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A155AD is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 85 | 173 | - |
| CMYK | 0.07 | 0.51 | 0 | 0.32 |
| HSL | 291.82º | 0.35% | 0.51% | - |
| HSV(B) | 291.82º | 0.51% | 0.68% | - |
| XYZ | 25.49 | 17.09 | 41.49 | - |
| YUV | 117.76 | 159.18 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 85 | 173 | 0.07 | 0.51 | 0 | 0.32 | 291.82 | 0.35 | 0.51 |
| Hex | A1 | 55 | AD | 7 | 33 | 0 | 20 | 124 | 23 | 33 |
| Octal | 241 | 125 | 255 | 7 | 63 | 0 | 40 | 444 | 43 | 63 |
| Binary | 10100001 | 1010101 | 10101101 | 111 | 110011 | 0 | 100000 | 100100100 | 100011 | 110011 |
Color Harmonies of #A155AD
Complementary color
Monochromatic Colors of #A155AD
Black with #A155AD
Text Example
Text Example
White with #A155AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A155AD; }
p { color: rgb(161,85,173); }
H1.HeaderClassName
{
color: #A155AD;
}
.AnyTagClassName
{
color: #A155AD;
}
</style>
background-color css
<style>
a { background-color: #A155AD; }
a { background-color: rgb(161,85,173); }
div.DivClassName
{
background-color: #A155AD;
}
.BgClassName
{
background-color: #A155AD;
}
</style>
border-color css
<style>
span { border-color: #A155AD; }
span { border-color: rgb(161,85,173); }
td.TdClassName
{
border-color: #A155AD;
}
.TagClassName
{
border-color: #A155AD;
}
</style>