Shades of Blue Violet #A925EC
Tints of Blue Violet #A925EC
RGB
CMYK
RGB Variations
Color information
#A925EC (or 0xA925EC) is known color: Blue Violet. HEX triplet: A9, 25 and EC. RGB value is (169,37,236). Sum of RGB (Red+Green+Blue) = 169+37+236=442 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.24% from 442); Green value is 37 (14.84% from 255 or 8.37% from 442); Blue value is 236 (92.58% from 255 or 53.39% from 442); Max value from RGB is 236 - color contains mainly: blue. Hex color #A925EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A925EC is #56DA13. Grayscale: #626262. Windows color (decimal): -5691924 or 15476137. OLE color: 15476137.
HSL color Cylindrical-coordinate representation of color #A925EC: hue angle of 279.8º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A925EC is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 37 | 236 | - |
| CMYK | 0.28 | 0.84 | 0 | 0.07 |
| HSL | 279.8º | 0.84% | 0.54% | - |
| HSV(B) | 279.8º | 0.84% | 0.93% | - |
| XYZ | 32.16 | 15.81 | 80.71 | - |
| YUV | 99.15 | 205.23 | 177.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 37 | 236 | 0.28 | 0.84 | 0 | 0.07 | 279.8 | 0.84 | 0.54 |
| Hex | A9 | 25 | EC | 1C | 54 | 0 | 7 | 118 | 54 | 36 |
| Octal | 251 | 45 | 354 | 34 | 124 | 0 | 7 | 430 | 124 | 66 |
| Binary | 10101001 | 100101 | 11101100 | 11100 | 1010100 | 0 | 111 | 100011000 | 1010100 | 110110 |
Color Harmonies of #A925EC
Complementary color
Monochromatic Colors of #A925EC
Black with #A925EC
Text Example
Text Example
White with #A925EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A925EC; }
p { color: rgb(169,37,236); }
H1.HeaderClassName
{
color: #A925EC;
}
.AnyTagClassName
{
color: #A925EC;
}
</style>
background-color css
<style>
a { background-color: #A925EC; }
a { background-color: rgb(169,37,236); }
div.DivClassName
{
background-color: #A925EC;
}
.BgClassName
{
background-color: #A925EC;
}
</style>
border-color css
<style>
span { border-color: #A925EC; }
span { border-color: rgb(169,37,236); }
td.TdClassName
{
border-color: #A925EC;
}
.TagClassName
{
border-color: #A925EC;
}
</style>