Shades of Blue Violet #A24AFB
Tints of Blue Violet #A24AFB
RGB
CMYK
RGB Variations
Color information
#A24AFB (or 0xA24AFB) is known color: Blue Violet. HEX triplet: A2, 4A and FB. RGB value is (162,74,251). Sum of RGB (Red+Green+Blue) = 162+74+251=487 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.26% from 487); Green value is 74 (29.30% from 255 or 15.20% from 487); Blue value is 251 (98.44% from 255 or 51.54% from 487); Max value from RGB is 251 - color contains mainly: blue. Hex color #A24AFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A24AFB is #5DB504. Grayscale: #777777. Windows color (decimal): -6141189 or 16468642. OLE color: 16468642.
HSL color Cylindrical-coordinate representation of color #A24AFB: hue angle of 269.83º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A24AFB is Cyan = 0.35, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 74 | 251 | - |
| CMYK | 0.35 | 0.71 | 0 | 0.02 |
| HSL | 269.83º | 0.96% | 0.64% | - |
| HSV(B) | 269.83º | 0.71% | 0.98% | - |
| XYZ | 34.76 | 19.54 | 93.21 | - |
| YUV | 120.49 | 201.65 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 74 | 251 | 0.35 | 0.71 | 0 | 0.02 | 269.83 | 0.96 | 0.64 |
| Hex | A2 | 4A | FB | 23 | 47 | 0 | 2 | 10E | 60 | 40 |
| Octal | 242 | 112 | 373 | 43 | 107 | 0 | 2 | 416 | 140 | 100 |
| Binary | 10100010 | 1001010 | 11111011 | 100011 | 1000111 | 0 | 10 | 100001110 | 1100000 | 1000000 |
Color Harmonies of #A24AFB
Complementary color
Monochromatic Colors of #A24AFB
Black with #A24AFB
Text Example
Text Example
White with #A24AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24AFB; }
p { color: rgb(162,74,251); }
H1.HeaderClassName
{
color: #A24AFB;
}
.AnyTagClassName
{
color: #A24AFB;
}
</style>
background-color css
<style>
a { background-color: #A24AFB; }
a { background-color: rgb(162,74,251); }
div.DivClassName
{
background-color: #A24AFB;
}
.BgClassName
{
background-color: #A24AFB;
}
</style>
border-color css
<style>
span { border-color: #A24AFB; }
span { border-color: rgb(162,74,251); }
td.TdClassName
{
border-color: #A24AFB;
}
.TagClassName
{
border-color: #A24AFB;
}
</style>