Shades of Violet Blue #A048A3
Tints of Violet Blue #A048A3
RGB
CMYK
RGB Variations
Color information
#A048A3 (or 0xA048A3) is known color: Violet Blue. HEX triplet: A0, 48 and A3. RGB value is (160,72,163). Sum of RGB (Red+Green+Blue) = 160+72+163=395 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.51% from 395); Green value is 72 (28.52% from 255 or 18.23% from 395); Blue value is 163 (64.06% from 255 or 41.27% from 395); Max value from RGB is 163 - color contains mainly: blue. Hex color #A048A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A048A3 is #5FB75C. Grayscale: #6C6C6C. Windows color (decimal): -6272861 or 10700960. OLE color: 10700960.
HSL color Cylindrical-coordinate representation of color #A048A3: hue angle of 298.02º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A048A3 is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 72 | 163 | - |
| CMYK | 0.02 | 0.56 | 0 | 0.36 |
| HSL | 298.02º | 0.39% | 0.46% | - |
| HSV(B) | 298.02º | 0.56% | 0.64% | - |
| XYZ | 23.43 | 14.75 | 36.26 | - |
| YUV | 108.69 | 158.65 | 164.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 72 | 163 | 0.02 | 0.56 | 0 | 0.36 | 298.02 | 0.39 | 0.46 |
| Hex | A0 | 48 | A3 | 2 | 38 | 0 | 24 | 12A | 27 | 2E |
| Octal | 240 | 110 | 243 | 2 | 70 | 0 | 44 | 452 | 47 | 56 |
| Binary | 10100000 | 1001000 | 10100011 | 10 | 111000 | 0 | 100100 | 100101010 | 100111 | 101110 |
Color Harmonies of #A048A3
Complementary color
Monochromatic Colors of #A048A3
Black with #A048A3
Text Example
Text Example
White with #A048A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A048A3; }
p { color: rgb(160,72,163); }
H1.HeaderClassName
{
color: #A048A3;
}
.AnyTagClassName
{
color: #A048A3;
}
</style>
background-color css
<style>
a { background-color: #A048A3; }
a { background-color: rgb(160,72,163); }
div.DivClassName
{
background-color: #A048A3;
}
.BgClassName
{
background-color: #A048A3;
}
</style>
border-color css
<style>
span { border-color: #A048A3; }
span { border-color: rgb(160,72,163); }
td.TdClassName
{
border-color: #A048A3;
}
.TagClassName
{
border-color: #A048A3;
}
</style>