Shades of Blue Violet #A930EC
Tints of Blue Violet #A930EC
RGB
CMYK
RGB Variations
Color information
#A930EC (or 0xA930EC) is known color: Blue Violet. HEX triplet: A9, 30 and EC. RGB value is (169,48,236). Sum of RGB (Red+Green+Blue) = 169+48+236=453 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.31% from 453); Green value is 48 (19.14% from 255 or 10.60% from 453); Blue value is 236 (92.58% from 255 or 52.10% from 453); Max value from RGB is 236 - color contains mainly: blue. Hex color #A930EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A930EC is #56CF13. Grayscale: #686868. Windows color (decimal): -5689108 or 15478953. OLE color: 15478953.
HSL color Cylindrical-coordinate representation of color #A930EC: hue angle of 278.62º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A930EC is Cyan = 0.28, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 48 | 236 | - |
| CMYK | 0.28 | 0.80 | 0 | 0.07 |
| HSL | 278.62º | 0.83% | 0.56% | - |
| HSV(B) | 278.62º | 0.8% | 0.93% | - |
| XYZ | 32.56 | 16.61 | 80.85 | - |
| YUV | 105.61 | 201.59 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 48 | 236 | 0.28 | 0.80 | 0 | 0.07 | 278.62 | 0.83 | 0.56 |
| Hex | A9 | 30 | EC | 1C | 50 | 0 | 7 | 117 | 53 | 38 |
| Octal | 251 | 60 | 354 | 34 | 120 | 0 | 7 | 427 | 123 | 70 |
| Binary | 10101001 | 110000 | 11101100 | 11100 | 1010000 | 0 | 111 | 100010111 | 1010011 | 111000 |
Color Harmonies of #A930EC
Complementary color
Monochromatic Colors of #A930EC
Black with #A930EC
Text Example
Text Example
White with #A930EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A930EC; }
p { color: rgb(169,48,236); }
H1.HeaderClassName
{
color: #A930EC;
}
.AnyTagClassName
{
color: #A930EC;
}
</style>
background-color css
<style>
a { background-color: #A930EC; }
a { background-color: rgb(169,48,236); }
div.DivClassName
{
background-color: #A930EC;
}
.BgClassName
{
background-color: #A930EC;
}
</style>
border-color css
<style>
span { border-color: #A930EC; }
span { border-color: rgb(169,48,236); }
td.TdClassName
{
border-color: #A930EC;
}
.TagClassName
{
border-color: #A930EC;
}
</style>