Shades of Blue Violet #A24AFE
Tints of Blue Violet #A24AFE
RGB
CMYK
RGB Variations
Color information
#A24AFE (or 0xA24AFE) is known color: Blue Violet. HEX triplet: A2, 4A and FE. RGB value is (162,74,254). Sum of RGB (Red+Green+Blue) = 162+74+254=490 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.06% from 490); Green value is 74 (29.30% from 255 or 15.10% from 490); Blue value is 254 (99.61% from 255 or 51.84% from 490); Max value from RGB is 254 - color contains mainly: blue. Hex color #A24AFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A24AFE is #5DB501. Grayscale: #787878. Windows color (decimal): -6141186 or 16665250. OLE color: 16665250.
HSL color Cylindrical-coordinate representation of color #A24AFE: hue angle of 269.33º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A24AFE is Cyan = 0.36, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 162 | 74 | 254 | - |
| CMYK | 0.36 | 0.71 | 0 | 0.00 |
| HSL | 269.33º | 0.99% | 0.64% | - |
| HSV(B) | 269.33º | 0.71% | 1% | - |
| XYZ | 35.24 | 19.73 | 95.72 | - |
| YUV | 120.83 | 203.15 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 74 | 254 | 0.36 | 0.71 | 0 | 0.00 | 269.33 | 0.99 | 0.64 |
| Hex | A2 | 4A | FE | 24 | 47 | 0 | 0 | 10D | 63 | 40 |
| Octal | 242 | 112 | 376 | 44 | 107 | 0 | 0 | 415 | 143 | 100 |
| Binary | 10100010 | 1001010 | 11111110 | 100100 | 1000111 | 0 | 0 | 100001101 | 1100011 | 1000000 |
Color Harmonies of #A24AFE
Complementary color
Monochromatic Colors of #A24AFE
Black with #A24AFE
Text Example
Text Example
White with #A24AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24AFE; }
p { color: rgb(162,74,254); }
H1.HeaderClassName
{
color: #A24AFE;
}
.AnyTagClassName
{
color: #A24AFE;
}
</style>
background-color css
<style>
a { background-color: #A24AFE; }
a { background-color: rgb(162,74,254); }
div.DivClassName
{
background-color: #A24AFE;
}
.BgClassName
{
background-color: #A24AFE;
}
</style>
border-color css
<style>
span { border-color: #A24AFE; }
span { border-color: rgb(162,74,254); }
td.TdClassName
{
border-color: #A24AFE;
}
.TagClassName
{
border-color: #A24AFE;
}
</style>