Shades of Blue Violet #A54AF6
Tints of Blue Violet #A54AF6
RGB
CMYK
RGB Variations
Color information
#A54AF6 (or 0xA54AF6) is known color: Blue Violet. HEX triplet: A5, 4A and F6. RGB value is (165,74,246). Sum of RGB (Red+Green+Blue) = 165+74+246=485 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.02% from 485); Green value is 74 (29.30% from 255 or 15.26% from 485); Blue value is 246 (96.48% from 255 or 50.72% from 485); Max value from RGB is 246 - color contains mainly: blue. Hex color #A54AF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A54AF6 is #5AB509. Grayscale: #787878. Windows color (decimal): -5944586 or 16140965. OLE color: 16140965.
HSL color Cylindrical-coordinate representation of color #A54AF6: hue angle of 271.74º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A54AF6 is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 165 | 74 | 246 | - |
| CMYK | 0.33 | 0.70 | 0 | 0.04 |
| HSL | 271.74º | 0.91% | 0.63% | - |
| HSV(B) | 271.74º | 0.7% | 0.96% | - |
| XYZ | 34.6 | 19.55 | 89.14 | - |
| YUV | 120.82 | 198.65 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 74 | 246 | 0.33 | 0.70 | 0 | 0.04 | 271.74 | 0.91 | 0.63 |
| Hex | A5 | 4A | F6 | 21 | 46 | 0 | 4 | 110 | 5B | 3F |
| Octal | 245 | 112 | 366 | 41 | 106 | 0 | 4 | 420 | 133 | 77 |
| Binary | 10100101 | 1001010 | 11110110 | 100001 | 1000110 | 0 | 100 | 100010000 | 1011011 | 111111 |
Color Harmonies of #A54AF6
Complementary color
Monochromatic Colors of #A54AF6
Black with #A54AF6
Text Example
Text Example
White with #A54AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54AF6; }
p { color: rgb(165,74,246); }
H1.HeaderClassName
{
color: #A54AF6;
}
.AnyTagClassName
{
color: #A54AF6;
}
</style>
background-color css
<style>
a { background-color: #A54AF6; }
a { background-color: rgb(165,74,246); }
div.DivClassName
{
background-color: #A54AF6;
}
.BgClassName
{
background-color: #A54AF6;
}
</style>
border-color css
<style>
span { border-color: #A54AF6; }
span { border-color: rgb(165,74,246); }
td.TdClassName
{
border-color: #A54AF6;
}
.TagClassName
{
border-color: #A54AF6;
}
</style>