Shades of Blue Violet #AC30ED
Tints of Blue Violet #AC30ED
RGB
CMYK
RGB Variations
Color information
#AC30ED (or 0xAC30ED) is known color: Blue Violet. HEX triplet: AC, 30 and ED. RGB value is (172,48,237). Sum of RGB (Red+Green+Blue) = 172+48+237=457 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.64% from 457); Green value is 48 (19.14% from 255 or 10.50% from 457); Blue value is 237 (92.97% from 255 or 51.86% from 457); Max value from RGB is 237 - color contains mainly: blue. Hex color #AC30ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC30ED is #53CF12. Grayscale: #696969. Windows color (decimal): -5492499 or 15544492. OLE color: 15544492.
HSL color Cylindrical-coordinate representation of color #AC30ED: hue angle of 279.37º degrees, saturation: 0.84, 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 #AC30ED is Cyan = 0.27, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 48 | 237 | - |
| CMYK | 0.27 | 0.80 | 0 | 0.07 |
| HSL | 279.37º | 0.84% | 0.56% | - |
| HSV(B) | 279.37º | 0.8% | 0.93% | - |
| XYZ | 33.36 | 17 | 81.64 | - |
| YUV | 106.62 | 201.58 | 174.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 48 | 237 | 0.27 | 0.80 | 0 | 0.07 | 279.37 | 0.84 | 0.56 |
| Hex | AC | 30 | ED | 1B | 50 | 0 | 7 | 117 | 54 | 38 |
| Octal | 254 | 60 | 355 | 33 | 120 | 0 | 7 | 427 | 124 | 70 |
| Binary | 10101100 | 110000 | 11101101 | 11011 | 1010000 | 0 | 111 | 100010111 | 1010100 | 111000 |
Color Harmonies of #AC30ED
Complementary color
Monochromatic Colors of #AC30ED
Black with #AC30ED
Text Example
Text Example
White with #AC30ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC30ED; }
p { color: rgb(172,48,237); }
H1.HeaderClassName
{
color: #AC30ED;
}
.AnyTagClassName
{
color: #AC30ED;
}
</style>
background-color css
<style>
a { background-color: #AC30ED; }
a { background-color: rgb(172,48,237); }
div.DivClassName
{
background-color: #AC30ED;
}
.BgClassName
{
background-color: #AC30ED;
}
</style>
border-color css
<style>
span { border-color: #AC30ED; }
span { border-color: rgb(172,48,237); }
td.TdClassName
{
border-color: #AC30ED;
}
.TagClassName
{
border-color: #AC30ED;
}
</style>