Shades of Violet Blue #A544A1
Tints of Violet Blue #A544A1
RGB
CMYK
RGB Variations
Color information
#A544A1 (or 0xA544A1) is known color: Violet Blue. HEX triplet: A5, 44 and A1. RGB value is (165,68,161). Sum of RGB (Red+Green+Blue) = 165+68+161=394 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.88% from 394); Green value is 68 (26.95% from 255 or 17.26% from 394); Blue value is 161 (63.28% from 255 or 40.86% from 394); Max value from RGB is 165 - color contains mainly: red. Hex color #A544A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A544A1 is #5ABB5E. Grayscale: #6B6B6B. Windows color (decimal): -5946207 or 10568869. OLE color: 10568869.
HSL color Cylindrical-coordinate representation of color #A544A1: hue angle of 302.47º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A544A1 is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 68 | 161 | - |
| CMYK | 0 | 0.59 | 0.02 | 0.35 |
| HSL | 302.47º | 0.42% | 0.46% | - |
| HSV(B) | 302.47º | 0.59% | 0.65% | - |
| XYZ | 24.02 | 14.71 | 35.29 | - |
| YUV | 107.61 | 158.14 | 168.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 68 | 161 | 0 | 0.59 | 0.02 | 0.35 | 302.47 | 0.42 | 0.46 |
| Hex | A5 | 44 | A1 | 0 | 3B | 2 | 23 | 12E | 2A | 2E |
| Octal | 245 | 104 | 241 | 0 | 73 | 2 | 43 | 456 | 52 | 56 |
| Binary | 10100101 | 1000100 | 10100001 | 0 | 111011 | 10 | 100011 | 100101110 | 101010 | 101110 |
Color Harmonies of #A544A1
Complementary color
Monochromatic Colors of #A544A1
Black with #A544A1
Text Example
Text Example
White with #A544A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A544A1; }
p { color: rgb(165,68,161); }
H1.HeaderClassName
{
color: #A544A1;
}
.AnyTagClassName
{
color: #A544A1;
}
</style>
background-color css
<style>
a { background-color: #A544A1; }
a { background-color: rgb(165,68,161); }
div.DivClassName
{
background-color: #A544A1;
}
.BgClassName
{
background-color: #A544A1;
}
</style>
border-color css
<style>
span { border-color: #A544A1; }
span { border-color: rgb(165,68,161); }
td.TdClassName
{
border-color: #A544A1;
}
.TagClassName
{
border-color: #A544A1;
}
</style>