Shades of Blue Violet #A24FFB
Tints of Blue Violet #A24FFB
RGB
CMYK
RGB Variations
Color information
#A24FFB (or 0xA24FFB) is known color: Blue Violet. HEX triplet: A2, 4F and FB. RGB value is (162,79,251). Sum of RGB (Red+Green+Blue) = 162+79+251=492 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.93% from 492); Green value is 79 (31.25% from 255 or 16.06% from 492); Blue value is 251 (98.44% from 255 or 51.02% from 492); Max value from RGB is 251 - color contains mainly: blue. Hex color #A24FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A24FFB is #5DB004. Grayscale: #7A7A7A. Windows color (decimal): -6139909 or 16469922. OLE color: 16469922.
HSL color Cylindrical-coordinate representation of color #A24FFB: hue angle of 268.95º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A24FFB is Cyan = 0.35, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 79 | 251 | - |
| CMYK | 0.35 | 0.69 | 0 | 0.02 |
| HSL | 268.95º | 0.96% | 0.65% | - |
| HSV(B) | 268.95º | 0.69% | 0.98% | - |
| XYZ | 35.11 | 20.24 | 93.32 | - |
| YUV | 123.43 | 200 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 79 | 251 | 0.35 | 0.69 | 0 | 0.02 | 268.95 | 0.96 | 0.65 |
| Hex | A2 | 4F | FB | 23 | 45 | 0 | 2 | 10D | 60 | 41 |
| Octal | 242 | 117 | 373 | 43 | 105 | 0 | 2 | 415 | 140 | 101 |
| Binary | 10100010 | 1001111 | 11111011 | 100011 | 1000101 | 0 | 10 | 100001101 | 1100000 | 1000001 |
Color Harmonies of #A24FFB
Complementary color
Monochromatic Colors of #A24FFB
Black with #A24FFB
Text Example
Text Example
White with #A24FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24FFB; }
p { color: rgb(162,79,251); }
H1.HeaderClassName
{
color: #A24FFB;
}
.AnyTagClassName
{
color: #A24FFB;
}
</style>
background-color css
<style>
a { background-color: #A24FFB; }
a { background-color: rgb(162,79,251); }
div.DivClassName
{
background-color: #A24FFB;
}
.BgClassName
{
background-color: #A24FFB;
}
</style>
border-color css
<style>
span { border-color: #A24FFB; }
span { border-color: rgb(162,79,251); }
td.TdClassName
{
border-color: #A24FFB;
}
.TagClassName
{
border-color: #A24FFB;
}
</style>