Shades of Blue Violet #A824F1
Tints of Blue Violet #A824F1
RGB
CMYK
RGB Variations
Color information
#A824F1 (or 0xA824F1) is known color: Blue Violet. HEX triplet: A8, 24 and F1. RGB value is (168,36,241). Sum of RGB (Red+Green+Blue) = 168+36+241=445 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.75% from 445); Green value is 36 (14.45% from 255 or 8.09% from 445); Blue value is 241 (94.53% from 255 or 54.16% from 445); Max value from RGB is 241 - color contains mainly: blue. Hex color #A824F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A824F1 is #57DB0E. Grayscale: #626262. Windows color (decimal): -5757711 or 15803560. OLE color: 15803560.
HSL color Cylindrical-coordinate representation of color #A824F1: hue angle of 278.63º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A824F1 is Cyan = 0.30, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 36 | 241 | - |
| CMYK | 0.30 | 0.85 | 0 | 0.05 |
| HSL | 278.63º | 0.88% | 0.54% | - |
| HSV(B) | 278.63º | 0.85% | 0.95% | - |
| XYZ | 32.66 | 15.94 | 84.57 | - |
| YUV | 98.84 | 208.23 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 36 | 241 | 0.30 | 0.85 | 0 | 0.05 | 278.63 | 0.88 | 0.54 |
| Hex | A8 | 24 | F1 | 1E | 55 | 0 | 5 | 117 | 58 | 36 |
| Octal | 250 | 44 | 361 | 36 | 125 | 0 | 5 | 427 | 130 | 66 |
| Binary | 10101000 | 100100 | 11110001 | 11110 | 1010101 | 0 | 101 | 100010111 | 1011000 | 110110 |
Color Harmonies of #A824F1
Complementary color
Monochromatic Colors of #A824F1
Black with #A824F1
Text Example
Text Example
White with #A824F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A824F1; }
p { color: rgb(168,36,241); }
H1.HeaderClassName
{
color: #A824F1;
}
.AnyTagClassName
{
color: #A824F1;
}
</style>
background-color css
<style>
a { background-color: #A824F1; }
a { background-color: rgb(168,36,241); }
div.DivClassName
{
background-color: #A824F1;
}
.BgClassName
{
background-color: #A824F1;
}
</style>
border-color css
<style>
span { border-color: #A824F1; }
span { border-color: rgb(168,36,241); }
td.TdClassName
{
border-color: #A824F1;
}
.TagClassName
{
border-color: #A824F1;
}
</style>