Shades of Blue Violet #A24BEC
Tints of Blue Violet #A24BEC
RGB
CMYK
RGB Variations
Color information
#A24BEC (or 0xA24BEC) is known color: Blue Violet. HEX triplet: A2, 4B and EC. RGB value is (162,75,236). Sum of RGB (Red+Green+Blue) = 162+75+236=473 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.25% from 473); Green value is 75 (29.69% from 255 or 15.86% from 473); Blue value is 236 (92.58% from 255 or 49.89% from 473); Max value from RGB is 236 - color contains mainly: blue. Hex color #A24BEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A24BEC is #5DB413. Grayscale: #767676. Windows color (decimal): -6140948 or 15485858. OLE color: 15485858.
HSL color Cylindrical-coordinate representation of color #A24BEC: hue angle of 272.42º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A24BEC is Cyan = 0.31, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 75 | 236 | - |
| CMYK | 0.31 | 0.68 | 0 | 0.07 |
| HSL | 272.42º | 0.81% | 0.61% | - |
| HSV(B) | 272.42º | 0.68% | 0.93% | - |
| XYZ | 32.56 | 18.77 | 81.26 | - |
| YUV | 119.37 | 193.82 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 75 | 236 | 0.31 | 0.68 | 0 | 0.07 | 272.42 | 0.81 | 0.61 |
| Hex | A2 | 4B | EC | 1F | 44 | 0 | 7 | 110 | 51 | 3D |
| Octal | 242 | 113 | 354 | 37 | 104 | 0 | 7 | 420 | 121 | 75 |
| Binary | 10100010 | 1001011 | 11101100 | 11111 | 1000100 | 0 | 111 | 100010000 | 1010001 | 111101 |
Color Harmonies of #A24BEC
Complementary color
Monochromatic Colors of #A24BEC
Black with #A24BEC
Text Example
Text Example
White with #A24BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24BEC; }
p { color: rgb(162,75,236); }
H1.HeaderClassName
{
color: #A24BEC;
}
.AnyTagClassName
{
color: #A24BEC;
}
</style>
background-color css
<style>
a { background-color: #A24BEC; }
a { background-color: rgb(162,75,236); }
div.DivClassName
{
background-color: #A24BEC;
}
.BgClassName
{
background-color: #A24BEC;
}
</style>
border-color css
<style>
span { border-color: #A24BEC; }
span { border-color: rgb(162,75,236); }
td.TdClassName
{
border-color: #A24BEC;
}
.TagClassName
{
border-color: #A24BEC;
}
</style>