Shades of Blue Violet #A048EE
Tints of Blue Violet #A048EE
RGB
CMYK
RGB Variations
Color information
#A048EE (or 0xA048EE) is known color: Blue Violet. HEX triplet: A0, 48 and EE. RGB value is (160,72,238). Sum of RGB (Red+Green+Blue) = 160+72+238=470 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.04% from 470); Green value is 72 (28.52% from 255 or 15.32% from 470); Blue value is 238 (93.36% from 255 or 50.64% from 470); Max value from RGB is 238 - color contains mainly: blue. Hex color #A048EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A048EE is #5FB711. Grayscale: #747474. Windows color (decimal): -6272786 or 15616160. OLE color: 15616160.
HSL color Cylindrical-coordinate representation of color #A048EE: hue angle of 271.81º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A048EE is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 72 | 238 | - |
| CMYK | 0.33 | 0.70 | 0 | 0.07 |
| HSL | 271.81º | 0.83% | 0.61% | - |
| HSV(B) | 271.81º | 0.7% | 0.93% | - |
| XYZ | 32.25 | 18.28 | 82.72 | - |
| YUV | 117.24 | 196.15 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 72 | 238 | 0.33 | 0.70 | 0 | 0.07 | 271.81 | 0.83 | 0.61 |
| Hex | A0 | 48 | EE | 21 | 46 | 0 | 7 | 110 | 53 | 3D |
| Octal | 240 | 110 | 356 | 41 | 106 | 0 | 7 | 420 | 123 | 75 |
| Binary | 10100000 | 1001000 | 11101110 | 100001 | 1000110 | 0 | 111 | 100010000 | 1010011 | 111101 |
Color Harmonies of #A048EE
Complementary color
Monochromatic Colors of #A048EE
Black with #A048EE
Text Example
Text Example
White with #A048EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A048EE; }
p { color: rgb(160,72,238); }
H1.HeaderClassName
{
color: #A048EE;
}
.AnyTagClassName
{
color: #A048EE;
}
</style>
background-color css
<style>
a { background-color: #A048EE; }
a { background-color: rgb(160,72,238); }
div.DivClassName
{
background-color: #A048EE;
}
.BgClassName
{
background-color: #A048EE;
}
</style>
border-color css
<style>
span { border-color: #A048EE; }
span { border-color: rgb(160,72,238); }
td.TdClassName
{
border-color: #A048EE;
}
.TagClassName
{
border-color: #A048EE;
}
</style>