Shades of Blue Violet #A54DFD
Tints of Blue Violet #A54DFD
RGB
CMYK
RGB Variations
Color information
#A54DFD (or 0xA54DFD) is known color: Blue Violet. HEX triplet: A5, 4D and FD. RGB value is (165,77,253). Sum of RGB (Red+Green+Blue) = 165+77+253=495 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.33% from 495); Green value is 77 (30.47% from 255 or 15.56% from 495); Blue value is 253 (99.22% from 255 or 51.11% from 495); Max value from RGB is 253 - color contains mainly: blue. Hex color #A54DFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A54DFD is #5AB202. Grayscale: #7A7A7A. Windows color (decimal): -5943811 or 16600485. OLE color: 16600485.
HSL color Cylindrical-coordinate representation of color #A54DFD: hue angle of 270º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A54DFD is Cyan = 0.35, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 165 | 77 | 253 | - |
| CMYK | 0.35 | 0.70 | 0 | 0.01 |
| HSL | 270º | 0.98% | 0.65% | - |
| HSV(B) | 270º | 0.7% | 0.99% | - |
| XYZ | 35.9 | 20.4 | 94.97 | - |
| YUV | 123.38 | 201.15 | 157.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 77 | 253 | 0.35 | 0.70 | 0 | 0.01 | 270 | 0.98 | 0.65 |
| Hex | A5 | 4D | FD | 23 | 46 | 0 | 1 | 10E | 62 | 41 |
| Octal | 245 | 115 | 375 | 43 | 106 | 0 | 1 | 416 | 142 | 101 |
| Binary | 10100101 | 1001101 | 11111101 | 100011 | 1000110 | 0 | 1 | 100001110 | 1100010 | 1000001 |
Color Harmonies of #A54DFD
Complementary color
Monochromatic Colors of #A54DFD
Black with #A54DFD
Text Example
Text Example
White with #A54DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54DFD; }
p { color: rgb(165,77,253); }
H1.HeaderClassName
{
color: #A54DFD;
}
.AnyTagClassName
{
color: #A54DFD;
}
</style>
background-color css
<style>
a { background-color: #A54DFD; }
a { background-color: rgb(165,77,253); }
div.DivClassName
{
background-color: #A54DFD;
}
.BgClassName
{
background-color: #A54DFD;
}
</style>
border-color css
<style>
span { border-color: #A54DFD; }
span { border-color: rgb(165,77,253); }
td.TdClassName
{
border-color: #A54DFD;
}
.TagClassName
{
border-color: #A54DFD;
}
</style>