Shades of Blue Violet #A935EC
Tints of Blue Violet #A935EC
RGB
CMYK
RGB Variations
Color information
#A935EC (or 0xA935EC) is known color: Blue Violet. HEX triplet: A9, 35 and EC. RGB value is (169,53,236). Sum of RGB (Red+Green+Blue) = 169+53+236=458 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.90% from 458); Green value is 53 (21.09% from 255 or 11.57% from 458); Blue value is 236 (92.58% from 255 or 51.53% from 458); Max value from RGB is 236 - color contains mainly: blue. Hex color #A935EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A935EC is #56CA13. Grayscale: #6B6B6B. Windows color (decimal): -5687828 or 15480233. OLE color: 15480233.
HSL color Cylindrical-coordinate representation of color #A935EC: hue angle of 278.03º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A935EC is Cyan = 0.28, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 53 | 236 | - |
| CMYK | 0.28 | 0.78 | 0 | 0.07 |
| HSL | 278.03º | 0.83% | 0.57% | - |
| HSV(B) | 278.03º | 0.78% | 0.93% | - |
| XYZ | 32.78 | 17.04 | 80.92 | - |
| YUV | 108.55 | 199.93 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 53 | 236 | 0.28 | 0.78 | 0 | 0.07 | 278.03 | 0.83 | 0.57 |
| Hex | A9 | 35 | EC | 1C | 4E | 0 | 7 | 116 | 53 | 39 |
| Octal | 251 | 65 | 354 | 34 | 116 | 0 | 7 | 426 | 123 | 71 |
| Binary | 10101001 | 110101 | 11101100 | 11100 | 1001110 | 0 | 111 | 100010110 | 1010011 | 111001 |
Color Harmonies of #A935EC
Complementary color
Monochromatic Colors of #A935EC
Black with #A935EC
Text Example
Text Example
White with #A935EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A935EC; }
p { color: rgb(169,53,236); }
H1.HeaderClassName
{
color: #A935EC;
}
.AnyTagClassName
{
color: #A935EC;
}
</style>
background-color css
<style>
a { background-color: #A935EC; }
a { background-color: rgb(169,53,236); }
div.DivClassName
{
background-color: #A935EC;
}
.BgClassName
{
background-color: #A935EC;
}
</style>
border-color css
<style>
span { border-color: #A935EC; }
span { border-color: rgb(169,53,236); }
td.TdClassName
{
border-color: #A935EC;
}
.TagClassName
{
border-color: #A935EC;
}
</style>