Shades of Blue Violet #A824EA
Tints of Blue Violet #A824EA
RGB
CMYK
RGB Variations
Color information
#A824EA (or 0xA824EA) is known color: Blue Violet. HEX triplet: A8, 24 and EA. RGB value is (168,36,234). Sum of RGB (Red+Green+Blue) = 168+36+234=438 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.36% from 438); Green value is 36 (14.45% from 255 or 8.22% from 438); Blue value is 234 (91.80% from 255 or 53.42% from 438); Max value from RGB is 234 - color contains mainly: blue. Hex color #A824EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A824EA is #57DB15. Grayscale: #616161. Windows color (decimal): -5757718 or 15344808. OLE color: 15344808.
HSL color Cylindrical-coordinate representation of color #A824EA: hue angle of 280º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A824EA is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 36 | 234 | - |
| CMYK | 0.28 | 0.85 | 0 | 0.08 |
| HSL | 280º | 0.83% | 0.53% | - |
| HSV(B) | 280º | 0.85% | 0.92% | - |
| XYZ | 31.63 | 15.53 | 79.17 | - |
| YUV | 98.04 | 204.73 | 177.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 36 | 234 | 0.28 | 0.85 | 0 | 0.08 | 280 | 0.83 | 0.53 |
| Hex | A8 | 24 | EA | 1C | 55 | 0 | 8 | 118 | 52 | 35 |
| Octal | 250 | 44 | 352 | 34 | 125 | 0 | 10 | 430 | 122 | 65 |
| Binary | 10101000 | 100100 | 11101010 | 11100 | 1010101 | 0 | 1000 | 100011000 | 1010010 | 110101 |
Color Harmonies of #A824EA
Complementary color
Monochromatic Colors of #A824EA
Black with #A824EA
Text Example
Text Example
White with #A824EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A824EA; }
p { color: rgb(168,36,234); }
H1.HeaderClassName
{
color: #A824EA;
}
.AnyTagClassName
{
color: #A824EA;
}
</style>
background-color css
<style>
a { background-color: #A824EA; }
a { background-color: rgb(168,36,234); }
div.DivClassName
{
background-color: #A824EA;
}
.BgClassName
{
background-color: #A824EA;
}
</style>
border-color css
<style>
span { border-color: #A824EA; }
span { border-color: rgb(168,36,234); }
td.TdClassName
{
border-color: #A824EA;
}
.TagClassName
{
border-color: #A824EA;
}
</style>