Shades of Blue Violet #AC28FA
Tints of Blue Violet #AC28FA
RGB
CMYK
RGB Variations
Color information
#AC28FA (or 0xAC28FA) is known color: Blue Violet. HEX triplet: AC, 28 and FA. RGB value is (172,40,250). Sum of RGB (Red+Green+Blue) = 172+40+250=462 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.23% from 462); Green value is 40 (16.02% from 255 or 8.66% from 462); Blue value is 250 (98.05% from 255 or 54.11% from 462); Max value from RGB is 250 - color contains mainly: blue. Hex color #AC28FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC28FA is #53D705. Grayscale: #666666. Windows color (decimal): -5494534 or 16394412. OLE color: 16394412.
HSL color Cylindrical-coordinate representation of color #AC28FA: hue angle of 277.71º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC28FA is Cyan = 0.31, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 40 | 250 | - |
| CMYK | 0.31 | 0.84 | 0 | 0.02 |
| HSL | 277.71º | 0.95% | 0.57% | - |
| HSV(B) | 277.71º | 0.84% | 0.98% | - |
| XYZ | 35.03 | 17.19 | 91.91 | - |
| YUV | 103.41 | 210.73 | 176.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 40 | 250 | 0.31 | 0.84 | 0 | 0.02 | 277.71 | 0.95 | 0.57 |
| Hex | AC | 28 | FA | 1F | 54 | 0 | 2 | 116 | 5F | 39 |
| Octal | 254 | 50 | 372 | 37 | 124 | 0 | 2 | 426 | 137 | 71 |
| Binary | 10101100 | 101000 | 11111010 | 11111 | 1010100 | 0 | 10 | 100010110 | 1011111 | 111001 |
Color Harmonies of #AC28FA
Complementary color
Monochromatic Colors of #AC28FA
Black with #AC28FA
Text Example
Text Example
White with #AC28FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC28FA; }
p { color: rgb(172,40,250); }
H1.HeaderClassName
{
color: #AC28FA;
}
.AnyTagClassName
{
color: #AC28FA;
}
</style>
background-color css
<style>
a { background-color: #AC28FA; }
a { background-color: rgb(172,40,250); }
div.DivClassName
{
background-color: #AC28FA;
}
.BgClassName
{
background-color: #AC28FA;
}
</style>
border-color css
<style>
span { border-color: #AC28FA; }
span { border-color: rgb(172,40,250); }
td.TdClassName
{
border-color: #AC28FA;
}
.TagClassName
{
border-color: #AC28FA;
}
</style>