Shades of Blue Violet #A24FFF
Tints of Blue Violet #A24FFF
RGB
CMYK
RGB Variations
Color information
#A24FFF (or 0xA24FFF) is known color: Blue Violet. HEX triplet: A2, 4F and FF. RGB value is (162,79,255). Sum of RGB (Red+Green+Blue) = 162+79+255=496 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.66% from 496); Green value is 79 (31.25% from 255 or 15.93% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #A24FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A24FFF is #5DB000. Grayscale: #7B7B7B. Windows color (decimal): -6139905 or 16732066. OLE color: 16732066.
HSL color Cylindrical-coordinate representation of color #A24FFF: hue angle of 268.3º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A24FFF is Cyan = 0.36, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 162 | 79 | 255 | - |
| CMYK | 0.36 | 0.69 | 0 | 0 |
| HSL | 268.3º | 1% | 0.65% | - |
| HSV(B) | 268.3º | 0.69% | 1% | - |
| XYZ | 35.75 | 20.49 | 96.68 | - |
| YUV | 123.88 | 202 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 79 | 255 | 0.36 | 0.69 | 0 | 0 | 268.3 | 1 | 0.65 |
| Hex | A2 | 4F | FF | 24 | 45 | 0 | 0 | 10C | 64 | 41 |
| Octal | 242 | 117 | 377 | 44 | 105 | 0 | 0 | 414 | 144 | 101 |
| Binary | 10100010 | 1001111 | 11111111 | 100100 | 1000101 | 0 | 0 | 100001100 | 1100100 | 1000001 |
Color Harmonies of #A24FFF
Complementary color
Monochromatic Colors of #A24FFF
Black with #A24FFF
Text Example
Text Example
White with #A24FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24FFF; }
p { color: rgb(162,79,255); }
H1.HeaderClassName
{
color: #A24FFF;
}
.AnyTagClassName
{
color: #A24FFF;
}
</style>
background-color css
<style>
a { background-color: #A24FFF; }
a { background-color: rgb(162,79,255); }
div.DivClassName
{
background-color: #A24FFF;
}
.BgClassName
{
background-color: #A24FFF;
}
</style>
border-color css
<style>
span { border-color: #A24FFF; }
span { border-color: rgb(162,79,255); }
td.TdClassName
{
border-color: #A24FFF;
}
.TagClassName
{
border-color: #A24FFF;
}
</style>