Shades of Blue Violet #A24CEF
Tints of Blue Violet #A24CEF
RGB
CMYK
RGB Variations
Color information
#A24CEF (or 0xA24CEF) is known color: Blue Violet. HEX triplet: A2, 4C and EF. RGB value is (162,76,239). Sum of RGB (Red+Green+Blue) = 162+76+239=477 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.96% from 477); Green value is 76 (30.08% from 255 or 15.93% from 477); Blue value is 239 (93.75% from 255 or 50.10% from 477); Max value from RGB is 239 - color contains mainly: blue. Hex color #A24CEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A24CEF is #5DB310. Grayscale: #777777. Windows color (decimal): -6140689 or 15682722. OLE color: 15682722.
HSL color Cylindrical-coordinate representation of color #A24CEF: hue angle of 271.66º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A24CEF is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 162 | 76 | 239 | - |
| CMYK | 0.32 | 0.68 | 0 | 0.06 |
| HSL | 271.66º | 0.84% | 0.62% | - |
| HSV(B) | 271.66º | 0.68% | 0.94% | - |
| XYZ | 33.06 | 19.08 | 83.6 | - |
| YUV | 120.3 | 194.99 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 76 | 239 | 0.32 | 0.68 | 0 | 0.06 | 271.66 | 0.84 | 0.62 |
| Hex | A2 | 4C | EF | 20 | 44 | 0 | 6 | 110 | 54 | 3E |
| Octal | 242 | 114 | 357 | 40 | 104 | 0 | 6 | 420 | 124 | 76 |
| Binary | 10100010 | 1001100 | 11101111 | 100000 | 1000100 | 0 | 110 | 100010000 | 1010100 | 111110 |
Color Harmonies of #A24CEF
Complementary color
Monochromatic Colors of #A24CEF
Black with #A24CEF
Text Example
Text Example
White with #A24CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24CEF; }
p { color: rgb(162,76,239); }
H1.HeaderClassName
{
color: #A24CEF;
}
.AnyTagClassName
{
color: #A24CEF;
}
</style>
background-color css
<style>
a { background-color: #A24CEF; }
a { background-color: rgb(162,76,239); }
div.DivClassName
{
background-color: #A24CEF;
}
.BgClassName
{
background-color: #A24CEF;
}
</style>
border-color css
<style>
span { border-color: #A24CEF; }
span { border-color: rgb(162,76,239); }
td.TdClassName
{
border-color: #A24CEF;
}
.TagClassName
{
border-color: #A24CEF;
}
</style>