Shades of Violet Blue #A547AD
Tints of Violet Blue #A547AD
RGB
CMYK
RGB Variations
Color information
#A547AD (or 0xA547AD) is known color: Violet Blue. HEX triplet: A5, 47 and AD. RGB value is (165,71,173). Sum of RGB (Red+Green+Blue) = 165+71+173=409 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.34% from 409); Green value is 71 (28.12% from 255 or 17.36% from 409); Blue value is 173 (67.97% from 255 or 42.30% from 409); Max value from RGB is 173 - color contains mainly: blue. Hex color #A547AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A547AD is #5AB852. Grayscale: #6E6E6E. Windows color (decimal): -5945427 or 11356069. OLE color: 11356069.
HSL color Cylindrical-coordinate representation of color #A547AD: hue angle of 295.29º 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 #A547AD is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 165 | 71 | 173 | - |
| CMYK | 0.05 | 0.59 | 0 | 0.32 |
| HSL | 295.29º | 0.42% | 0.48% | - |
| HSV(B) | 295.29º | 0.59% | 0.68% | - |
| XYZ | 25.31 | 15.52 | 41.2 | - |
| YUV | 110.73 | 163.14 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 71 | 173 | 0.05 | 0.59 | 0 | 0.32 | 295.29 | 0.42 | 0.48 |
| Hex | A5 | 47 | AD | 5 | 3B | 0 | 20 | 127 | 2A | 30 |
| Octal | 245 | 107 | 255 | 5 | 73 | 0 | 40 | 447 | 52 | 60 |
| Binary | 10100101 | 1000111 | 10101101 | 101 | 111011 | 0 | 100000 | 100100111 | 101010 | 110000 |
Color Harmonies of #A547AD
Complementary color
Monochromatic Colors of #A547AD
Black with #A547AD
Text Example
Text Example
White with #A547AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A547AD; }
p { color: rgb(165,71,173); }
H1.HeaderClassName
{
color: #A547AD;
}
.AnyTagClassName
{
color: #A547AD;
}
</style>
background-color css
<style>
a { background-color: #A547AD; }
a { background-color: rgb(165,71,173); }
div.DivClassName
{
background-color: #A547AD;
}
.BgClassName
{
background-color: #A547AD;
}
</style>
border-color css
<style>
span { border-color: #A547AD; }
span { border-color: rgb(165,71,173); }
td.TdClassName
{
border-color: #A547AD;
}
.TagClassName
{
border-color: #A547AD;
}
</style>