Shades of Blue Violet #A93AFB
Tints of Blue Violet #A93AFB
RGB
CMYK
RGB Variations
Color information
#A93AFB (or 0xA93AFB) is known color: Blue Violet. HEX triplet: A9, 3A and FB. RGB value is (169,58,251). Sum of RGB (Red+Green+Blue) = 169+58+251=478 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.36% from 478); Green value is 58 (23.05% from 255 or 12.13% from 478); Blue value is 251 (98.44% from 255 or 52.51% from 478); Max value from RGB is 251 - color contains mainly: blue. Hex color #A93AFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A93AFB is #56C504. Grayscale: #707070. Windows color (decimal): -5686533 or 16464553. OLE color: 16464553.
HSL color Cylindrical-coordinate representation of color #A93AFB: hue angle of 274.51º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A93AFB is Cyan = 0.33, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 169 | 58 | 251 | - |
| CMYK | 0.33 | 0.77 | 0 | 0.02 |
| HSL | 274.51º | 0.96% | 0.61% | - |
| HSV(B) | 274.51º | 0.77% | 0.98% | - |
| XYZ | 35.29 | 18.43 | 92.96 | - |
| YUV | 113.19 | 205.77 | 167.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 58 | 251 | 0.33 | 0.77 | 0 | 0.02 | 274.51 | 0.96 | 0.61 |
| Hex | A9 | 3A | FB | 21 | 4D | 0 | 2 | 113 | 60 | 3D |
| Octal | 251 | 72 | 373 | 41 | 115 | 0 | 2 | 423 | 140 | 75 |
| Binary | 10101001 | 111010 | 11111011 | 100001 | 1001101 | 0 | 10 | 100010011 | 1100000 | 111101 |
Color Harmonies of #A93AFB
Complementary color
Monochromatic Colors of #A93AFB
Black with #A93AFB
Text Example
Text Example
White with #A93AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93AFB; }
p { color: rgb(169,58,251); }
H1.HeaderClassName
{
color: #A93AFB;
}
.AnyTagClassName
{
color: #A93AFB;
}
</style>
background-color css
<style>
a { background-color: #A93AFB; }
a { background-color: rgb(169,58,251); }
div.DivClassName
{
background-color: #A93AFB;
}
.BgClassName
{
background-color: #A93AFB;
}
</style>
border-color css
<style>
span { border-color: #A93AFB; }
span { border-color: rgb(169,58,251); }
td.TdClassName
{
border-color: #A93AFB;
}
.TagClassName
{
border-color: #A93AFB;
}
</style>