Shades of Blue Violet #A93EFB
Tints of Blue Violet #A93EFB
RGB
CMYK
RGB Variations
Color information
#A93EFB (or 0xA93EFB) is known color: Blue Violet. HEX triplet: A9, 3E and FB. RGB value is (169,62,251). Sum of RGB (Red+Green+Blue) = 169+62+251=482 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.06% from 482); Green value is 62 (24.61% from 255 or 12.86% from 482); Blue value is 251 (98.44% from 255 or 52.07% from 482); Max value from RGB is 251 - color contains mainly: blue. Hex color #A93EFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A93EFB is #56C104. Grayscale: #727272. Windows color (decimal): -5685509 or 16465577. OLE color: 16465577.
HSL color Cylindrical-coordinate representation of color #A93EFB: hue angle of 273.97º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A93EFB is Cyan = 0.33, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 169 | 62 | 251 | - |
| CMYK | 0.33 | 0.75 | 0 | 0.02 |
| HSL | 273.97º | 0.96% | 0.61% | - |
| HSV(B) | 273.97º | 0.75% | 0.98% | - |
| XYZ | 35.5 | 18.85 | 93.03 | - |
| YUV | 115.54 | 204.45 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 62 | 251 | 0.33 | 0.75 | 0 | 0.02 | 273.97 | 0.96 | 0.61 |
| Hex | A9 | 3E | FB | 21 | 4B | 0 | 2 | 112 | 60 | 3D |
| Octal | 251 | 76 | 373 | 41 | 113 | 0 | 2 | 422 | 140 | 75 |
| Binary | 10101001 | 111110 | 11111011 | 100001 | 1001011 | 0 | 10 | 100010010 | 1100000 | 111101 |
Color Harmonies of #A93EFB
Complementary color
Monochromatic Colors of #A93EFB
Black with #A93EFB
Text Example
Text Example
White with #A93EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93EFB; }
p { color: rgb(169,62,251); }
H1.HeaderClassName
{
color: #A93EFB;
}
.AnyTagClassName
{
color: #A93EFB;
}
</style>
background-color css
<style>
a { background-color: #A93EFB; }
a { background-color: rgb(169,62,251); }
div.DivClassName
{
background-color: #A93EFB;
}
.BgClassName
{
background-color: #A93EFB;
}
</style>
border-color css
<style>
span { border-color: #A93EFB; }
span { border-color: rgb(169,62,251); }
td.TdClassName
{
border-color: #A93EFB;
}
.TagClassName
{
border-color: #A93EFB;
}
</style>