Shades of Blue Violet #A93AFE
Tints of Blue Violet #A93AFE
RGB
CMYK
RGB Variations
Color information
#A93AFE (or 0xA93AFE) is known color: Blue Violet. HEX triplet: A9, 3A and FE. RGB value is (169,58,254). Sum of RGB (Red+Green+Blue) = 169+58+254=481 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.14% from 481); Green value is 58 (23.05% from 255 or 12.06% from 481); Blue value is 254 (99.61% from 255 or 52.81% from 481); Max value from RGB is 254 - color contains mainly: blue. Hex color #A93AFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A93AFE is #56C501. Grayscale: #707070. Windows color (decimal): -5686530 or 16661161. OLE color: 16661161.
HSL color Cylindrical-coordinate representation of color #A93AFE: hue angle of 273.98º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A93AFE is Cyan = 0.33, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 169 | 58 | 254 | - |
| CMYK | 0.33 | 0.77 | 0 | 0.00 |
| HSL | 273.98º | 0.99% | 0.61% | - |
| HSV(B) | 273.98º | 0.77% | 1% | - |
| XYZ | 35.76 | 18.62 | 95.47 | - |
| YUV | 113.53 | 207.27 | 167.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 58 | 254 | 0.33 | 0.77 | 0 | 0.00 | 273.98 | 0.99 | 0.61 |
| Hex | A9 | 3A | FE | 21 | 4D | 0 | 0 | 112 | 63 | 3D |
| Octal | 251 | 72 | 376 | 41 | 115 | 0 | 0 | 422 | 143 | 75 |
| Binary | 10101001 | 111010 | 11111110 | 100001 | 1001101 | 0 | 0 | 100010010 | 1100011 | 111101 |
Color Harmonies of #A93AFE
Complementary color
Monochromatic Colors of #A93AFE
Black with #A93AFE
Text Example
Text Example
White with #A93AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93AFE; }
p { color: rgb(169,58,254); }
H1.HeaderClassName
{
color: #A93AFE;
}
.AnyTagClassName
{
color: #A93AFE;
}
</style>
background-color css
<style>
a { background-color: #A93AFE; }
a { background-color: rgb(169,58,254); }
div.DivClassName
{
background-color: #A93AFE;
}
.BgClassName
{
background-color: #A93AFE;
}
</style>
border-color css
<style>
span { border-color: #A93AFE; }
span { border-color: rgb(169,58,254); }
td.TdClassName
{
border-color: #A93AFE;
}
.TagClassName
{
border-color: #A93AFE;
}
</style>