Shades of Violet Blue #A551A0
Tints of Violet Blue #A551A0
RGB
CMYK
RGB Variations
Color information
#A551A0 (or 0xA551A0) is known color: Violet Blue. HEX triplet: A5, 51 and A0. RGB value is (165,81,160). Sum of RGB (Red+Green+Blue) = 165+81+160=406 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.64% from 406); Green value is 81 (32.03% from 255 or 19.95% from 406); Blue value is 160 (62.89% from 255 or 39.41% from 406); Max value from RGB is 165 - color contains mainly: red. Hex color #A551A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A551A0 is #5AAE5F. Grayscale: #727272. Windows color (decimal): -5942880 or 10506661. OLE color: 10506661.
HSL color Cylindrical-coordinate representation of color #A551A0: hue angle of 303.57º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A551A0 is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 81 | 160 | - |
| CMYK | 0 | 0.51 | 0.03 | 0.35 |
| HSL | 303.57º | 0.34% | 0.48% | - |
| HSV(B) | 303.57º | 0.51% | 0.65% | - |
| XYZ | 24.8 | 16.42 | 35.12 | - |
| YUV | 115.12 | 153.33 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 81 | 160 | 0 | 0.51 | 0.03 | 0.35 | 303.57 | 0.34 | 0.48 |
| Hex | A5 | 51 | A0 | 0 | 33 | 3 | 23 | 130 | 22 | 30 |
| Octal | 245 | 121 | 240 | 0 | 63 | 3 | 43 | 460 | 42 | 60 |
| Binary | 10100101 | 1010001 | 10100000 | 0 | 110011 | 11 | 100011 | 100110000 | 100010 | 110000 |
Color Harmonies of #A551A0
Complementary color
Monochromatic Colors of #A551A0
Black with #A551A0
Text Example
Text Example
White with #A551A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A551A0; }
p { color: rgb(165,81,160); }
H1.HeaderClassName
{
color: #A551A0;
}
.AnyTagClassName
{
color: #A551A0;
}
</style>
background-color css
<style>
a { background-color: #A551A0; }
a { background-color: rgb(165,81,160); }
div.DivClassName
{
background-color: #A551A0;
}
.BgClassName
{
background-color: #A551A0;
}
</style>
border-color css
<style>
span { border-color: #A551A0; }
span { border-color: rgb(165,81,160); }
td.TdClassName
{
border-color: #A551A0;
}
.TagClassName
{
border-color: #A551A0;
}
</style>