Shades of Blue Violet #A51DF8
Tints of Blue Violet #A51DF8
RGB
CMYK
RGB Variations
Color information
#A51DF8 (or 0xA51DF8) is known color: Blue Violet. HEX triplet: A5, 1D and F8. RGB value is (165,29,248). Sum of RGB (Red+Green+Blue) = 165+29+248=442 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.33% from 442); Green value is 29 (11.72% from 255 or 6.56% from 442); Blue value is 248 (97.27% from 255 or 56.11% from 442); Max value from RGB is 248 - color contains mainly: blue. Hex color #A51DF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A51DF8 is #5AE207. Grayscale: #5D5D5D. Windows color (decimal): -5956104 or 16260517. OLE color: 16260517.
HSL color Cylindrical-coordinate representation of color #A51DF8: hue angle of 277.26º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A51DF8 is Cyan = 0.33, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 165 | 29 | 248 | - |
| CMYK | 0.33 | 0.88 | 0 | 0.03 |
| HSL | 277.26º | 0.94% | 0.54% | - |
| HSV(B) | 277.26º | 0.88% | 0.97% | - |
| XYZ | 32.9 | 15.66 | 90.09 | - |
| YUV | 94.63 | 214.56 | 178.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 29 | 248 | 0.33 | 0.88 | 0 | 0.03 | 277.26 | 0.94 | 0.54 |
| Hex | A5 | 1D | F8 | 21 | 58 | 0 | 3 | 115 | 5E | 36 |
| Octal | 245 | 35 | 370 | 41 | 130 | 0 | 3 | 425 | 136 | 66 |
| Binary | 10100101 | 11101 | 11111000 | 100001 | 1011000 | 0 | 11 | 100010101 | 1011110 | 110110 |
Color Harmonies of #A51DF8
Complementary color
Monochromatic Colors of #A51DF8
Black with #A51DF8
Text Example
Text Example
White with #A51DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51DF8; }
p { color: rgb(165,29,248); }
H1.HeaderClassName
{
color: #A51DF8;
}
.AnyTagClassName
{
color: #A51DF8;
}
</style>
background-color css
<style>
a { background-color: #A51DF8; }
a { background-color: rgb(165,29,248); }
div.DivClassName
{
background-color: #A51DF8;
}
.BgClassName
{
background-color: #A51DF8;
}
</style>
border-color css
<style>
span { border-color: #A51DF8; }
span { border-color: rgb(165,29,248); }
td.TdClassName
{
border-color: #A51DF8;
}
.TagClassName
{
border-color: #A51DF8;
}
</style>