Shades of Blue Violet #A91EF3
Tints of Blue Violet #A91EF3
RGB
CMYK
RGB Variations
Color information
#A91EF3 (or 0xA91EF3) is known color: Blue Violet. HEX triplet: A9, 1E and F3. RGB value is (169,30,243). Sum of RGB (Red+Green+Blue) = 169+30+243=442 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.24% from 442); Green value is 30 (12.11% from 255 or 6.79% from 442); Blue value is 243 (95.31% from 255 or 54.98% from 442); Max value from RGB is 243 - color contains mainly: blue. Hex color #A91EF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A91EF3 is #56E10C. Grayscale: #5F5F5F. Windows color (decimal): -5693709 or 15933097. OLE color: 15933097.
HSL color Cylindrical-coordinate representation of color #A91EF3: hue angle of 279.15º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A91EF3 is Cyan = 0.30, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 169 | 30 | 243 | - |
| CMYK | 0.30 | 0.88 | 0 | 0.05 |
| HSL | 279.15º | 0.9% | 0.54% | - |
| HSV(B) | 279.15º | 0.88% | 0.95% | - |
| XYZ | 33 | 15.83 | 86.11 | - |
| YUV | 95.84 | 211.05 | 180.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 30 | 243 | 0.30 | 0.88 | 0 | 0.05 | 279.15 | 0.9 | 0.54 |
| Hex | A9 | 1E | F3 | 1E | 58 | 0 | 5 | 117 | 5A | 36 |
| Octal | 251 | 36 | 363 | 36 | 130 | 0 | 5 | 427 | 132 | 66 |
| Binary | 10101001 | 11110 | 11110011 | 11110 | 1011000 | 0 | 101 | 100010111 | 1011010 | 110110 |
Color Harmonies of #A91EF3
Complementary color
Monochromatic Colors of #A91EF3
Black with #A91EF3
Text Example
Text Example
White with #A91EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91EF3; }
p { color: rgb(169,30,243); }
H1.HeaderClassName
{
color: #A91EF3;
}
.AnyTagClassName
{
color: #A91EF3;
}
</style>
background-color css
<style>
a { background-color: #A91EF3; }
a { background-color: rgb(169,30,243); }
div.DivClassName
{
background-color: #A91EF3;
}
.BgClassName
{
background-color: #A91EF3;
}
</style>
border-color css
<style>
span { border-color: #A91EF3; }
span { border-color: rgb(169,30,243); }
td.TdClassName
{
border-color: #A91EF3;
}
.TagClassName
{
border-color: #A91EF3;
}
</style>