Shades of Violet Blue #A549AD
Tints of Violet Blue #A549AD
RGB
CMYK
RGB Variations
Color information
#A549AD (or 0xA549AD) is known color: Violet Blue. HEX triplet: A5, 49 and AD. RGB value is (165,73,173). Sum of RGB (Red+Green+Blue) = 165+73+173=411 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.15% from 411); Green value is 73 (28.91% from 255 or 17.76% from 411); Blue value is 173 (67.97% from 255 or 42.09% from 411); Max value from RGB is 173 - color contains mainly: blue. Hex color #A549AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A549AD is #5AB652. Grayscale: #6F6F6F. Windows color (decimal): -5944915 or 11356581. OLE color: 11356581.
HSL color Cylindrical-coordinate representation of color #A549AD: hue angle of 295.2º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A549AD is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 165 | 73 | 173 | - |
| CMYK | 0.05 | 0.58 | 0 | 0.32 |
| HSL | 295.2º | 0.41% | 0.48% | - |
| HSV(B) | 295.2º | 0.58% | 0.68% | - |
| XYZ | 25.44 | 15.78 | 41.24 | - |
| YUV | 111.91 | 162.48 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 73 | 173 | 0.05 | 0.58 | 0 | 0.32 | 295.2 | 0.41 | 0.48 |
| Hex | A5 | 49 | AD | 5 | 3A | 0 | 20 | 127 | 29 | 30 |
| Octal | 245 | 111 | 255 | 5 | 72 | 0 | 40 | 447 | 51 | 60 |
| Binary | 10100101 | 1001001 | 10101101 | 101 | 111010 | 0 | 100000 | 100100111 | 101001 | 110000 |
Color Harmonies of #A549AD
Complementary color
Monochromatic Colors of #A549AD
Black with #A549AD
Text Example
Text Example
White with #A549AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A549AD; }
p { color: rgb(165,73,173); }
H1.HeaderClassName
{
color: #A549AD;
}
.AnyTagClassName
{
color: #A549AD;
}
</style>
background-color css
<style>
a { background-color: #A549AD; }
a { background-color: rgb(165,73,173); }
div.DivClassName
{
background-color: #A549AD;
}
.BgClassName
{
background-color: #A549AD;
}
</style>
border-color css
<style>
span { border-color: #A549AD; }
span { border-color: rgb(165,73,173); }
td.TdClassName
{
border-color: #A549AD;
}
.TagClassName
{
border-color: #A549AD;
}
</style>