Shades of Violet Blue #A947A8
Tints of Violet Blue #A947A8
RGB
CMYK
RGB Variations
Color information
#A947A8 (or 0xA947A8) is known color: Violet Blue. HEX triplet: A9, 47 and A8. RGB value is (169,71,168). Sum of RGB (Red+Green+Blue) = 169+71+168=408 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.42% from 408); Green value is 71 (28.12% from 255 or 17.40% from 408); Blue value is 168 (66.02% from 255 or 41.18% from 408); Max value from RGB is 169 - color contains mainly: red. Hex color #A947A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A947A8 is #56B857. Grayscale: #6F6F6F. Windows color (decimal): -5683288 or 11028393. OLE color: 11028393.
HSL color Cylindrical-coordinate representation of color #A947A8: hue angle of 300.61º 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 #A947A8 is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 71 | 168 | - |
| CMYK | 0 | 0.58 | 0.01 | 0.34 |
| HSL | 300.61º | 0.41% | 0.47% | - |
| HSV(B) | 300.61º | 0.58% | 0.66% | - |
| XYZ | 25.68 | 15.77 | 38.74 | - |
| YUV | 111.36 | 159.97 | 169.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 71 | 168 | 0 | 0.58 | 0.01 | 0.34 | 300.61 | 0.41 | 0.47 |
| Hex | A9 | 47 | A8 | 0 | 3A | 1 | 22 | 12D | 29 | 2F |
| Octal | 251 | 107 | 250 | 0 | 72 | 1 | 42 | 455 | 51 | 57 |
| Binary | 10101001 | 1000111 | 10101000 | 0 | 111010 | 1 | 100010 | 100101101 | 101001 | 101111 |
Color Harmonies of #A947A8
Complementary color
Monochromatic Colors of #A947A8
Black with #A947A8
Text Example
Text Example
White with #A947A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A947A8; }
p { color: rgb(169,71,168); }
H1.HeaderClassName
{
color: #A947A8;
}
.AnyTagClassName
{
color: #A947A8;
}
</style>
background-color css
<style>
a { background-color: #A947A8; }
a { background-color: rgb(169,71,168); }
div.DivClassName
{
background-color: #A947A8;
}
.BgClassName
{
background-color: #A947A8;
}
</style>
border-color css
<style>
span { border-color: #A947A8; }
span { border-color: rgb(169,71,168); }
td.TdClassName
{
border-color: #A947A8;
}
.TagClassName
{
border-color: #A947A8;
}
</style>