Shades of Blue Violet #A546FD
Tints of Blue Violet #A546FD
RGB
CMYK
RGB Variations
Color information
#A546FD (or 0xA546FD) is known color: Blue Violet. HEX triplet: A5, 46 and FD. RGB value is (165,70,253). Sum of RGB (Red+Green+Blue) = 165+70+253=488 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.81% from 488); Green value is 70 (27.73% from 255 or 14.34% from 488); Blue value is 253 (99.22% from 255 or 51.84% from 488); Max value from RGB is 253 - color contains mainly: blue. Hex color #A546FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A546FD is #5AB902. Grayscale: #767676. Windows color (decimal): -5945603 or 16598693. OLE color: 16598693.
HSL color Cylindrical-coordinate representation of color #A546FD: hue angle of 271.15º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A546FD is Cyan = 0.35, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 165 | 70 | 253 | - |
| CMYK | 0.35 | 0.72 | 0 | 0.01 |
| HSL | 271.15º | 0.98% | 0.63% | - |
| HSV(B) | 271.15º | 0.72% | 0.99% | - |
| XYZ | 35.44 | 19.47 | 94.82 | - |
| YUV | 119.27 | 203.47 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 70 | 253 | 0.35 | 0.72 | 0 | 0.01 | 271.15 | 0.98 | 0.63 |
| Hex | A5 | 46 | FD | 23 | 48 | 0 | 1 | 10F | 62 | 3F |
| Octal | 245 | 106 | 375 | 43 | 110 | 0 | 1 | 417 | 142 | 77 |
| Binary | 10100101 | 1000110 | 11111101 | 100011 | 1001000 | 0 | 1 | 100001111 | 1100010 | 111111 |
Color Harmonies of #A546FD
Complementary color
Monochromatic Colors of #A546FD
Black with #A546FD
Text Example
Text Example
White with #A546FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A546FD; }
p { color: rgb(165,70,253); }
H1.HeaderClassName
{
color: #A546FD;
}
.AnyTagClassName
{
color: #A546FD;
}
</style>
background-color css
<style>
a { background-color: #A546FD; }
a { background-color: rgb(165,70,253); }
div.DivClassName
{
background-color: #A546FD;
}
.BgClassName
{
background-color: #A546FD;
}
</style>
border-color css
<style>
span { border-color: #A546FD; }
span { border-color: rgb(165,70,253); }
td.TdClassName
{
border-color: #A546FD;
}
.TagClassName
{
border-color: #A546FD;
}
</style>