Shades of Blue Violet #A91FF2
Tints of Blue Violet #A91FF2
RGB
CMYK
RGB Variations
Color information
#A91FF2 (or 0xA91FF2) is known color: Blue Violet. HEX triplet: A9, 1F and F2. RGB value is (169,31,242). Sum of RGB (Red+Green+Blue) = 169+31+242=442 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.24% from 442); Green value is 31 (12.5% from 255 or 7.01% from 442); Blue value is 242 (94.92% from 255 or 54.75% from 442); Max value from RGB is 242 - color contains mainly: blue. Hex color #A91FF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A91FF2 is #56E00D. Grayscale: #5F5F5F. Windows color (decimal): -5693454 or 15867817. OLE color: 15867817.
HSL color Cylindrical-coordinate representation of color #A91FF2: hue angle of 279.24º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A91FF2 is Cyan = 0.30, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 169 | 31 | 242 | - |
| CMYK | 0.30 | 0.87 | 0 | 0.05 |
| HSL | 279.24º | 0.89% | 0.54% | - |
| HSV(B) | 279.24º | 0.87% | 0.95% | - |
| XYZ | 32.88 | 15.83 | 85.33 | - |
| YUV | 96.32 | 210.22 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 31 | 242 | 0.30 | 0.87 | 0 | 0.05 | 279.24 | 0.89 | 0.54 |
| Hex | A9 | 1F | F2 | 1E | 57 | 0 | 5 | 117 | 59 | 36 |
| Octal | 251 | 37 | 362 | 36 | 127 | 0 | 5 | 427 | 131 | 66 |
| Binary | 10101001 | 11111 | 11110010 | 11110 | 1010111 | 0 | 101 | 100010111 | 1011001 | 110110 |
Color Harmonies of #A91FF2
Complementary color
Monochromatic Colors of #A91FF2
Black with #A91FF2
Text Example
Text Example
White with #A91FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91FF2; }
p { color: rgb(169,31,242); }
H1.HeaderClassName
{
color: #A91FF2;
}
.AnyTagClassName
{
color: #A91FF2;
}
</style>
background-color css
<style>
a { background-color: #A91FF2; }
a { background-color: rgb(169,31,242); }
div.DivClassName
{
background-color: #A91FF2;
}
.BgClassName
{
background-color: #A91FF2;
}
</style>
border-color css
<style>
span { border-color: #A91FF2; }
span { border-color: rgb(169,31,242); }
td.TdClassName
{
border-color: #A91FF2;
}
.TagClassName
{
border-color: #A91FF2;
}
</style>