Shades of Blue Violet #A24CF3
Tints of Blue Violet #A24CF3
RGB
CMYK
RGB Variations
Color information
#A24CF3 (or 0xA24CF3) is known color: Blue Violet. HEX triplet: A2, 4C and F3. RGB value is (162,76,243). Sum of RGB (Red+Green+Blue) = 162+76+243=481 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.68% from 481); Green value is 76 (30.08% from 255 or 15.80% from 481); Blue value is 243 (95.31% from 255 or 50.52% from 481); Max value from RGB is 243 - color contains mainly: blue. Hex color #A24CF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A24CF3 is #5DB30C. Grayscale: #787878. Windows color (decimal): -6140685 or 15944866. OLE color: 15944866.
HSL color Cylindrical-coordinate representation of color #A24CF3: hue angle of 270.9º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A24CF3 is Cyan = 0.33, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 76 | 243 | - |
| CMYK | 0.33 | 0.69 | 0 | 0.05 |
| HSL | 270.9º | 0.87% | 0.63% | - |
| HSV(B) | 270.9º | 0.69% | 0.95% | - |
| XYZ | 33.66 | 19.32 | 86.75 | - |
| YUV | 120.75 | 196.99 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 76 | 243 | 0.33 | 0.69 | 0 | 0.05 | 270.9 | 0.87 | 0.63 |
| Hex | A2 | 4C | F3 | 21 | 45 | 0 | 5 | 10F | 57 | 3F |
| Octal | 242 | 114 | 363 | 41 | 105 | 0 | 5 | 417 | 127 | 77 |
| Binary | 10100010 | 1001100 | 11110011 | 100001 | 1000101 | 0 | 101 | 100001111 | 1010111 | 111111 |
Color Harmonies of #A24CF3
Complementary color
Monochromatic Colors of #A24CF3
Black with #A24CF3
Text Example
Text Example
White with #A24CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24CF3; }
p { color: rgb(162,76,243); }
H1.HeaderClassName
{
color: #A24CF3;
}
.AnyTagClassName
{
color: #A24CF3;
}
</style>
background-color css
<style>
a { background-color: #A24CF3; }
a { background-color: rgb(162,76,243); }
div.DivClassName
{
background-color: #A24CF3;
}
.BgClassName
{
background-color: #A24CF3;
}
</style>
border-color css
<style>
span { border-color: #A24CF3; }
span { border-color: rgb(162,76,243); }
td.TdClassName
{
border-color: #A24CF3;
}
.TagClassName
{
border-color: #A24CF3;
}
</style>