Shades of Blue Violet #A54AF1
Tints of Blue Violet #A54AF1
RGB
CMYK
RGB Variations
Color information
#A54AF1 (or 0xA54AF1) is known color: Blue Violet. HEX triplet: A5, 4A and F1. RGB value is (165,74,241). Sum of RGB (Red+Green+Blue) = 165+74+241=480 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.38% from 480); Green value is 74 (29.30% from 255 or 15.42% from 480); Blue value is 241 (94.53% from 255 or 50.21% from 480); Max value from RGB is 241 - color contains mainly: blue. Hex color #A54AF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A54AF1 is #5AB50E. Grayscale: #777777. Windows color (decimal): -5944591 or 15813285. OLE color: 15813285.
HSL color Cylindrical-coordinate representation of color #A54AF1: hue angle of 272.69º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A54AF1 is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 165 | 74 | 241 | - |
| CMYK | 0.32 | 0.69 | 0 | 0.05 |
| HSL | 272.69º | 0.86% | 0.62% | - |
| HSV(B) | 272.69º | 0.69% | 0.95% | - |
| XYZ | 33.84 | 19.25 | 85.15 | - |
| YUV | 120.25 | 196.15 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 74 | 241 | 0.32 | 0.69 | 0 | 0.05 | 272.69 | 0.86 | 0.62 |
| Hex | A5 | 4A | F1 | 20 | 45 | 0 | 5 | 111 | 56 | 3E |
| Octal | 245 | 112 | 361 | 40 | 105 | 0 | 5 | 421 | 126 | 76 |
| Binary | 10100101 | 1001010 | 11110001 | 100000 | 1000101 | 0 | 101 | 100010001 | 1010110 | 111110 |
Color Harmonies of #A54AF1
Complementary color
Monochromatic Colors of #A54AF1
Black with #A54AF1
Text Example
Text Example
White with #A54AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54AF1; }
p { color: rgb(165,74,241); }
H1.HeaderClassName
{
color: #A54AF1;
}
.AnyTagClassName
{
color: #A54AF1;
}
</style>
background-color css
<style>
a { background-color: #A54AF1; }
a { background-color: rgb(165,74,241); }
div.DivClassName
{
background-color: #A54AF1;
}
.BgClassName
{
background-color: #A54AF1;
}
</style>
border-color css
<style>
span { border-color: #A54AF1; }
span { border-color: rgb(165,74,241); }
td.TdClassName
{
border-color: #A54AF1;
}
.TagClassName
{
border-color: #A54AF1;
}
</style>