Shades of Blue Violet #A824F4
Tints of Blue Violet #A824F4
RGB
CMYK
RGB Variations
Color information
#A824F4 (or 0xA824F4) is known color: Blue Violet. HEX triplet: A8, 24 and F4. RGB value is (168,36,244). Sum of RGB (Red+Green+Blue) = 168+36+244=448 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.5% from 448); Green value is 36 (14.45% from 255 or 8.04% from 448); Blue value is 244 (95.70% from 255 or 54.46% from 448); Max value from RGB is 244 - color contains mainly: blue. Hex color #A824F4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A824F4 is #57DB0B. Grayscale: #626262. Windows color (decimal): -5757708 or 16000168. OLE color: 16000168.
HSL color Cylindrical-coordinate representation of color #A824F4: hue angle of 278.08º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A824F4 is Cyan = 0.31, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 36 | 244 | - |
| CMYK | 0.31 | 0.85 | 0 | 0.04 |
| HSL | 278.08º | 0.9% | 0.55% | - |
| HSV(B) | 278.08º | 0.85% | 0.96% | - |
| XYZ | 33.11 | 16.12 | 86.95 | - |
| YUV | 99.18 | 209.73 | 177.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 36 | 244 | 0.31 | 0.85 | 0 | 0.04 | 278.08 | 0.9 | 0.55 |
| Hex | A8 | 24 | F4 | 1F | 55 | 0 | 4 | 116 | 5A | 37 |
| Octal | 250 | 44 | 364 | 37 | 125 | 0 | 4 | 426 | 132 | 67 |
| Binary | 10101000 | 100100 | 11110100 | 11111 | 1010101 | 0 | 100 | 100010110 | 1011010 | 110111 |
Color Harmonies of #A824F4
Complementary color
Monochromatic Colors of #A824F4
Black with #A824F4
Text Example
Text Example
White with #A824F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A824F4; }
p { color: rgb(168,36,244); }
H1.HeaderClassName
{
color: #A824F4;
}
.AnyTagClassName
{
color: #A824F4;
}
</style>
background-color css
<style>
a { background-color: #A824F4; }
a { background-color: rgb(168,36,244); }
div.DivClassName
{
background-color: #A824F4;
}
.BgClassName
{
background-color: #A824F4;
}
</style>
border-color css
<style>
span { border-color: #A824F4; }
span { border-color: rgb(168,36,244); }
td.TdClassName
{
border-color: #A824F4;
}
.TagClassName
{
border-color: #A824F4;
}
</style>