Shades of Violet Blue #A94DAD
Tints of Violet Blue #A94DAD
RGB
CMYK
RGB Variations
Color information
#A94DAD (or 0xA94DAD) is known color: Violet Blue. HEX triplet: A9, 4D and AD. RGB value is (169,77,173). Sum of RGB (Red+Green+Blue) = 169+77+173=419 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.33% from 419); Green value is 77 (30.47% from 255 or 18.38% from 419); Blue value is 173 (67.97% from 255 or 41.29% from 419); Max value from RGB is 173 - color contains mainly: blue. Hex color #A94DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A94DAD is #56B252. Grayscale: #737373. Windows color (decimal): -5681747 or 11357609. OLE color: 11357609.
HSL color Cylindrical-coordinate representation of color #A94DAD: hue angle of 297.5º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A94DAD is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 169 | 77 | 173 | - |
| CMYK | 0.02 | 0.55 | 0 | 0.32 |
| HSL | 297.5º | 0.38% | 0.49% | - |
| HSV(B) | 297.5º | 0.55% | 0.68% | - |
| XYZ | 26.56 | 16.76 | 41.37 | - |
| YUV | 115.45 | 160.48 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 77 | 173 | 0.02 | 0.55 | 0 | 0.32 | 297.5 | 0.38 | 0.49 |
| Hex | A9 | 4D | AD | 2 | 37 | 0 | 20 | 12A | 26 | 31 |
| Octal | 251 | 115 | 255 | 2 | 67 | 0 | 40 | 452 | 46 | 61 |
| Binary | 10101001 | 1001101 | 10101101 | 10 | 110111 | 0 | 100000 | 100101010 | 100110 | 110001 |
Color Harmonies of #A94DAD
Complementary color
Monochromatic Colors of #A94DAD
Black with #A94DAD
Text Example
Text Example
White with #A94DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94DAD; }
p { color: rgb(169,77,173); }
H1.HeaderClassName
{
color: #A94DAD;
}
.AnyTagClassName
{
color: #A94DAD;
}
</style>
background-color css
<style>
a { background-color: #A94DAD; }
a { background-color: rgb(169,77,173); }
div.DivClassName
{
background-color: #A94DAD;
}
.BgClassName
{
background-color: #A94DAD;
}
</style>
border-color css
<style>
span { border-color: #A94DAD; }
span { border-color: rgb(169,77,173); }
td.TdClassName
{
border-color: #A94DAD;
}
.TagClassName
{
border-color: #A94DAD;
}
</style>