Shades of Blue Violet #A24DF4
Tints of Blue Violet #A24DF4
RGB
CMYK
RGB Variations
Color information
#A24DF4 (or 0xA24DF4) is known color: Blue Violet. HEX triplet: A2, 4D and F4. RGB value is (162,77,244). Sum of RGB (Red+Green+Blue) = 162+77+244=483 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.54% from 483); Green value is 77 (30.47% from 255 or 15.94% from 483); Blue value is 244 (95.70% from 255 or 50.52% from 483); Max value from RGB is 244 - color contains mainly: blue. Hex color #A24DF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A24DF4 is #5DB20B. Grayscale: #787878. Windows color (decimal): -6140428 or 16010658. OLE color: 16010658.
HSL color Cylindrical-coordinate representation of color #A24DF4: hue angle of 270.54º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A24DF4 is Cyan = 0.34, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 162 | 77 | 244 | - |
| CMYK | 0.34 | 0.68 | 0 | 0.04 |
| HSL | 270.54º | 0.88% | 0.63% | - |
| HSV(B) | 270.54º | 0.68% | 0.96% | - |
| XYZ | 33.88 | 19.52 | 87.57 | - |
| YUV | 121.45 | 197.16 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 77 | 244 | 0.34 | 0.68 | 0 | 0.04 | 270.54 | 0.88 | 0.63 |
| Hex | A2 | 4D | F4 | 22 | 44 | 0 | 4 | 10F | 58 | 3F |
| Octal | 242 | 115 | 364 | 42 | 104 | 0 | 4 | 417 | 130 | 77 |
| Binary | 10100010 | 1001101 | 11110100 | 100010 | 1000100 | 0 | 100 | 100001111 | 1011000 | 111111 |
Color Harmonies of #A24DF4
Complementary color
Monochromatic Colors of #A24DF4
Black with #A24DF4
Text Example
Text Example
White with #A24DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24DF4; }
p { color: rgb(162,77,244); }
H1.HeaderClassName
{
color: #A24DF4;
}
.AnyTagClassName
{
color: #A24DF4;
}
</style>
background-color css
<style>
a { background-color: #A24DF4; }
a { background-color: rgb(162,77,244); }
div.DivClassName
{
background-color: #A24DF4;
}
.BgClassName
{
background-color: #A24DF4;
}
</style>
border-color css
<style>
span { border-color: #A24DF4; }
span { border-color: rgb(162,77,244); }
td.TdClassName
{
border-color: #A24DF4;
}
.TagClassName
{
border-color: #A24DF4;
}
</style>