Shades of Blue Violet #A243EC
Tints of Blue Violet #A243EC
RGB
CMYK
RGB Variations
Color information
#A243EC (or 0xA243EC) is known color: Blue Violet. HEX triplet: A2, 43 and EC. RGB value is (162,67,236). Sum of RGB (Red+Green+Blue) = 162+67+236=465 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.84% from 465); Green value is 67 (26.56% from 255 or 14.41% from 465); Blue value is 236 (92.58% from 255 or 50.75% from 465); Max value from RGB is 236 - color contains mainly: blue. Hex color #A243EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A243EC is #5DBC13. Grayscale: #727272. Windows color (decimal): -6142996 or 15483810. OLE color: 15483810.
HSL color Cylindrical-coordinate representation of color #A243EC: hue angle of 273.73º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A243EC is Cyan = 0.31, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 67 | 236 | - |
| CMYK | 0.31 | 0.72 | 0 | 0.07 |
| HSL | 273.73º | 0.82% | 0.59% | - |
| HSV(B) | 273.73º | 0.72% | 0.93% | - |
| XYZ | 32.05 | 17.75 | 81.09 | - |
| YUV | 114.67 | 196.47 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 67 | 236 | 0.31 | 0.72 | 0 | 0.07 | 273.73 | 0.82 | 0.59 |
| Hex | A2 | 43 | EC | 1F | 48 | 0 | 7 | 112 | 52 | 3B |
| Octal | 242 | 103 | 354 | 37 | 110 | 0 | 7 | 422 | 122 | 73 |
| Binary | 10100010 | 1000011 | 11101100 | 11111 | 1001000 | 0 | 111 | 100010010 | 1010010 | 111011 |
Color Harmonies of #A243EC
Complementary color
Monochromatic Colors of #A243EC
Black with #A243EC
Text Example
Text Example
White with #A243EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A243EC; }
p { color: rgb(162,67,236); }
H1.HeaderClassName
{
color: #A243EC;
}
.AnyTagClassName
{
color: #A243EC;
}
</style>
background-color css
<style>
a { background-color: #A243EC; }
a { background-color: rgb(162,67,236); }
div.DivClassName
{
background-color: #A243EC;
}
.BgClassName
{
background-color: #A243EC;
}
</style>
border-color css
<style>
span { border-color: #A243EC; }
span { border-color: rgb(162,67,236); }
td.TdClassName
{
border-color: #A243EC;
}
.TagClassName
{
border-color: #A243EC;
}
</style>