Shades of Violet Blue #A546A1
Tints of Violet Blue #A546A1
RGB
CMYK
RGB Variations
Color information
#A546A1 (or 0xA546A1) is known color: Violet Blue. HEX triplet: A5, 46 and A1. RGB value is (165,70,161). Sum of RGB (Red+Green+Blue) = 165+70+161=396 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.67% from 396); Green value is 70 (27.73% from 255 or 17.68% from 396); Blue value is 161 (63.28% from 255 or 40.66% from 396); Max value from RGB is 165 - color contains mainly: red. Hex color #A546A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A546A1 is #5AB95E. Grayscale: #6C6C6C. Windows color (decimal): -5945695 or 10569381. OLE color: 10569381.
HSL color Cylindrical-coordinate representation of color #A546A1: hue angle of 302.53º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A546A1 is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 70 | 161 | - |
| CMYK | 0 | 0.58 | 0.02 | 0.35 |
| HSL | 302.53º | 0.4% | 0.46% | - |
| HSV(B) | 302.53º | 0.58% | 0.65% | - |
| XYZ | 24.14 | 14.95 | 35.33 | - |
| YUV | 108.78 | 157.47 | 168.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 70 | 161 | 0 | 0.58 | 0.02 | 0.35 | 302.53 | 0.4 | 0.46 |
| Hex | A5 | 46 | A1 | 0 | 3A | 2 | 23 | 12F | 28 | 2E |
| Octal | 245 | 106 | 241 | 0 | 72 | 2 | 43 | 457 | 50 | 56 |
| Binary | 10100101 | 1000110 | 10100001 | 0 | 111010 | 10 | 100011 | 100101111 | 101000 | 101110 |
Color Harmonies of #A546A1
Complementary color
Monochromatic Colors of #A546A1
Black with #A546A1
Text Example
Text Example
White with #A546A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A546A1; }
p { color: rgb(165,70,161); }
H1.HeaderClassName
{
color: #A546A1;
}
.AnyTagClassName
{
color: #A546A1;
}
</style>
background-color css
<style>
a { background-color: #A546A1; }
a { background-color: rgb(165,70,161); }
div.DivClassName
{
background-color: #A546A1;
}
.BgClassName
{
background-color: #A546A1;
}
</style>
border-color css
<style>
span { border-color: #A546A1; }
span { border-color: rgb(165,70,161); }
td.TdClassName
{
border-color: #A546A1;
}
.TagClassName
{
border-color: #A546A1;
}
</style>