Shades of Violet Blue #A047A0
Tints of Violet Blue #A047A0
RGB
CMYK
RGB Variations
Color information
#A047A0 (or 0xA047A0) is known color: Violet Blue. HEX triplet: A0, 47 and A0. RGB value is (160,71,160). Sum of RGB (Red+Green+Blue) = 160+71+160=391 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.92% from 391); Green value is 71 (28.12% from 255 or 18.16% from 391); Blue value is 160 (62.89% from 255 or 40.92% from 391); Max value from RGB is 160 - color contains mainly: red, blue. Hex color #A047A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A047A0 is #5FB85F. Grayscale: #6B6B6B. Windows color (decimal): -6273120 or 10504096. OLE color: 10504096.
HSL color Cylindrical-coordinate representation of color #A047A0: hue angle of 300º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A047A0 is Cyan = 0, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 71 | 160 | - |
| CMYK | 0 | 0.56 | 0 | 0.37 |
| HSL | 300º | 0.39% | 0.45% | - |
| HSV(B) | 300º | 0.56% | 0.63% | - |
| XYZ | 23.1 | 14.52 | 34.84 | - |
| YUV | 107.76 | 157.49 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 71 | 160 | 0 | 0.56 | 0 | 0.37 | 300 | 0.39 | 0.45 |
| Hex | A0 | 47 | A0 | 0 | 38 | 0 | 25 | 12C | 27 | 2D |
| Octal | 240 | 107 | 240 | 0 | 70 | 0 | 45 | 454 | 47 | 55 |
| Binary | 10100000 | 1000111 | 10100000 | 0 | 111000 | 0 | 100101 | 100101100 | 100111 | 101101 |
Color Harmonies of #A047A0
Complementary color
Monochromatic Colors of #A047A0
Black with #A047A0
Text Example
Text Example
White with #A047A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A047A0; }
p { color: rgb(160,71,160); }
H1.HeaderClassName
{
color: #A047A0;
}
.AnyTagClassName
{
color: #A047A0;
}
</style>
background-color css
<style>
a { background-color: #A047A0; }
a { background-color: rgb(160,71,160); }
div.DivClassName
{
background-color: #A047A0;
}
.BgClassName
{
background-color: #A047A0;
}
</style>
border-color css
<style>
span { border-color: #A047A0; }
span { border-color: rgb(160,71,160); }
td.TdClassName
{
border-color: #A047A0;
}
.TagClassName
{
border-color: #A047A0;
}
</style>