Shades of Blue Violet #A824EE
Tints of Blue Violet #A824EE
RGB
CMYK
RGB Variations
Color information
#A824EE (or 0xA824EE) is known color: Blue Violet. HEX triplet: A8, 24 and EE. RGB value is (168,36,238). Sum of RGB (Red+Green+Blue) = 168+36+238=442 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.01% from 442); Green value is 36 (14.45% from 255 or 8.14% from 442); Blue value is 238 (93.36% from 255 or 53.85% from 442); Max value from RGB is 238 - color contains mainly: blue. Hex color #A824EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A824EE is #57DB11. Grayscale: #616161. Windows color (decimal): -5757714 or 15606952. OLE color: 15606952.
HSL color Cylindrical-coordinate representation of color #A824EE: hue angle of 279.21º degrees, saturation: 0.86, 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 #A824EE is Cyan = 0.29, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 36 | 238 | - |
| CMYK | 0.29 | 0.85 | 0 | 0.07 |
| HSL | 279.21º | 0.86% | 0.54% | - |
| HSV(B) | 279.21º | 0.85% | 0.93% | - |
| XYZ | 32.21 | 15.76 | 82.23 | - |
| YUV | 98.5 | 206.73 | 177.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 36 | 238 | 0.29 | 0.85 | 0 | 0.07 | 279.21 | 0.86 | 0.54 |
| Hex | A8 | 24 | EE | 1D | 55 | 0 | 7 | 117 | 56 | 36 |
| Octal | 250 | 44 | 356 | 35 | 125 | 0 | 7 | 427 | 126 | 66 |
| Binary | 10101000 | 100100 | 11101110 | 11101 | 1010101 | 0 | 111 | 100010111 | 1010110 | 110110 |
Color Harmonies of #A824EE
Complementary color
Monochromatic Colors of #A824EE
Black with #A824EE
Text Example
Text Example
White with #A824EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A824EE; }
p { color: rgb(168,36,238); }
H1.HeaderClassName
{
color: #A824EE;
}
.AnyTagClassName
{
color: #A824EE;
}
</style>
background-color css
<style>
a { background-color: #A824EE; }
a { background-color: rgb(168,36,238); }
div.DivClassName
{
background-color: #A824EE;
}
.BgClassName
{
background-color: #A824EE;
}
</style>
border-color css
<style>
span { border-color: #A824EE; }
span { border-color: rgb(168,36,238); }
td.TdClassName
{
border-color: #A824EE;
}
.TagClassName
{
border-color: #A824EE;
}
</style>