Shades of Blue Violet #A93CF1
Tints of Blue Violet #A93CF1
RGB
CMYK
RGB Variations
Color information
#A93CF1 (or 0xA93CF1) is known color: Blue Violet. HEX triplet: A9, 3C and F1. RGB value is (169,60,241). Sum of RGB (Red+Green+Blue) = 169+60+241=470 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.96% from 470); Green value is 60 (23.83% from 255 or 12.77% from 470); Blue value is 241 (94.53% from 255 or 51.28% from 470); Max value from RGB is 241 - color contains mainly: blue. Hex color #A93CF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A93CF1 is #56C30E. Grayscale: #707070. Windows color (decimal): -5686031 or 15809705. OLE color: 15809705.
HSL color Cylindrical-coordinate representation of color #A93CF1: hue angle of 276.13º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A93CF1 is Cyan = 0.30, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 169 | 60 | 241 | - |
| CMYK | 0.30 | 0.75 | 0 | 0.05 |
| HSL | 276.13º | 0.87% | 0.59% | - |
| HSV(B) | 276.13º | 0.75% | 0.95% | - |
| XYZ | 33.86 | 18.02 | 84.91 | - |
| YUV | 113.23 | 200.11 | 167.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 60 | 241 | 0.30 | 0.75 | 0 | 0.05 | 276.13 | 0.87 | 0.59 |
| Hex | A9 | 3C | F1 | 1E | 4B | 0 | 5 | 114 | 57 | 3B |
| Octal | 251 | 74 | 361 | 36 | 113 | 0 | 5 | 424 | 127 | 73 |
| Binary | 10101001 | 111100 | 11110001 | 11110 | 1001011 | 0 | 101 | 100010100 | 1010111 | 111011 |
Color Harmonies of #A93CF1
Complementary color
Monochromatic Colors of #A93CF1
Black with #A93CF1
Text Example
Text Example
White with #A93CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93CF1; }
p { color: rgb(169,60,241); }
H1.HeaderClassName
{
color: #A93CF1;
}
.AnyTagClassName
{
color: #A93CF1;
}
</style>
background-color css
<style>
a { background-color: #A93CF1; }
a { background-color: rgb(169,60,241); }
div.DivClassName
{
background-color: #A93CF1;
}
.BgClassName
{
background-color: #A93CF1;
}
</style>
border-color css
<style>
span { border-color: #A93CF1; }
span { border-color: rgb(169,60,241); }
td.TdClassName
{
border-color: #A93CF1;
}
.TagClassName
{
border-color: #A93CF1;
}
</style>