Shades of Blue Violet #A824EF
Tints of Blue Violet #A824EF
RGB
CMYK
RGB Variations
Color information
#A824EF (or 0xA824EF) is known color: Blue Violet. HEX triplet: A8, 24 and EF. RGB value is (168,36,239). Sum of RGB (Red+Green+Blue) = 168+36+239=443 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.92% from 443); Green value is 36 (14.45% from 255 or 8.13% from 443); Blue value is 239 (93.75% from 255 or 53.95% from 443); Max value from RGB is 239 - color contains mainly: blue. Hex color #A824EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A824EF is #57DB10. Grayscale: #616161. Windows color (decimal): -5757713 or 15672488. OLE color: 15672488.
HSL color Cylindrical-coordinate representation of color #A824EF: hue angle of 279.01º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A824EF is Cyan = 0.30, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 36 | 239 | - |
| CMYK | 0.30 | 0.85 | 0 | 0.06 |
| HSL | 279.01º | 0.86% | 0.54% | - |
| HSV(B) | 279.01º | 0.85% | 0.94% | - |
| XYZ | 32.36 | 15.82 | 83.01 | - |
| YUV | 98.61 | 207.23 | 177.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 36 | 239 | 0.30 | 0.85 | 0 | 0.06 | 279.01 | 0.86 | 0.54 |
| Hex | A8 | 24 | EF | 1E | 55 | 0 | 6 | 117 | 56 | 36 |
| Octal | 250 | 44 | 357 | 36 | 125 | 0 | 6 | 427 | 126 | 66 |
| Binary | 10101000 | 100100 | 11101111 | 11110 | 1010101 | 0 | 110 | 100010111 | 1010110 | 110110 |
Color Harmonies of #A824EF
Complementary color
Monochromatic Colors of #A824EF
Black with #A824EF
Text Example
Text Example
White with #A824EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A824EF; }
p { color: rgb(168,36,239); }
H1.HeaderClassName
{
color: #A824EF;
}
.AnyTagClassName
{
color: #A824EF;
}
</style>
background-color css
<style>
a { background-color: #A824EF; }
a { background-color: rgb(168,36,239); }
div.DivClassName
{
background-color: #A824EF;
}
.BgClassName
{
background-color: #A824EF;
}
</style>
border-color css
<style>
span { border-color: #A824EF; }
span { border-color: rgb(168,36,239); }
td.TdClassName
{
border-color: #A824EF;
}
.TagClassName
{
border-color: #A824EF;
}
</style>