Shades of Violet Blue #A940AE
Tints of Violet Blue #A940AE
RGB
CMYK
RGB Variations
Color information
#A940AE (or 0xA940AE) is known color: Violet Blue. HEX triplet: A9, 40 and AE. RGB value is (169,64,174). Sum of RGB (Red+Green+Blue) = 169+64+174=407 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.52% from 407); Green value is 64 (25.39% from 255 or 15.72% from 407); Blue value is 174 (68.36% from 255 or 42.75% from 407); Max value from RGB is 174 - color contains mainly: blue. Hex color #A940AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A940AE is #56BF51. Grayscale: #6B6B6B. Windows color (decimal): -5685074 or 11419817. OLE color: 11419817.
HSL color Cylindrical-coordinate representation of color #A940AE: hue angle of 297.27º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A940AE is Cyan = 0.03, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 169 | 64 | 174 | - |
| CMYK | 0.03 | 0.63 | 0 | 0.32 |
| HSL | 297.27º | 0.46% | 0.47% | - |
| HSV(B) | 297.27º | 0.63% | 0.68% | - |
| XYZ | 25.84 | 15.16 | 41.61 | - |
| YUV | 107.94 | 165.29 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 64 | 174 | 0.03 | 0.63 | 0 | 0.32 | 297.27 | 0.46 | 0.47 |
| Hex | A9 | 40 | AE | 3 | 3F | 0 | 20 | 129 | 2E | 2F |
| Octal | 251 | 100 | 256 | 3 | 77 | 0 | 40 | 451 | 56 | 57 |
| Binary | 10101001 | 1000000 | 10101110 | 11 | 111111 | 0 | 100000 | 100101001 | 101110 | 101111 |
Color Harmonies of #A940AE
Complementary color
Monochromatic Colors of #A940AE
Black with #A940AE
Text Example
Text Example
White with #A940AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A940AE; }
p { color: rgb(169,64,174); }
H1.HeaderClassName
{
color: #A940AE;
}
.AnyTagClassName
{
color: #A940AE;
}
</style>
background-color css
<style>
a { background-color: #A940AE; }
a { background-color: rgb(169,64,174); }
div.DivClassName
{
background-color: #A940AE;
}
.BgClassName
{
background-color: #A940AE;
}
</style>
border-color css
<style>
span { border-color: #A940AE; }
span { border-color: rgb(169,64,174); }
td.TdClassName
{
border-color: #A940AE;
}
.TagClassName
{
border-color: #A940AE;
}
</style>