Shades of Blue Violet #A924FF
Tints of Blue Violet #A924FF
RGB
CMYK
RGB Variations
Color information
#A924FF (or 0xA924FF) is known color: Blue Violet. HEX triplet: A9, 24 and FF. RGB value is (169,36,255). Sum of RGB (Red+Green+Blue) = 169+36+255=460 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.74% from 460); Green value is 36 (14.45% from 255 or 7.83% from 460); Blue value is 255 (100% from 255 or 55.43% from 460); Max value from RGB is 255 - color contains mainly: blue. Hex color #A924FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A924FF is #56DB00. Grayscale: #636363. Windows color (decimal): -5692161 or 16721065. OLE color: 16721065.
HSL color Cylindrical-coordinate representation of color #A924FF: hue angle of 276.44º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A924FF is Cyan = 0.34, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 169 | 36 | 255 | - |
| CMYK | 0.34 | 0.86 | 0 | 0 |
| HSL | 276.44º | 1% | 0.57% | - |
| HSV(B) | 276.44º | 0.86% | 1% | - |
| XYZ | 35.04 | 16.92 | 96.03 | - |
| YUV | 100.73 | 215.06 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 36 | 255 | 0.34 | 0.86 | 0 | 0 | 276.44 | 1 | 0.57 |
| Hex | A9 | 24 | FF | 22 | 56 | 0 | 0 | 114 | 64 | 39 |
| Octal | 251 | 44 | 377 | 42 | 126 | 0 | 0 | 424 | 144 | 71 |
| Binary | 10101001 | 100100 | 11111111 | 100010 | 1010110 | 0 | 0 | 100010100 | 1100100 | 111001 |
Color Harmonies of #A924FF
Complementary color
Monochromatic Colors of #A924FF
Black with #A924FF
Text Example
Text Example
White with #A924FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A924FF; }
p { color: rgb(169,36,255); }
H1.HeaderClassName
{
color: #A924FF;
}
.AnyTagClassName
{
color: #A924FF;
}
</style>
background-color css
<style>
a { background-color: #A924FF; }
a { background-color: rgb(169,36,255); }
div.DivClassName
{
background-color: #A924FF;
}
.BgClassName
{
background-color: #A924FF;
}
</style>
border-color css
<style>
span { border-color: #A924FF; }
span { border-color: rgb(169,36,255); }
td.TdClassName
{
border-color: #A924FF;
}
.TagClassName
{
border-color: #A924FF;
}
</style>