Shades of Violet Blue #A447AD
Tints of Violet Blue #A447AD
RGB
CMYK
RGB Variations
Color information
#A447AD (or 0xA447AD) is known color: Violet Blue. HEX triplet: A4, 47 and AD. RGB value is (164,71,173). Sum of RGB (Red+Green+Blue) = 164+71+173=408 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.20% from 408); Green value is 71 (28.12% from 255 or 17.40% from 408); Blue value is 173 (67.97% from 255 or 42.40% from 408); Max value from RGB is 173 - color contains mainly: blue. Hex color #A447AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A447AD is #5BB852. Grayscale: #6E6E6E. Windows color (decimal): -6010963 or 11356068. OLE color: 11356068.
HSL color Cylindrical-coordinate representation of color #A447AD: hue angle of 294.71º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A447AD is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 164 | 71 | 173 | - |
| CMYK | 0.05 | 0.59 | 0 | 0.32 |
| HSL | 294.71º | 0.42% | 0.48% | - |
| HSV(B) | 294.71º | 0.59% | 0.68% | - |
| XYZ | 25.11 | 15.42 | 41.19 | - |
| YUV | 110.44 | 163.31 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 71 | 173 | 0.05 | 0.59 | 0 | 0.32 | 294.71 | 0.42 | 0.48 |
| Hex | A4 | 47 | AD | 5 | 3B | 0 | 20 | 127 | 2A | 30 |
| Octal | 244 | 107 | 255 | 5 | 73 | 0 | 40 | 447 | 52 | 60 |
| Binary | 10100100 | 1000111 | 10101101 | 101 | 111011 | 0 | 100000 | 100100111 | 101010 | 110000 |
Color Harmonies of #A447AD
Complementary color
Monochromatic Colors of #A447AD
Black with #A447AD
Text Example
Text Example
White with #A447AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A447AD; }
p { color: rgb(164,71,173); }
H1.HeaderClassName
{
color: #A447AD;
}
.AnyTagClassName
{
color: #A447AD;
}
</style>
background-color css
<style>
a { background-color: #A447AD; }
a { background-color: rgb(164,71,173); }
div.DivClassName
{
background-color: #A447AD;
}
.BgClassName
{
background-color: #A447AD;
}
</style>
border-color css
<style>
span { border-color: #A447AD; }
span { border-color: rgb(164,71,173); }
td.TdClassName
{
border-color: #A447AD;
}
.TagClassName
{
border-color: #A447AD;
}
</style>