Shades of Violet Blue #A551A4
Tints of Violet Blue #A551A4
RGB
CMYK
RGB Variations
Color information
#A551A4 (or 0xA551A4) is known color: Violet Blue. HEX triplet: A5, 51 and A4. RGB value is (165,81,164). Sum of RGB (Red+Green+Blue) = 165+81+164=410 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.24% from 410); Green value is 81 (32.03% from 255 or 19.76% from 410); Blue value is 164 (64.45% from 255 or 40% from 410); Max value from RGB is 165 - color contains mainly: red. Hex color #A551A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A551A4 is #5AAE5B. Grayscale: #737373. Windows color (decimal): -5942876 or 10768805. OLE color: 10768805.
HSL color Cylindrical-coordinate representation of color #A551A4: hue angle of 300.71º 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 #A551A4 is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 81 | 164 | - |
| CMYK | 0 | 0.51 | 0.01 | 0.35 |
| HSL | 300.71º | 0.34% | 0.48% | - |
| HSV(B) | 300.71º | 0.51% | 0.65% | - |
| XYZ | 25.16 | 16.56 | 36.99 | - |
| YUV | 115.58 | 155.33 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 81 | 164 | 0 | 0.51 | 0.01 | 0.35 | 300.71 | 0.34 | 0.48 |
| Hex | A5 | 51 | A4 | 0 | 33 | 1 | 23 | 12D | 22 | 30 |
| Octal | 245 | 121 | 244 | 0 | 63 | 1 | 43 | 455 | 42 | 60 |
| Binary | 10100101 | 1010001 | 10100100 | 0 | 110011 | 1 | 100011 | 100101101 | 100010 | 110000 |
Color Harmonies of #A551A4
Complementary color
Monochromatic Colors of #A551A4
Black with #A551A4
Text Example
Text Example
White with #A551A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A551A4; }
p { color: rgb(165,81,164); }
H1.HeaderClassName
{
color: #A551A4;
}
.AnyTagClassName
{
color: #A551A4;
}
</style>
background-color css
<style>
a { background-color: #A551A4; }
a { background-color: rgb(165,81,164); }
div.DivClassName
{
background-color: #A551A4;
}
.BgClassName
{
background-color: #A551A4;
}
</style>
border-color css
<style>
span { border-color: #A551A4; }
span { border-color: rgb(165,81,164); }
td.TdClassName
{
border-color: #A551A4;
}
.TagClassName
{
border-color: #A551A4;
}
</style>