Shades of Blue Violet #A24CF7
Tints of Blue Violet #A24CF7
RGB
CMYK
RGB Variations
Color information
#A24CF7 (or 0xA24CF7) is known color: Blue Violet. HEX triplet: A2, 4C and F7. RGB value is (162,76,247). Sum of RGB (Red+Green+Blue) = 162+76+247=485 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.40% from 485); Green value is 76 (30.08% from 255 or 15.67% from 485); Blue value is 247 (96.88% from 255 or 50.93% from 485); Max value from RGB is 247 - color contains mainly: blue. Hex color #A24CF7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A24CF7 is #5DB308. Grayscale: #787878. Windows color (decimal): -6140681 or 16207010. OLE color: 16207010.
HSL color Cylindrical-coordinate representation of color #A24CF7: hue angle of 270.18º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A24CF7 is Cyan = 0.34, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 162 | 76 | 247 | - |
| CMYK | 0.34 | 0.69 | 0 | 0.03 |
| HSL | 270.18º | 0.91% | 0.63% | - |
| HSV(B) | 270.18º | 0.69% | 0.97% | - |
| XYZ | 34.27 | 19.57 | 89.97 | - |
| YUV | 121.21 | 198.99 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 76 | 247 | 0.34 | 0.69 | 0 | 0.03 | 270.18 | 0.91 | 0.63 |
| Hex | A2 | 4C | F7 | 22 | 45 | 0 | 3 | 10E | 5B | 3F |
| Octal | 242 | 114 | 367 | 42 | 105 | 0 | 3 | 416 | 133 | 77 |
| Binary | 10100010 | 1001100 | 11110111 | 100010 | 1000101 | 0 | 11 | 100001110 | 1011011 | 111111 |
Color Harmonies of #A24CF7
Complementary color
Monochromatic Colors of #A24CF7
Black with #A24CF7
Text Example
Text Example
White with #A24CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24CF7; }
p { color: rgb(162,76,247); }
H1.HeaderClassName
{
color: #A24CF7;
}
.AnyTagClassName
{
color: #A24CF7;
}
</style>
background-color css
<style>
a { background-color: #A24CF7; }
a { background-color: rgb(162,76,247); }
div.DivClassName
{
background-color: #A24CF7;
}
.BgClassName
{
background-color: #A24CF7;
}
</style>
border-color css
<style>
span { border-color: #A24CF7; }
span { border-color: rgb(162,76,247); }
td.TdClassName
{
border-color: #A24CF7;
}
.TagClassName
{
border-color: #A24CF7;
}
</style>