Shades of Blue Violet #A935ED
Tints of Blue Violet #A935ED
RGB
CMYK
RGB Variations
Color information
#A935ED (or 0xA935ED) is known color: Blue Violet. HEX triplet: A9, 35 and ED. RGB value is (169,53,237). Sum of RGB (Red+Green+Blue) = 169+53+237=459 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.82% from 459); Green value is 53 (21.09% from 255 or 11.55% from 459); Blue value is 237 (92.97% from 255 or 51.63% from 459); Max value from RGB is 237 - color contains mainly: blue. Hex color #A935ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A935ED is #56CA12. Grayscale: #6C6C6C. Windows color (decimal): -5687827 or 15545769. OLE color: 15545769.
HSL color Cylindrical-coordinate representation of color #A935ED: hue angle of 277.83º degrees, saturation: 0.84, 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 #A935ED is Cyan = 0.29, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 53 | 237 | - |
| CMYK | 0.29 | 0.78 | 0 | 0.07 |
| HSL | 277.83º | 0.84% | 0.57% | - |
| HSV(B) | 277.83º | 0.78% | 0.93% | - |
| XYZ | 32.92 | 17.1 | 81.69 | - |
| YUV | 108.66 | 200.43 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 53 | 237 | 0.29 | 0.78 | 0 | 0.07 | 277.83 | 0.84 | 0.57 |
| Hex | A9 | 35 | ED | 1D | 4E | 0 | 7 | 116 | 54 | 39 |
| Octal | 251 | 65 | 355 | 35 | 116 | 0 | 7 | 426 | 124 | 71 |
| Binary | 10101001 | 110101 | 11101101 | 11101 | 1001110 | 0 | 111 | 100010110 | 1010100 | 111001 |
Color Harmonies of #A935ED
Complementary color
Monochromatic Colors of #A935ED
Black with #A935ED
Text Example
Text Example
White with #A935ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A935ED; }
p { color: rgb(169,53,237); }
H1.HeaderClassName
{
color: #A935ED;
}
.AnyTagClassName
{
color: #A935ED;
}
</style>
background-color css
<style>
a { background-color: #A935ED; }
a { background-color: rgb(169,53,237); }
div.DivClassName
{
background-color: #A935ED;
}
.BgClassName
{
background-color: #A935ED;
}
</style>
border-color css
<style>
span { border-color: #A935ED; }
span { border-color: rgb(169,53,237); }
td.TdClassName
{
border-color: #A935ED;
}
.TagClassName
{
border-color: #A935ED;
}
</style>