Shades of Violet Blue #A947AF
Tints of Violet Blue #A947AF
RGB
CMYK
RGB Variations
Color information
#A947AF (or 0xA947AF) is known color: Violet Blue. HEX triplet: A9, 47 and AF. RGB value is (169,71,175). Sum of RGB (Red+Green+Blue) = 169+71+175=415 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.72% from 415); Green value is 71 (28.12% from 255 or 17.11% from 415); Blue value is 175 (68.75% from 255 or 42.17% from 415); Max value from RGB is 175 - color contains mainly: blue. Hex color #A947AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A947AF is #56B850. Grayscale: #6F6F6F. Windows color (decimal): -5683281 or 11487145. OLE color: 11487145.
HSL color Cylindrical-coordinate representation of color #A947AF: hue angle of 296.54º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A947AF is Cyan = 0.03, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 169 | 71 | 175 | - |
| CMYK | 0.03 | 0.59 | 0 | 0.31 |
| HSL | 296.54º | 0.42% | 0.48% | - |
| HSV(B) | 296.54º | 0.59% | 0.69% | - |
| XYZ | 26.35 | 16.04 | 42.26 | - |
| YUV | 112.16 | 163.47 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 71 | 175 | 0.03 | 0.59 | 0 | 0.31 | 296.54 | 0.42 | 0.48 |
| Hex | A9 | 47 | AF | 3 | 3B | 0 | 1F | 129 | 2A | 30 |
| Octal | 251 | 107 | 257 | 3 | 73 | 0 | 37 | 451 | 52 | 60 |
| Binary | 10101001 | 1000111 | 10101111 | 11 | 111011 | 0 | 11111 | 100101001 | 101010 | 110000 |
Color Harmonies of #A947AF
Complementary color
Monochromatic Colors of #A947AF
Black with #A947AF
Text Example
Text Example
White with #A947AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A947AF; }
p { color: rgb(169,71,175); }
H1.HeaderClassName
{
color: #A947AF;
}
.AnyTagClassName
{
color: #A947AF;
}
</style>
background-color css
<style>
a { background-color: #A947AF; }
a { background-color: rgb(169,71,175); }
div.DivClassName
{
background-color: #A947AF;
}
.BgClassName
{
background-color: #A947AF;
}
</style>
border-color css
<style>
span { border-color: #A947AF; }
span { border-color: rgb(169,71,175); }
td.TdClassName
{
border-color: #A947AF;
}
.TagClassName
{
border-color: #A947AF;
}
</style>