Shades of Blue Violet #A248EC
Tints of Blue Violet #A248EC
RGB
CMYK
RGB Variations
Color information
#A248EC (or 0xA248EC) is known color: Blue Violet. HEX triplet: A2, 48 and EC. RGB value is (162,72,236). Sum of RGB (Red+Green+Blue) = 162+72+236=470 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.47% from 470); Green value is 72 (28.52% from 255 or 15.32% from 470); Blue value is 236 (92.58% from 255 or 50.21% from 470); Max value from RGB is 236 - color contains mainly: blue. Hex color #A248EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A248EC is #5DB713. Grayscale: #757575. Windows color (decimal): -6141716 or 15485090. OLE color: 15485090.
HSL color Cylindrical-coordinate representation of color #A248EC: hue angle of 272.93º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A248EC is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 72 | 236 | - |
| CMYK | 0.31 | 0.69 | 0 | 0.07 |
| HSL | 272.93º | 0.81% | 0.6% | - |
| HSV(B) | 272.93º | 0.69% | 0.93% | - |
| XYZ | 32.36 | 18.37 | 81.2 | - |
| YUV | 117.61 | 194.82 | 159.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 72 | 236 | 0.31 | 0.69 | 0 | 0.07 | 272.93 | 0.81 | 0.6 |
| Hex | A2 | 48 | EC | 1F | 45 | 0 | 7 | 111 | 51 | 3C |
| Octal | 242 | 110 | 354 | 37 | 105 | 0 | 7 | 421 | 121 | 74 |
| Binary | 10100010 | 1001000 | 11101100 | 11111 | 1000101 | 0 | 111 | 100010001 | 1010001 | 111100 |
Color Harmonies of #A248EC
Complementary color
Monochromatic Colors of #A248EC
Black with #A248EC
Text Example
Text Example
White with #A248EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A248EC; }
p { color: rgb(162,72,236); }
H1.HeaderClassName
{
color: #A248EC;
}
.AnyTagClassName
{
color: #A248EC;
}
</style>
background-color css
<style>
a { background-color: #A248EC; }
a { background-color: rgb(162,72,236); }
div.DivClassName
{
background-color: #A248EC;
}
.BgClassName
{
background-color: #A248EC;
}
</style>
border-color css
<style>
span { border-color: #A248EC; }
span { border-color: rgb(162,72,236); }
td.TdClassName
{
border-color: #A248EC;
}
.TagClassName
{
border-color: #A248EC;
}
</style>