Shades of Blue Violet #A922E9
Tints of Blue Violet #A922E9
RGB
CMYK
RGB Variations
Color information
#A922E9 (or 0xA922E9) is known color: Blue Violet. HEX triplet: A9, 22 and E9. RGB value is (169,34,233). Sum of RGB (Red+Green+Blue) = 169+34+233=436 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.76% from 436); Green value is 34 (13.67% from 255 or 7.80% from 436); Blue value is 233 (91.41% from 255 or 53.44% from 436); Max value from RGB is 233 - color contains mainly: blue. Hex color #A922E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A922E9 is #56DD16. Grayscale: #606060. Windows color (decimal): -5692695 or 15278761. OLE color: 15278761.
HSL color Cylindrical-coordinate representation of color #A922E9: hue angle of 280.7º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A922E9 is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 169 | 34 | 233 | - |
| CMYK | 0.27 | 0.85 | 0 | 0.09 |
| HSL | 280.7º | 0.82% | 0.52% | - |
| HSV(B) | 280.7º | 0.85% | 0.91% | - |
| XYZ | 31.64 | 15.46 | 78.41 | - |
| YUV | 97.05 | 204.73 | 179.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 34 | 233 | 0.27 | 0.85 | 0 | 0.09 | 280.7 | 0.82 | 0.52 |
| Hex | A9 | 22 | E9 | 1B | 55 | 0 | 9 | 119 | 52 | 34 |
| Octal | 251 | 42 | 351 | 33 | 125 | 0 | 11 | 431 | 122 | 64 |
| Binary | 10101001 | 100010 | 11101001 | 11011 | 1010101 | 0 | 1001 | 100011001 | 1010010 | 110100 |
Color Harmonies of #A922E9
Complementary color
Monochromatic Colors of #A922E9
Black with #A922E9
Text Example
Text Example
White with #A922E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A922E9; }
p { color: rgb(169,34,233); }
H1.HeaderClassName
{
color: #A922E9;
}
.AnyTagClassName
{
color: #A922E9;
}
</style>
background-color css
<style>
a { background-color: #A922E9; }
a { background-color: rgb(169,34,233); }
div.DivClassName
{
background-color: #A922E9;
}
.BgClassName
{
background-color: #A922E9;
}
</style>
border-color css
<style>
span { border-color: #A922E9; }
span { border-color: rgb(169,34,233); }
td.TdClassName
{
border-color: #A922E9;
}
.TagClassName
{
border-color: #A922E9;
}
</style>