Shades of Blue Violet #A830EC
Tints of Blue Violet #A830EC
RGB
CMYK
RGB Variations
Color information
#A830EC (or 0xA830EC) is known color: Blue Violet. HEX triplet: A8, 30 and EC. RGB value is (168,48,236). Sum of RGB (Red+Green+Blue) = 168+48+236=452 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.17% from 452); Green value is 48 (19.14% from 255 or 10.62% from 452); Blue value is 236 (92.58% from 255 or 52.21% from 452); Max value from RGB is 236 - color contains mainly: blue. Hex color #A830EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A830EC is #57CF13. Grayscale: #686868. Windows color (decimal): -5754644 or 15478952. OLE color: 15478952.
HSL color Cylindrical-coordinate representation of color #A830EC: hue angle of 278.3º 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 #A830EC is Cyan = 0.29, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 48 | 236 | - |
| CMYK | 0.29 | 0.80 | 0 | 0.07 |
| HSL | 278.3º | 0.83% | 0.56% | - |
| HSV(B) | 278.3º | 0.8% | 0.93% | - |
| XYZ | 32.35 | 16.49 | 80.84 | - |
| YUV | 105.31 | 201.76 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 48 | 236 | 0.29 | 0.80 | 0 | 0.07 | 278.3 | 0.83 | 0.56 |
| Hex | A8 | 30 | EC | 1D | 50 | 0 | 7 | 116 | 53 | 38 |
| Octal | 250 | 60 | 354 | 35 | 120 | 0 | 7 | 426 | 123 | 70 |
| Binary | 10101000 | 110000 | 11101100 | 11101 | 1010000 | 0 | 111 | 100010110 | 1010011 | 111000 |
Color Harmonies of #A830EC
Complementary color
Monochromatic Colors of #A830EC
Black with #A830EC
Text Example
Text Example
White with #A830EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A830EC; }
p { color: rgb(168,48,236); }
H1.HeaderClassName
{
color: #A830EC;
}
.AnyTagClassName
{
color: #A830EC;
}
</style>
background-color css
<style>
a { background-color: #A830EC; }
a { background-color: rgb(168,48,236); }
div.DivClassName
{
background-color: #A830EC;
}
.BgClassName
{
background-color: #A830EC;
}
</style>
border-color css
<style>
span { border-color: #A830EC; }
span { border-color: rgb(168,48,236); }
td.TdClassName
{
border-color: #A830EC;
}
.TagClassName
{
border-color: #A830EC;
}
</style>