Shades of Blue Violet #A048EC
Tints of Blue Violet #A048EC
RGB
CMYK
RGB Variations
Color information
#A048EC (or 0xA048EC) is known color: Blue Violet. HEX triplet: A0, 48 and EC. RGB value is (160,72,236). Sum of RGB (Red+Green+Blue) = 160+72+236=468 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.19% from 468); Green value is 72 (28.52% from 255 or 15.38% from 468); Blue value is 236 (92.58% from 255 or 50.43% from 468); Max value from RGB is 236 - color contains mainly: blue. Hex color #A048EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A048EC is #5FB713. Grayscale: #747474. Windows color (decimal): -6272788 or 15485088. OLE color: 15485088.
HSL color Cylindrical-coordinate representation of color #A048EC: hue angle of 272.2º 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 #A048EC is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 72 | 236 | - |
| CMYK | 0.32 | 0.69 | 0 | 0.07 |
| HSL | 272.2º | 0.81% | 0.6% | - |
| HSV(B) | 272.2º | 0.69% | 0.93% | - |
| XYZ | 31.95 | 18.16 | 81.18 | - |
| YUV | 117.01 | 195.15 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 72 | 236 | 0.32 | 0.69 | 0 | 0.07 | 272.2 | 0.81 | 0.6 |
| Hex | A0 | 48 | EC | 20 | 45 | 0 | 7 | 110 | 51 | 3C |
| Octal | 240 | 110 | 354 | 40 | 105 | 0 | 7 | 420 | 121 | 74 |
| Binary | 10100000 | 1001000 | 11101100 | 100000 | 1000101 | 0 | 111 | 100010000 | 1010001 | 111100 |
Color Harmonies of #A048EC
Complementary color
Monochromatic Colors of #A048EC
Black with #A048EC
Text Example
Text Example
White with #A048EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A048EC; }
p { color: rgb(160,72,236); }
H1.HeaderClassName
{
color: #A048EC;
}
.AnyTagClassName
{
color: #A048EC;
}
</style>
background-color css
<style>
a { background-color: #A048EC; }
a { background-color: rgb(160,72,236); }
div.DivClassName
{
background-color: #A048EC;
}
.BgClassName
{
background-color: #A048EC;
}
</style>
border-color css
<style>
span { border-color: #A048EC; }
span { border-color: rgb(160,72,236); }
td.TdClassName
{
border-color: #A048EC;
}
.TagClassName
{
border-color: #A048EC;
}
</style>