Shades of Blue Violet #A93CFF
Tints of Blue Violet #A93CFF
RGB
CMYK
RGB Variations
Color information
#A93CFF (or 0xA93CFF) is known color: Blue Violet. HEX triplet: A9, 3C and FF. RGB value is (169,60,255). Sum of RGB (Red+Green+Blue) = 169+60+255=484 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.92% from 484); Green value is 60 (23.83% from 255 or 12.40% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #A93CFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A93CFF is #56C300. Grayscale: #727272. Windows color (decimal): -5686017 or 16727209. OLE color: 16727209.
HSL color Cylindrical-coordinate representation of color #A93CFF: hue angle of 273.54º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A93CFF is Cyan = 0.34, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 169 | 60 | 255 | - |
| CMYK | 0.34 | 0.76 | 0 | 0 |
| HSL | 273.54º | 1% | 0.62% | - |
| HSV(B) | 273.54º | 0.76% | 1% | - |
| XYZ | 36.03 | 18.89 | 96.35 | - |
| YUV | 114.82 | 207.11 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 60 | 255 | 0.34 | 0.76 | 0 | 0 | 273.54 | 1 | 0.62 |
| Hex | A9 | 3C | FF | 22 | 4C | 0 | 0 | 112 | 64 | 3E |
| Octal | 251 | 74 | 377 | 42 | 114 | 0 | 0 | 422 | 144 | 76 |
| Binary | 10101001 | 111100 | 11111111 | 100010 | 1001100 | 0 | 0 | 100010010 | 1100100 | 111110 |
Color Harmonies of #A93CFF
Complementary color
Monochromatic Colors of #A93CFF
Black with #A93CFF
Text Example
Text Example
White with #A93CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93CFF; }
p { color: rgb(169,60,255); }
H1.HeaderClassName
{
color: #A93CFF;
}
.AnyTagClassName
{
color: #A93CFF;
}
</style>
background-color css
<style>
a { background-color: #A93CFF; }
a { background-color: rgb(169,60,255); }
div.DivClassName
{
background-color: #A93CFF;
}
.BgClassName
{
background-color: #A93CFF;
}
</style>
border-color css
<style>
span { border-color: #A93CFF; }
span { border-color: rgb(169,60,255); }
td.TdClassName
{
border-color: #A93CFF;
}
.TagClassName
{
border-color: #A93CFF;
}
</style>