Shades of Violet Blue #A942AA
Tints of Violet Blue #A942AA
RGB
CMYK
RGB Variations
Color information
#A942AA (or 0xA942AA) is known color: Violet Blue. HEX triplet: A9, 42 and AA. RGB value is (169,66,170). Sum of RGB (Red+Green+Blue) = 169+66+170=405 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.73% from 405); Green value is 66 (26.17% from 255 or 16.30% from 405); Blue value is 170 (66.80% from 255 or 41.98% from 405); Max value from RGB is 170 - color contains mainly: blue. Hex color #A942AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A942AA is #56BD55. Grayscale: #6C6C6C. Windows color (decimal): -5684566 or 11158185. OLE color: 11158185.
HSL color Cylindrical-coordinate representation of color #A942AA: hue angle of 299.42º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A942AA is Cyan = 0.01, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 66 | 170 | - |
| CMYK | 0.01 | 0.61 | 0 | 0.33 |
| HSL | 299.42º | 0.44% | 0.46% | - |
| HSV(B) | 299.42º | 0.61% | 0.67% | - |
| XYZ | 25.57 | 15.23 | 39.62 | - |
| YUV | 108.65 | 162.62 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 66 | 170 | 0.01 | 0.61 | 0 | 0.33 | 299.42 | 0.44 | 0.46 |
| Hex | A9 | 42 | AA | 1 | 3D | 0 | 21 | 12B | 2C | 2E |
| Octal | 251 | 102 | 252 | 1 | 75 | 0 | 41 | 453 | 54 | 56 |
| Binary | 10101001 | 1000010 | 10101010 | 1 | 111101 | 0 | 100001 | 100101011 | 101100 | 101110 |
Color Harmonies of #A942AA
Complementary color
Monochromatic Colors of #A942AA
Black with #A942AA
Text Example
Text Example
White with #A942AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A942AA; }
p { color: rgb(169,66,170); }
H1.HeaderClassName
{
color: #A942AA;
}
.AnyTagClassName
{
color: #A942AA;
}
</style>
background-color css
<style>
a { background-color: #A942AA; }
a { background-color: rgb(169,66,170); }
div.DivClassName
{
background-color: #A942AA;
}
.BgClassName
{
background-color: #A942AA;
}
</style>
border-color css
<style>
span { border-color: #A942AA; }
span { border-color: rgb(169,66,170); }
td.TdClassName
{
border-color: #A942AA;
}
.TagClassName
{
border-color: #A942AA;
}
</style>