Shades of Violet Blue #A544AC
Tints of Violet Blue #A544AC
RGB
CMYK
RGB Variations
Color information
#A544AC (or 0xA544AC) is known color: Violet Blue. HEX triplet: A5, 44 and AC. RGB value is (165,68,172). Sum of RGB (Red+Green+Blue) = 165+68+172=405 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.74% from 405); Green value is 68 (26.95% from 255 or 16.79% from 405); Blue value is 172 (67.58% from 255 or 42.47% from 405); Max value from RGB is 172 - color contains mainly: blue. Hex color #A544AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A544AC is #5ABB53. Grayscale: #6C6C6C. Windows color (decimal): -5946196 or 11289765. OLE color: 11289765.
HSL color Cylindrical-coordinate representation of color #A544AC: hue angle of 295.96º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A544AC is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 68 | 172 | - |
| CMYK | 0.04 | 0.60 | 0 | 0.33 |
| HSL | 295.96º | 0.43% | 0.47% | - |
| HSV(B) | 295.96º | 0.6% | 0.67% | - |
| XYZ | 25.03 | 15.11 | 40.63 | - |
| YUV | 108.86 | 163.64 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 68 | 172 | 0.04 | 0.60 | 0 | 0.33 | 295.96 | 0.43 | 0.47 |
| Hex | A5 | 44 | AC | 4 | 3C | 0 | 21 | 128 | 2B | 2F |
| Octal | 245 | 104 | 254 | 4 | 74 | 0 | 41 | 450 | 53 | 57 |
| Binary | 10100101 | 1000100 | 10101100 | 100 | 111100 | 0 | 100001 | 100101000 | 101011 | 101111 |
Color Harmonies of #A544AC
Complementary color
Monochromatic Colors of #A544AC
Black with #A544AC
Text Example
Text Example
White with #A544AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A544AC; }
p { color: rgb(165,68,172); }
H1.HeaderClassName
{
color: #A544AC;
}
.AnyTagClassName
{
color: #A544AC;
}
</style>
background-color css
<style>
a { background-color: #A544AC; }
a { background-color: rgb(165,68,172); }
div.DivClassName
{
background-color: #A544AC;
}
.BgClassName
{
background-color: #A544AC;
}
</style>
border-color css
<style>
span { border-color: #A544AC; }
span { border-color: rgb(165,68,172); }
td.TdClassName
{
border-color: #A544AC;
}
.TagClassName
{
border-color: #A544AC;
}
</style>