Shades of Violet Blue #A546AC
Tints of Violet Blue #A546AC
RGB
CMYK
RGB Variations
Color information
#A546AC (or 0xA546AC) is known color: Violet Blue. HEX triplet: A5, 46 and AC. RGB value is (165,70,172). Sum of RGB (Red+Green+Blue) = 165+70+172=407 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.54% from 407); Green value is 70 (27.73% from 255 or 17.20% from 407); Blue value is 172 (67.58% from 255 or 42.26% from 407); Max value from RGB is 172 - color contains mainly: blue. Hex color #A546AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A546AC is #5AB953. Grayscale: #6D6D6D. Windows color (decimal): -5945684 or 11290277. OLE color: 11290277.
HSL color Cylindrical-coordinate representation of color #A546AC: hue angle of 295.88º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A546AC is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 70 | 172 | - |
| CMYK | 0.04 | 0.59 | 0 | 0.33 |
| HSL | 295.88º | 0.42% | 0.47% | - |
| HSV(B) | 295.88º | 0.59% | 0.67% | - |
| XYZ | 25.15 | 15.36 | 40.67 | - |
| YUV | 110.03 | 162.97 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 70 | 172 | 0.04 | 0.59 | 0 | 0.33 | 295.88 | 0.42 | 0.47 |
| Hex | A5 | 46 | AC | 4 | 3B | 0 | 21 | 128 | 2A | 2F |
| Octal | 245 | 106 | 254 | 4 | 73 | 0 | 41 | 450 | 52 | 57 |
| Binary | 10100101 | 1000110 | 10101100 | 100 | 111011 | 0 | 100001 | 100101000 | 101010 | 101111 |
Color Harmonies of #A546AC
Complementary color
Monochromatic Colors of #A546AC
Black with #A546AC
Text Example
Text Example
White with #A546AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A546AC; }
p { color: rgb(165,70,172); }
H1.HeaderClassName
{
color: #A546AC;
}
.AnyTagClassName
{
color: #A546AC;
}
</style>
background-color css
<style>
a { background-color: #A546AC; }
a { background-color: rgb(165,70,172); }
div.DivClassName
{
background-color: #A546AC;
}
.BgClassName
{
background-color: #A546AC;
}
</style>
border-color css
<style>
span { border-color: #A546AC; }
span { border-color: rgb(165,70,172); }
td.TdClassName
{
border-color: #A546AC;
}
.TagClassName
{
border-color: #A546AC;
}
</style>