Shades of Blue Violet #A54CFF
Tints of Blue Violet #A54CFF
RGB
CMYK
RGB Variations
Color information
#A54CFF (or 0xA54CFF) is known color: Blue Violet. HEX triplet: A5, 4C and FF. RGB value is (165,76,255). Sum of RGB (Red+Green+Blue) = 165+76+255=496 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.27% from 496); Green value is 76 (30.08% from 255 or 15.32% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #A54CFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A54CFF is #5AB300. Grayscale: #7A7A7A. Windows color (decimal): -5944065 or 16731301. OLE color: 16731301.
HSL color Cylindrical-coordinate representation of color #A54CFF: hue angle of 269.83º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A54CFF is Cyan = 0.35, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 165 | 76 | 255 | - |
| CMYK | 0.35 | 0.70 | 0 | 0 |
| HSL | 269.83º | 1% | 0.65% | - |
| HSV(B) | 269.83º | 0.7% | 1% | - |
| XYZ | 36.15 | 20.39 | 96.64 | - |
| YUV | 123.02 | 202.49 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 76 | 255 | 0.35 | 0.70 | 0 | 0 | 269.83 | 1 | 0.65 |
| Hex | A5 | 4C | FF | 23 | 46 | 0 | 0 | 10E | 64 | 41 |
| Octal | 245 | 114 | 377 | 43 | 106 | 0 | 0 | 416 | 144 | 101 |
| Binary | 10100101 | 1001100 | 11111111 | 100011 | 1000110 | 0 | 0 | 100001110 | 1100100 | 1000001 |
Color Harmonies of #A54CFF
Complementary color
Monochromatic Colors of #A54CFF
Black with #A54CFF
Text Example
Text Example
White with #A54CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54CFF; }
p { color: rgb(165,76,255); }
H1.HeaderClassName
{
color: #A54CFF;
}
.AnyTagClassName
{
color: #A54CFF;
}
</style>
background-color css
<style>
a { background-color: #A54CFF; }
a { background-color: rgb(165,76,255); }
div.DivClassName
{
background-color: #A54CFF;
}
.BgClassName
{
background-color: #A54CFF;
}
</style>
border-color css
<style>
span { border-color: #A54CFF; }
span { border-color: rgb(165,76,255); }
td.TdClassName
{
border-color: #A54CFF;
}
.TagClassName
{
border-color: #A54CFF;
}
</style>