Shades of Blue Violet #A54BFD
Tints of Blue Violet #A54BFD
RGB
CMYK
RGB Variations
Color information
#A54BFD (or 0xA54BFD) is known color: Blue Violet. HEX triplet: A5, 4B and FD. RGB value is (165,75,253). Sum of RGB (Red+Green+Blue) = 165+75+253=493 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.47% from 493); Green value is 75 (29.69% from 255 or 15.21% from 493); Blue value is 253 (99.22% from 255 or 51.32% from 493); Max value from RGB is 253 - color contains mainly: blue. Hex color #A54BFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A54BFD is #5AB402. Grayscale: #797979. Windows color (decimal): -5944323 or 16599973. OLE color: 16599973.
HSL color Cylindrical-coordinate representation of color #A54BFD: hue angle of 270.34º degrees, saturation: 0.98, 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 #A54BFD is Cyan = 0.35, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 165 | 75 | 253 | - |
| CMYK | 0.35 | 0.70 | 0 | 0.01 |
| HSL | 270.34º | 0.98% | 0.64% | - |
| HSV(B) | 270.34º | 0.7% | 0.99% | - |
| XYZ | 35.76 | 20.12 | 94.93 | - |
| YUV | 122.2 | 201.82 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 75 | 253 | 0.35 | 0.70 | 0 | 0.01 | 270.34 | 0.98 | 0.64 |
| Hex | A5 | 4B | FD | 23 | 46 | 0 | 1 | 10E | 62 | 40 |
| Octal | 245 | 113 | 375 | 43 | 106 | 0 | 1 | 416 | 142 | 100 |
| Binary | 10100101 | 1001011 | 11111101 | 100011 | 1000110 | 0 | 1 | 100001110 | 1100010 | 1000000 |
Color Harmonies of #A54BFD
Complementary color
Monochromatic Colors of #A54BFD
Black with #A54BFD
Text Example
Text Example
White with #A54BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54BFD; }
p { color: rgb(165,75,253); }
H1.HeaderClassName
{
color: #A54BFD;
}
.AnyTagClassName
{
color: #A54BFD;
}
</style>
background-color css
<style>
a { background-color: #A54BFD; }
a { background-color: rgb(165,75,253); }
div.DivClassName
{
background-color: #A54BFD;
}
.BgClassName
{
background-color: #A54BFD;
}
</style>
border-color css
<style>
span { border-color: #A54BFD; }
span { border-color: rgb(165,75,253); }
td.TdClassName
{
border-color: #A54BFD;
}
.TagClassName
{
border-color: #A54BFD;
}
</style>