Shades of Violet Blue #A94DAA
Tints of Violet Blue #A94DAA
RGB
CMYK
RGB Variations
Color information
#A94DAA (or 0xA94DAA) is known color: Violet Blue. HEX triplet: A9, 4D and AA. RGB value is (169,77,170). Sum of RGB (Red+Green+Blue) = 169+77+170=416 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.62% from 416); Green value is 77 (30.47% from 255 or 18.51% from 416); Blue value is 170 (66.80% from 255 or 40.87% from 416); Max value from RGB is 170 - color contains mainly: blue. Hex color #A94DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A94DAA is #56B255. Grayscale: #727272. Windows color (decimal): -5681750 or 11161001. OLE color: 11161001.
HSL color Cylindrical-coordinate representation of color #A94DAA: hue angle of 299.35º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A94DAA is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 77 | 170 | - |
| CMYK | 0.01 | 0.55 | 0 | 0.33 |
| HSL | 299.35º | 0.38% | 0.48% | - |
| HSV(B) | 299.35º | 0.55% | 0.67% | - |
| XYZ | 26.27 | 16.65 | 39.86 | - |
| YUV | 115.11 | 158.98 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 77 | 170 | 0.01 | 0.55 | 0 | 0.33 | 299.35 | 0.38 | 0.48 |
| Hex | A9 | 4D | AA | 1 | 37 | 0 | 21 | 12B | 26 | 30 |
| Octal | 251 | 115 | 252 | 1 | 67 | 0 | 41 | 453 | 46 | 60 |
| Binary | 10101001 | 1001101 | 10101010 | 1 | 110111 | 0 | 100001 | 100101011 | 100110 | 110000 |
Color Harmonies of #A94DAA
Complementary color
Monochromatic Colors of #A94DAA
Black with #A94DAA
Text Example
Text Example
White with #A94DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94DAA; }
p { color: rgb(169,77,170); }
H1.HeaderClassName
{
color: #A94DAA;
}
.AnyTagClassName
{
color: #A94DAA;
}
</style>
background-color css
<style>
a { background-color: #A94DAA; }
a { background-color: rgb(169,77,170); }
div.DivClassName
{
background-color: #A94DAA;
}
.BgClassName
{
background-color: #A94DAA;
}
</style>
border-color css
<style>
span { border-color: #A94DAA; }
span { border-color: rgb(169,77,170); }
td.TdClassName
{
border-color: #A94DAA;
}
.TagClassName
{
border-color: #A94DAA;
}
</style>