Shades of Blue Violet #A54CFC
Tints of Blue Violet #A54CFC
RGB
CMYK
RGB Variations
Color information
#A54CFC (or 0xA54CFC) is known color: Blue Violet. HEX triplet: A5, 4C and FC. RGB value is (165,76,252). Sum of RGB (Red+Green+Blue) = 165+76+252=493 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.47% from 493); Green value is 76 (30.08% from 255 or 15.42% from 493); Blue value is 252 (98.83% from 255 or 51.12% from 493); Max value from RGB is 252 - color contains mainly: blue. Hex color #A54CFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A54CFC is #5AB303. Grayscale: #7A7A7A. Windows color (decimal): -5944068 or 16534693. OLE color: 16534693.
HSL color Cylindrical-coordinate representation of color #A54CFC: hue angle of 270.34º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A54CFC is Cyan = 0.35, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 165 | 76 | 252 | - |
| CMYK | 0.35 | 0.70 | 0 | 0.01 |
| HSL | 270.34º | 0.97% | 0.64% | - |
| HSV(B) | 270.34º | 0.7% | 0.99% | - |
| XYZ | 35.67 | 20.2 | 94.11 | - |
| YUV | 122.68 | 200.99 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 76 | 252 | 0.35 | 0.70 | 0 | 0.01 | 270.34 | 0.97 | 0.64 |
| Hex | A5 | 4C | FC | 23 | 46 | 0 | 1 | 10E | 61 | 40 |
| Octal | 245 | 114 | 374 | 43 | 106 | 0 | 1 | 416 | 141 | 100 |
| Binary | 10100101 | 1001100 | 11111100 | 100011 | 1000110 | 0 | 1 | 100001110 | 1100001 | 1000000 |
Color Harmonies of #A54CFC
Complementary color
Monochromatic Colors of #A54CFC
Black with #A54CFC
Text Example
Text Example
White with #A54CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54CFC; }
p { color: rgb(165,76,252); }
H1.HeaderClassName
{
color: #A54CFC;
}
.AnyTagClassName
{
color: #A54CFC;
}
</style>
background-color css
<style>
a { background-color: #A54CFC; }
a { background-color: rgb(165,76,252); }
div.DivClassName
{
background-color: #A54CFC;
}
.BgClassName
{
background-color: #A54CFC;
}
</style>
border-color css
<style>
span { border-color: #A54CFC; }
span { border-color: rgb(165,76,252); }
td.TdClassName
{
border-color: #A54CFC;
}
.TagClassName
{
border-color: #A54CFC;
}
</style>