Shades of Blue Violet #A24DF3
Tints of Blue Violet #A24DF3
RGB
CMYK
RGB Variations
Color information
#A24DF3 (or 0xA24DF3) is known color: Blue Violet. HEX triplet: A2, 4D and F3. RGB value is (162,77,243). Sum of RGB (Red+Green+Blue) = 162+77+243=482 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.61% from 482); Green value is 77 (30.47% from 255 or 15.98% from 482); Blue value is 243 (95.31% from 255 or 50.41% from 482); Max value from RGB is 243 - color contains mainly: blue. Hex color #A24DF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A24DF3 is #5DB20C. Grayscale: #787878. Windows color (decimal): -6140429 or 15945122. OLE color: 15945122.
HSL color Cylindrical-coordinate representation of color #A24DF3: hue angle of 270.72º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A24DF3 is Cyan = 0.33, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 77 | 243 | - |
| CMYK | 0.33 | 0.68 | 0 | 0.05 |
| HSL | 270.72º | 0.87% | 0.63% | - |
| HSV(B) | 270.72º | 0.68% | 0.95% | - |
| XYZ | 33.73 | 19.46 | 86.77 | - |
| YUV | 121.34 | 196.66 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 77 | 243 | 0.33 | 0.68 | 0 | 0.05 | 270.72 | 0.87 | 0.63 |
| Hex | A2 | 4D | F3 | 21 | 44 | 0 | 5 | 10F | 57 | 3F |
| Octal | 242 | 115 | 363 | 41 | 104 | 0 | 5 | 417 | 127 | 77 |
| Binary | 10100010 | 1001101 | 11110011 | 100001 | 1000100 | 0 | 101 | 100001111 | 1010111 | 111111 |
Color Harmonies of #A24DF3
Complementary color
Monochromatic Colors of #A24DF3
Black with #A24DF3
Text Example
Text Example
White with #A24DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24DF3; }
p { color: rgb(162,77,243); }
H1.HeaderClassName
{
color: #A24DF3;
}
.AnyTagClassName
{
color: #A24DF3;
}
</style>
background-color css
<style>
a { background-color: #A24DF3; }
a { background-color: rgb(162,77,243); }
div.DivClassName
{
background-color: #A24DF3;
}
.BgClassName
{
background-color: #A24DF3;
}
</style>
border-color css
<style>
span { border-color: #A24DF3; }
span { border-color: rgb(162,77,243); }
td.TdClassName
{
border-color: #A24DF3;
}
.TagClassName
{
border-color: #A24DF3;
}
</style>