Shades of Violet Blue #A947A0
Tints of Violet Blue #A947A0
RGB
CMYK
RGB Variations
Color information
#A947A0 (or 0xA947A0) is known color: Violet Blue. HEX triplet: A9, 47 and A0. RGB value is (169,71,160). Sum of RGB (Red+Green+Blue) = 169+71+160=400 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.25% from 400); Green value is 71 (28.12% from 255 or 17.75% from 400); Blue value is 160 (62.89% from 255 or 40% from 400); Max value from RGB is 169 - color contains mainly: red. Hex color #A947A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A947A0 is #56B85F. Grayscale: #6E6E6E. Windows color (decimal): -5683296 or 10504105. OLE color: 10504105.
HSL color Cylindrical-coordinate representation of color #A947A0: hue angle of 305.51º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A947A0 is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 71 | 160 | - |
| CMYK | 0 | 0.58 | 0.05 | 0.34 |
| HSL | 305.51º | 0.41% | 0.47% | - |
| HSV(B) | 305.51º | 0.58% | 0.66% | - |
| XYZ | 24.96 | 15.48 | 34.93 | - |
| YUV | 110.45 | 155.97 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 71 | 160 | 0 | 0.58 | 0.05 | 0.34 | 305.51 | 0.41 | 0.47 |
| Hex | A9 | 47 | A0 | 0 | 3A | 5 | 22 | 132 | 29 | 2F |
| Octal | 251 | 107 | 240 | 0 | 72 | 5 | 42 | 462 | 51 | 57 |
| Binary | 10101001 | 1000111 | 10100000 | 0 | 111010 | 101 | 100010 | 100110010 | 101001 | 101111 |
Color Harmonies of #A947A0
Complementary color
Monochromatic Colors of #A947A0
Black with #A947A0
Text Example
Text Example
White with #A947A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A947A0; }
p { color: rgb(169,71,160); }
H1.HeaderClassName
{
color: #A947A0;
}
.AnyTagClassName
{
color: #A947A0;
}
</style>
background-color css
<style>
a { background-color: #A947A0; }
a { background-color: rgb(169,71,160); }
div.DivClassName
{
background-color: #A947A0;
}
.BgClassName
{
background-color: #A947A0;
}
</style>
border-color css
<style>
span { border-color: #A947A0; }
span { border-color: rgb(169,71,160); }
td.TdClassName
{
border-color: #A947A0;
}
.TagClassName
{
border-color: #A947A0;
}
</style>