Shades of Blue Violet #A24CF2
Tints of Blue Violet #A24CF2
RGB
CMYK
RGB Variations
Color information
#A24CF2 (or 0xA24CF2) is known color: Blue Violet. HEX triplet: A2, 4C and F2. RGB value is (162,76,242). Sum of RGB (Red+Green+Blue) = 162+76+242=480 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.75% from 480); Green value is 76 (30.08% from 255 or 15.83% from 480); Blue value is 242 (94.92% from 255 or 50.42% from 480); Max value from RGB is 242 - color contains mainly: blue. Hex color #A24CF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A24CF2 is #5DB30D. Grayscale: #787878. Windows color (decimal): -6140686 or 15879330. OLE color: 15879330.
HSL color Cylindrical-coordinate representation of color #A24CF2: hue angle of 271.08º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A24CF2 is Cyan = 0.33, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 76 | 242 | - |
| CMYK | 0.33 | 0.69 | 0 | 0.05 |
| HSL | 271.08º | 0.86% | 0.62% | - |
| HSV(B) | 271.08º | 0.69% | 0.95% | - |
| XYZ | 33.51 | 19.26 | 85.96 | - |
| YUV | 120.64 | 196.49 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 76 | 242 | 0.33 | 0.69 | 0 | 0.05 | 271.08 | 0.86 | 0.62 |
| Hex | A2 | 4C | F2 | 21 | 45 | 0 | 5 | 10F | 56 | 3E |
| Octal | 242 | 114 | 362 | 41 | 105 | 0 | 5 | 417 | 126 | 76 |
| Binary | 10100010 | 1001100 | 11110010 | 100001 | 1000101 | 0 | 101 | 100001111 | 1010110 | 111110 |
Color Harmonies of #A24CF2
Complementary color
Monochromatic Colors of #A24CF2
Black with #A24CF2
Text Example
Text Example
White with #A24CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24CF2; }
p { color: rgb(162,76,242); }
H1.HeaderClassName
{
color: #A24CF2;
}
.AnyTagClassName
{
color: #A24CF2;
}
</style>
background-color css
<style>
a { background-color: #A24CF2; }
a { background-color: rgb(162,76,242); }
div.DivClassName
{
background-color: #A24CF2;
}
.BgClassName
{
background-color: #A24CF2;
}
</style>
border-color css
<style>
span { border-color: #A24CF2; }
span { border-color: rgb(162,76,242); }
td.TdClassName
{
border-color: #A24CF2;
}
.TagClassName
{
border-color: #A24CF2;
}
</style>