Shades of Blue Violet #A924ED
Tints of Blue Violet #A924ED
RGB
CMYK
RGB Variations
Color information
#A924ED (or 0xA924ED) is known color: Blue Violet. HEX triplet: A9, 24 and ED. RGB value is (169,36,237). Sum of RGB (Red+Green+Blue) = 169+36+237=442 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.24% from 442); Green value is 36 (14.45% from 255 or 8.14% from 442); Blue value is 237 (92.97% from 255 or 53.62% from 442); Max value from RGB is 237 - color contains mainly: blue. Hex color #A924ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A924ED is #56DB12. Grayscale: #626262. Windows color (decimal): -5692179 or 15541417. OLE color: 15541417.
HSL color Cylindrical-coordinate representation of color #A924ED: hue angle of 279.7º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A924ED is Cyan = 0.29, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 36 | 237 | - |
| CMYK | 0.29 | 0.85 | 0 | 0.07 |
| HSL | 279.7º | 0.85% | 0.54% | - |
| HSV(B) | 279.7º | 0.85% | 0.93% | - |
| XYZ | 32.28 | 15.81 | 81.47 | - |
| YUV | 98.68 | 206.06 | 178.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 36 | 237 | 0.29 | 0.85 | 0 | 0.07 | 279.7 | 0.85 | 0.54 |
| Hex | A9 | 24 | ED | 1D | 55 | 0 | 7 | 118 | 55 | 36 |
| Octal | 251 | 44 | 355 | 35 | 125 | 0 | 7 | 430 | 125 | 66 |
| Binary | 10101001 | 100100 | 11101101 | 11101 | 1010101 | 0 | 111 | 100011000 | 1010101 | 110110 |
Color Harmonies of #A924ED
Complementary color
Monochromatic Colors of #A924ED
Black with #A924ED
Text Example
Text Example
White with #A924ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A924ED; }
p { color: rgb(169,36,237); }
H1.HeaderClassName
{
color: #A924ED;
}
.AnyTagClassName
{
color: #A924ED;
}
</style>
background-color css
<style>
a { background-color: #A924ED; }
a { background-color: rgb(169,36,237); }
div.DivClassName
{
background-color: #A924ED;
}
.BgClassName
{
background-color: #A924ED;
}
</style>
border-color css
<style>
span { border-color: #A924ED; }
span { border-color: rgb(169,36,237); }
td.TdClassName
{
border-color: #A924ED;
}
.TagClassName
{
border-color: #A924ED;
}
</style>