Shades of Blue Violet #A24EFF
Tints of Blue Violet #A24EFF
RGB
CMYK
RGB Variations
Color information
#A24EFF (or 0xA24EFF) is known color: Blue Violet. HEX triplet: A2, 4E and FF. RGB value is (162,78,255). Sum of RGB (Red+Green+Blue) = 162+78+255=495 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.73% from 495); Green value is 78 (30.86% from 255 or 15.76% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #A24EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A24EFF is #5DB100. Grayscale: #7A7A7A. Windows color (decimal): -6140161 or 16731810. OLE color: 16731810.
HSL color Cylindrical-coordinate representation of color #A24EFF: hue angle of 268.47º 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 #A24EFF is Cyan = 0.36, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 162 | 78 | 255 | - |
| CMYK | 0.36 | 0.69 | 0 | 0 |
| HSL | 268.47º | 1% | 0.65% | - |
| HSV(B) | 268.47º | 0.69% | 1% | - |
| XYZ | 35.67 | 20.35 | 96.66 | - |
| YUV | 123.29 | 202.33 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 78 | 255 | 0.36 | 0.69 | 0 | 0 | 268.47 | 1 | 0.65 |
| Hex | A2 | 4E | FF | 24 | 45 | 0 | 0 | 10C | 64 | 41 |
| Octal | 242 | 116 | 377 | 44 | 105 | 0 | 0 | 414 | 144 | 101 |
| Binary | 10100010 | 1001110 | 11111111 | 100100 | 1000101 | 0 | 0 | 100001100 | 1100100 | 1000001 |
Color Harmonies of #A24EFF
Complementary color
Monochromatic Colors of #A24EFF
Black with #A24EFF
Text Example
Text Example
White with #A24EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24EFF; }
p { color: rgb(162,78,255); }
H1.HeaderClassName
{
color: #A24EFF;
}
.AnyTagClassName
{
color: #A24EFF;
}
</style>
background-color css
<style>
a { background-color: #A24EFF; }
a { background-color: rgb(162,78,255); }
div.DivClassName
{
background-color: #A24EFF;
}
.BgClassName
{
background-color: #A24EFF;
}
</style>
border-color css
<style>
span { border-color: #A24EFF; }
span { border-color: rgb(162,78,255); }
td.TdClassName
{
border-color: #A24EFF;
}
.TagClassName
{
border-color: #A24EFF;
}
</style>