Shades of Blue Violet #A048FF
Tints of Blue Violet #A048FF
RGB
CMYK
RGB Variations
Color information
#A048FF (or 0xA048FF) is known color: Blue Violet. HEX triplet: A0, 48 and FF. RGB value is (160,72,255). Sum of RGB (Red+Green+Blue) = 160+72+255=487 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.85% from 487); Green value is 72 (28.52% from 255 or 14.78% from 487); Blue value is 255 (100% from 255 or 52.36% from 487); Max value from RGB is 255 - color contains mainly: blue. Hex color #A048FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A048FF is #5FB700. Grayscale: #767676. Windows color (decimal): -6272769 or 16730272. OLE color: 16730272.
HSL color Cylindrical-coordinate representation of color #A048FF: hue angle of 268.85º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A048FF is Cyan = 0.37, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 72 | 255 | - |
| CMYK | 0.37 | 0.72 | 0 | 0 |
| HSL | 268.85º | 1% | 0.64% | - |
| HSV(B) | 268.85º | 0.72% | 1% | - |
| XYZ | 34.86 | 19.33 | 96.5 | - |
| YUV | 119.17 | 204.65 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 72 | 255 | 0.37 | 0.72 | 0 | 0 | 268.85 | 1 | 0.64 |
| Hex | A0 | 48 | FF | 25 | 48 | 0 | 0 | 10D | 64 | 40 |
| Octal | 240 | 110 | 377 | 45 | 110 | 0 | 0 | 415 | 144 | 100 |
| Binary | 10100000 | 1001000 | 11111111 | 100101 | 1001000 | 0 | 0 | 100001101 | 1100100 | 1000000 |
Color Harmonies of #A048FF
Complementary color
Monochromatic Colors of #A048FF
Black with #A048FF
Text Example
Text Example
White with #A048FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A048FF; }
p { color: rgb(160,72,255); }
H1.HeaderClassName
{
color: #A048FF;
}
.AnyTagClassName
{
color: #A048FF;
}
</style>
background-color css
<style>
a { background-color: #A048FF; }
a { background-color: rgb(160,72,255); }
div.DivClassName
{
background-color: #A048FF;
}
.BgClassName
{
background-color: #A048FF;
}
</style>
border-color css
<style>
span { border-color: #A048FF; }
span { border-color: rgb(160,72,255); }
td.TdClassName
{
border-color: #A048FF;
}
.TagClassName
{
border-color: #A048FF;
}
</style>