Shades of Blue Violet #A546FF
Tints of Blue Violet #A546FF
RGB
CMYK
RGB Variations
Color information
#A546FF (or 0xA546FF) is known color: Blue Violet. HEX triplet: A5, 46 and FF. RGB value is (165,70,255). Sum of RGB (Red+Green+Blue) = 165+70+255=490 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.67% from 490); Green value is 70 (27.73% from 255 or 14.29% from 490); Blue value is 255 (100% from 255 or 52.04% from 490); Max value from RGB is 255 - color contains mainly: blue. Hex color #A546FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A546FF is #5AB900. Grayscale: #767676. Windows color (decimal): -5945601 or 16729765. OLE color: 16729765.
HSL color Cylindrical-coordinate representation of color #A546FF: hue angle of 270.81º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A546FF is Cyan = 0.35, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 165 | 70 | 255 | - |
| CMYK | 0.35 | 0.73 | 0 | 0 |
| HSL | 270.81º | 1% | 0.64% | - |
| HSV(B) | 270.81º | 0.73% | 1% | - |
| XYZ | 35.76 | 19.6 | 96.51 | - |
| YUV | 119.5 | 204.47 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 70 | 255 | 0.35 | 0.73 | 0 | 0 | 270.81 | 1 | 0.64 |
| Hex | A5 | 46 | FF | 23 | 49 | 0 | 0 | 10F | 64 | 40 |
| Octal | 245 | 106 | 377 | 43 | 111 | 0 | 0 | 417 | 144 | 100 |
| Binary | 10100101 | 1000110 | 11111111 | 100011 | 1001001 | 0 | 0 | 100001111 | 1100100 | 1000000 |
Color Harmonies of #A546FF
Complementary color
Monochromatic Colors of #A546FF
Black with #A546FF
Text Example
Text Example
White with #A546FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A546FF; }
p { color: rgb(165,70,255); }
H1.HeaderClassName
{
color: #A546FF;
}
.AnyTagClassName
{
color: #A546FF;
}
</style>
background-color css
<style>
a { background-color: #A546FF; }
a { background-color: rgb(165,70,255); }
div.DivClassName
{
background-color: #A546FF;
}
.BgClassName
{
background-color: #A546FF;
}
</style>
border-color css
<style>
span { border-color: #A546FF; }
span { border-color: rgb(165,70,255); }
td.TdClassName
{
border-color: #A546FF;
}
.TagClassName
{
border-color: #A546FF;
}
</style>