Shades of Blue Violet #A93AED
Tints of Blue Violet #A93AED
RGB
CMYK
RGB Variations
Color information
#A93AED (or 0xA93AED) is known color: Blue Violet. HEX triplet: A9, 3A and ED. RGB value is (169,58,237). Sum of RGB (Red+Green+Blue) = 169+58+237=464 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.42% from 464); Green value is 58 (23.05% from 255 or 12.5% from 464); Blue value is 237 (92.97% from 255 or 51.08% from 464); Max value from RGB is 237 - color contains mainly: blue. Hex color #A93AED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A93AED is #56C512. Grayscale: #6E6E6E. Windows color (decimal): -5686547 or 15547049. OLE color: 15547049.
HSL color Cylindrical-coordinate representation of color #A93AED: hue angle of 277.21º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A93AED is Cyan = 0.29, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 58 | 237 | - |
| CMYK | 0.29 | 0.76 | 0 | 0.07 |
| HSL | 277.21º | 0.83% | 0.58% | - |
| HSV(B) | 277.21º | 0.76% | 0.93% | - |
| XYZ | 33.16 | 17.58 | 81.77 | - |
| YUV | 111.6 | 198.77 | 168.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 58 | 237 | 0.29 | 0.76 | 0 | 0.07 | 277.21 | 0.83 | 0.58 |
| Hex | A9 | 3A | ED | 1D | 4C | 0 | 7 | 115 | 53 | 3A |
| Octal | 251 | 72 | 355 | 35 | 114 | 0 | 7 | 425 | 123 | 72 |
| Binary | 10101001 | 111010 | 11101101 | 11101 | 1001100 | 0 | 111 | 100010101 | 1010011 | 111010 |
Color Harmonies of #A93AED
Complementary color
Monochromatic Colors of #A93AED
Black with #A93AED
Text Example
Text Example
White with #A93AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93AED; }
p { color: rgb(169,58,237); }
H1.HeaderClassName
{
color: #A93AED;
}
.AnyTagClassName
{
color: #A93AED;
}
</style>
background-color css
<style>
a { background-color: #A93AED; }
a { background-color: rgb(169,58,237); }
div.DivClassName
{
background-color: #A93AED;
}
.BgClassName
{
background-color: #A93AED;
}
</style>
border-color css
<style>
span { border-color: #A93AED; }
span { border-color: rgb(169,58,237); }
td.TdClassName
{
border-color: #A93AED;
}
.TagClassName
{
border-color: #A93AED;
}
</style>