Shades of Blue Violet #A925ED
Tints of Blue Violet #A925ED
RGB
CMYK
RGB Variations
Color information
#A925ED (or 0xA925ED) is known color: Blue Violet. HEX triplet: A9, 25 and ED. RGB value is (169,37,237). Sum of RGB (Red+Green+Blue) = 169+37+237=443 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.15% from 443); Green value is 37 (14.84% from 255 or 8.35% from 443); Blue value is 237 (92.97% from 255 or 53.50% from 443); Max value from RGB is 237 - color contains mainly: blue. Hex color #A925ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A925ED is #56DA12. Grayscale: #626262. Windows color (decimal): -5691923 or 15541673. OLE color: 15541673.
HSL color Cylindrical-coordinate representation of color #A925ED: hue angle of 279.6º degrees, saturation: 0.85, 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 #A925ED is Cyan = 0.29, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 37 | 237 | - |
| CMYK | 0.29 | 0.84 | 0 | 0.07 |
| HSL | 279.6º | 0.85% | 0.54% | - |
| HSV(B) | 279.6º | 0.84% | 0.93% | - |
| XYZ | 32.31 | 15.87 | 81.48 | - |
| YUV | 99.27 | 205.73 | 177.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 37 | 237 | 0.29 | 0.84 | 0 | 0.07 | 279.6 | 0.85 | 0.54 |
| Hex | A9 | 25 | ED | 1D | 54 | 0 | 7 | 118 | 55 | 36 |
| Octal | 251 | 45 | 355 | 35 | 124 | 0 | 7 | 430 | 125 | 66 |
| Binary | 10101001 | 100101 | 11101101 | 11101 | 1010100 | 0 | 111 | 100011000 | 1010101 | 110110 |
Color Harmonies of #A925ED
Complementary color
Monochromatic Colors of #A925ED
Black with #A925ED
Text Example
Text Example
White with #A925ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A925ED; }
p { color: rgb(169,37,237); }
H1.HeaderClassName
{
color: #A925ED;
}
.AnyTagClassName
{
color: #A925ED;
}
</style>
background-color css
<style>
a { background-color: #A925ED; }
a { background-color: rgb(169,37,237); }
div.DivClassName
{
background-color: #A925ED;
}
.BgClassName
{
background-color: #A925ED;
}
</style>
border-color css
<style>
span { border-color: #A925ED; }
span { border-color: rgb(169,37,237); }
td.TdClassName
{
border-color: #A925ED;
}
.TagClassName
{
border-color: #A925ED;
}
</style>