Shades of Blue Violet #A91FED
Tints of Blue Violet #A91FED
RGB
CMYK
RGB Variations
Color information
#A91FED (or 0xA91FED) is known color: Blue Violet. HEX triplet: A9, 1F and ED. RGB value is (169,31,237). Sum of RGB (Red+Green+Blue) = 169+31+237=437 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.67% from 437); Green value is 31 (12.5% from 255 or 7.09% from 437); Blue value is 237 (92.97% from 255 or 54.23% from 437); Max value from RGB is 237 - color contains mainly: blue. Hex color #A91FED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A91FED is #56E012. Grayscale: #5F5F5F. Windows color (decimal): -5693459 or 15540137. OLE color: 15540137.
HSL color Cylindrical-coordinate representation of color #A91FED: hue angle of 280.19º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A91FED is Cyan = 0.29, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 31 | 237 | - |
| CMYK | 0.29 | 0.87 | 0 | 0.07 |
| HSL | 280.19º | 0.85% | 0.53% | - |
| HSV(B) | 280.19º | 0.87% | 0.93% | - |
| XYZ | 32.14 | 15.53 | 81.42 | - |
| YUV | 95.75 | 207.72 | 180.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 31 | 237 | 0.29 | 0.87 | 0 | 0.07 | 280.19 | 0.85 | 0.53 |
| Hex | A9 | 1F | ED | 1D | 57 | 0 | 7 | 118 | 55 | 35 |
| Octal | 251 | 37 | 355 | 35 | 127 | 0 | 7 | 430 | 125 | 65 |
| Binary | 10101001 | 11111 | 11101101 | 11101 | 1010111 | 0 | 111 | 100011000 | 1010101 | 110101 |
Color Harmonies of #A91FED
Complementary color
Monochromatic Colors of #A91FED
Black with #A91FED
Text Example
Text Example
White with #A91FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91FED; }
p { color: rgb(169,31,237); }
H1.HeaderClassName
{
color: #A91FED;
}
.AnyTagClassName
{
color: #A91FED;
}
</style>
background-color css
<style>
a { background-color: #A91FED; }
a { background-color: rgb(169,31,237); }
div.DivClassName
{
background-color: #A91FED;
}
.BgClassName
{
background-color: #A91FED;
}
</style>
border-color css
<style>
span { border-color: #A91FED; }
span { border-color: rgb(169,31,237); }
td.TdClassName
{
border-color: #A91FED;
}
.TagClassName
{
border-color: #A91FED;
}
</style>