Shades of Blue Violet #A928EA
Tints of Blue Violet #A928EA
RGB
CMYK
RGB Variations
Color information
#A928EA (or 0xA928EA) is known color: Blue Violet. HEX triplet: A9, 28 and EA. RGB value is (169,40,234). Sum of RGB (Red+Green+Blue) = 169+40+234=443 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.15% from 443); Green value is 40 (16.02% from 255 or 9.03% from 443); Blue value is 234 (91.80% from 255 or 52.82% from 443); Max value from RGB is 234 - color contains mainly: blue. Hex color #A928EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A928EA is #56D715. Grayscale: #646464. Windows color (decimal): -5691158 or 15345833. OLE color: 15345833.
HSL color Cylindrical-coordinate representation of color #A928EA: hue angle of 279.9º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A928EA is Cyan = 0.28, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 169 | 40 | 234 | - |
| CMYK | 0.28 | 0.83 | 0 | 0.08 |
| HSL | 279.9º | 0.82% | 0.54% | - |
| HSV(B) | 279.9º | 0.83% | 0.92% | - |
| XYZ | 31.97 | 15.89 | 79.22 | - |
| YUV | 100.69 | 203.24 | 176.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 40 | 234 | 0.28 | 0.83 | 0 | 0.08 | 279.9 | 0.82 | 0.54 |
| Hex | A9 | 28 | EA | 1C | 53 | 0 | 8 | 118 | 52 | 36 |
| Octal | 251 | 50 | 352 | 34 | 123 | 0 | 10 | 430 | 122 | 66 |
| Binary | 10101001 | 101000 | 11101010 | 11100 | 1010011 | 0 | 1000 | 100011000 | 1010010 | 110110 |
Color Harmonies of #A928EA
Complementary color
Monochromatic Colors of #A928EA
Black with #A928EA
Text Example
Text Example
White with #A928EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A928EA; }
p { color: rgb(169,40,234); }
H1.HeaderClassName
{
color: #A928EA;
}
.AnyTagClassName
{
color: #A928EA;
}
</style>
background-color css
<style>
a { background-color: #A928EA; }
a { background-color: rgb(169,40,234); }
div.DivClassName
{
background-color: #A928EA;
}
.BgClassName
{
background-color: #A928EA;
}
</style>
border-color css
<style>
span { border-color: #A928EA; }
span { border-color: rgb(169,40,234); }
td.TdClassName
{
border-color: #A928EA;
}
.TagClassName
{
border-color: #A928EA;
}
</style>