Shades of Violet Blue #A048A0
Tints of Violet Blue #A048A0
RGB
CMYK
RGB Variations
Color information
#A048A0 (or 0xA048A0) is known color: Violet Blue. HEX triplet: A0, 48 and A0. RGB value is (160,72,160). Sum of RGB (Red+Green+Blue) = 160+72+160=392 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.82% from 392); Green value is 72 (28.52% from 255 or 18.37% from 392); Blue value is 160 (62.89% from 255 or 40.82% from 392); Max value from RGB is 160 - color contains mainly: red, blue. Hex color #A048A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A048A0 is #5FB75F. Grayscale: #6C6C6C. Windows color (decimal): -6272864 or 10504352. OLE color: 10504352.
HSL color Cylindrical-coordinate representation of color #A048A0: hue angle of 300º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A048A0 is Cyan = 0, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 72 | 160 | - |
| CMYK | 0 | 0.55 | 0 | 0.37 |
| HSL | 300º | 0.38% | 0.45% | - |
| HSV(B) | 300º | 0.55% | 0.63% | - |
| XYZ | 23.16 | 14.65 | 34.86 | - |
| YUV | 108.34 | 157.15 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 72 | 160 | 0 | 0.55 | 0 | 0.37 | 300 | 0.38 | 0.45 |
| Hex | A0 | 48 | A0 | 0 | 37 | 0 | 25 | 12C | 26 | 2D |
| Octal | 240 | 110 | 240 | 0 | 67 | 0 | 45 | 454 | 46 | 55 |
| Binary | 10100000 | 1001000 | 10100000 | 0 | 110111 | 0 | 100101 | 100101100 | 100110 | 101101 |
Color Harmonies of #A048A0
Complementary color
Monochromatic Colors of #A048A0
Black with #A048A0
Text Example
Text Example
White with #A048A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A048A0; }
p { color: rgb(160,72,160); }
H1.HeaderClassName
{
color: #A048A0;
}
.AnyTagClassName
{
color: #A048A0;
}
</style>
background-color css
<style>
a { background-color: #A048A0; }
a { background-color: rgb(160,72,160); }
div.DivClassName
{
background-color: #A048A0;
}
.BgClassName
{
background-color: #A048A0;
}
</style>
border-color css
<style>
span { border-color: #A048A0; }
span { border-color: rgb(160,72,160); }
td.TdClassName
{
border-color: #A048A0;
}
.TagClassName
{
border-color: #A048A0;
}
</style>