Shades of Blue Violet #A54FFF
Tints of Blue Violet #A54FFF
RGB
CMYK
RGB Variations
Color information
#A54FFF (or 0xA54FFF) is known color: Blue Violet. HEX triplet: A5, 4F and FF. RGB value is (165,79,255). Sum of RGB (Red+Green+Blue) = 165+79+255=499 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33.07% from 499); Green value is 79 (31.25% from 255 or 15.83% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #A54FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A54FFF is #5AB000. Grayscale: #7C7C7C. Windows color (decimal): -5943297 or 16732069. OLE color: 16732069.
HSL color Cylindrical-coordinate representation of color #A54FFF: hue angle of 269.32º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A54FFF is Cyan = 0.35, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 165 | 79 | 255 | - |
| CMYK | 0.35 | 0.69 | 0 | 0 |
| HSL | 269.32º | 1% | 0.65% | - |
| HSV(B) | 269.32º | 0.69% | 1% | - |
| XYZ | 36.36 | 20.81 | 96.71 | - |
| YUV | 124.78 | 201.49 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 79 | 255 | 0.35 | 0.69 | 0 | 0 | 269.32 | 1 | 0.65 |
| Hex | A5 | 4F | FF | 23 | 45 | 0 | 0 | 10D | 64 | 41 |
| Octal | 245 | 117 | 377 | 43 | 105 | 0 | 0 | 415 | 144 | 101 |
| Binary | 10100101 | 1001111 | 11111111 | 100011 | 1000101 | 0 | 0 | 100001101 | 1100100 | 1000001 |
Color Harmonies of #A54FFF
Complementary color
Monochromatic Colors of #A54FFF
Black with #A54FFF
Text Example
Text Example
White with #A54FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54FFF; }
p { color: rgb(165,79,255); }
H1.HeaderClassName
{
color: #A54FFF;
}
.AnyTagClassName
{
color: #A54FFF;
}
</style>
background-color css
<style>
a { background-color: #A54FFF; }
a { background-color: rgb(165,79,255); }
div.DivClassName
{
background-color: #A54FFF;
}
.BgClassName
{
background-color: #A54FFF;
}
</style>
border-color css
<style>
span { border-color: #A54FFF; }
span { border-color: rgb(165,79,255); }
td.TdClassName
{
border-color: #A54FFF;
}
.TagClassName
{
border-color: #A54FFF;
}
</style>