Shades of Blue Violet #A824ED
Tints of Blue Violet #A824ED
RGB
CMYK
RGB Variations
Color information
#A824ED (or 0xA824ED) is known color: Blue Violet. HEX triplet: A8, 24 and ED. RGB value is (168,36,237). Sum of RGB (Red+Green+Blue) = 168+36+237=441 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.10% from 441); Green value is 36 (14.45% from 255 or 8.16% from 441); Blue value is 237 (92.97% from 255 or 53.74% from 441); Max value from RGB is 237 - color contains mainly: blue. Hex color #A824ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A824ED is #57DB12. Grayscale: #616161. Windows color (decimal): -5757715 or 15541416. OLE color: 15541416.
HSL color Cylindrical-coordinate representation of color #A824ED: hue angle of 279.4º 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 #A824ED is Cyan = 0.29, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 36 | 237 | - |
| CMYK | 0.29 | 0.85 | 0 | 0.07 |
| HSL | 279.4º | 0.85% | 0.54% | - |
| HSV(B) | 279.4º | 0.85% | 0.93% | - |
| XYZ | 32.07 | 15.7 | 81.46 | - |
| YUV | 98.38 | 206.23 | 177.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 36 | 237 | 0.29 | 0.85 | 0 | 0.07 | 279.4 | 0.85 | 0.54 |
| Hex | A8 | 24 | ED | 1D | 55 | 0 | 7 | 117 | 55 | 36 |
| Octal | 250 | 44 | 355 | 35 | 125 | 0 | 7 | 427 | 125 | 66 |
| Binary | 10101000 | 100100 | 11101101 | 11101 | 1010101 | 0 | 111 | 100010111 | 1010101 | 110110 |
Color Harmonies of #A824ED
Complementary color
Monochromatic Colors of #A824ED
Black with #A824ED
Text Example
Text Example
White with #A824ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A824ED; }
p { color: rgb(168,36,237); }
H1.HeaderClassName
{
color: #A824ED;
}
.AnyTagClassName
{
color: #A824ED;
}
</style>
background-color css
<style>
a { background-color: #A824ED; }
a { background-color: rgb(168,36,237); }
div.DivClassName
{
background-color: #A824ED;
}
.BgClassName
{
background-color: #A824ED;
}
</style>
border-color css
<style>
span { border-color: #A824ED; }
span { border-color: rgb(168,36,237); }
td.TdClassName
{
border-color: #A824ED;
}
.TagClassName
{
border-color: #A824ED;
}
</style>