Shades of Violet Blue #A554A9
Tints of Violet Blue #A554A9
RGB
CMYK
RGB Variations
Color information
#A554A9 (or 0xA554A9) is known color: Violet Blue. HEX triplet: A5, 54 and A9. RGB value is (165,84,169). Sum of RGB (Red+Green+Blue) = 165+84+169=418 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.47% from 418); Green value is 84 (33.20% from 255 or 20.10% from 418); Blue value is 169 (66.41% from 255 or 40.43% from 418); Max value from RGB is 169 - color contains mainly: blue. Hex color #A554A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A554A9 is #5AAB56. Grayscale: #757575. Windows color (decimal): -5942103 or 11097253. OLE color: 11097253.
HSL color Cylindrical-coordinate representation of color #A554A9: hue angle of 297.18º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A554A9 is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 165 | 84 | 169 | - |
| CMYK | 0.02 | 0.50 | 0 | 0.34 |
| HSL | 297.18º | 0.34% | 0.5% | - |
| HSV(B) | 297.18º | 0.5% | 0.66% | - |
| XYZ | 25.85 | 17.2 | 39.49 | - |
| YUV | 117.91 | 156.84 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 84 | 169 | 0.02 | 0.50 | 0 | 0.34 | 297.18 | 0.34 | 0.5 |
| Hex | A5 | 54 | A9 | 2 | 32 | 0 | 22 | 129 | 22 | 32 |
| Octal | 245 | 124 | 251 | 2 | 62 | 0 | 42 | 451 | 42 | 62 |
| Binary | 10100101 | 1010100 | 10101001 | 10 | 110010 | 0 | 100010 | 100101001 | 100010 | 110010 |
Color Harmonies of #A554A9
Complementary color
Monochromatic Colors of #A554A9
Black with #A554A9
Text Example
Text Example
White with #A554A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A554A9; }
p { color: rgb(165,84,169); }
H1.HeaderClassName
{
color: #A554A9;
}
.AnyTagClassName
{
color: #A554A9;
}
</style>
background-color css
<style>
a { background-color: #A554A9; }
a { background-color: rgb(165,84,169); }
div.DivClassName
{
background-color: #A554A9;
}
.BgClassName
{
background-color: #A554A9;
}
</style>
border-color css
<style>
span { border-color: #A554A9; }
span { border-color: rgb(165,84,169); }
td.TdClassName
{
border-color: #A554A9;
}
.TagClassName
{
border-color: #A554A9;
}
</style>