Shades of Violet Blue #A940AC
Tints of Violet Blue #A940AC
RGB
CMYK
RGB Variations
Color information
#A940AC (or 0xA940AC) is known color: Violet Blue. HEX triplet: A9, 40 and AC. RGB value is (169,64,172). Sum of RGB (Red+Green+Blue) = 169+64+172=405 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.73% from 405); Green value is 64 (25.39% from 255 or 15.80% from 405); Blue value is 172 (67.58% from 255 or 42.47% from 405); Max value from RGB is 172 - color contains mainly: blue. Hex color #A940AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A940AC is #56BF53. Grayscale: #6B6B6B. Windows color (decimal): -5685076 or 11288745. OLE color: 11288745.
HSL color Cylindrical-coordinate representation of color #A940AC: hue angle of 298.33º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A940AC is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 64 | 172 | - |
| CMYK | 0.02 | 0.63 | 0 | 0.33 |
| HSL | 298.33º | 0.46% | 0.46% | - |
| HSV(B) | 298.33º | 0.63% | 0.67% | - |
| XYZ | 25.64 | 15.08 | 40.59 | - |
| YUV | 107.71 | 164.29 | 171.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 64 | 172 | 0.02 | 0.63 | 0 | 0.33 | 298.33 | 0.46 | 0.46 |
| Hex | A9 | 40 | AC | 2 | 3F | 0 | 21 | 12A | 2E | 2E |
| Octal | 251 | 100 | 254 | 2 | 77 | 0 | 41 | 452 | 56 | 56 |
| Binary | 10101001 | 1000000 | 10101100 | 10 | 111111 | 0 | 100001 | 100101010 | 101110 | 101110 |
Color Harmonies of #A940AC
Complementary color
Monochromatic Colors of #A940AC
Black with #A940AC
Text Example
Text Example
White with #A940AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A940AC; }
p { color: rgb(169,64,172); }
H1.HeaderClassName
{
color: #A940AC;
}
.AnyTagClassName
{
color: #A940AC;
}
</style>
background-color css
<style>
a { background-color: #A940AC; }
a { background-color: rgb(169,64,172); }
div.DivClassName
{
background-color: #A940AC;
}
.BgClassName
{
background-color: #A940AC;
}
</style>
border-color css
<style>
span { border-color: #A940AC; }
span { border-color: rgb(169,64,172); }
td.TdClassName
{
border-color: #A940AC;
}
.TagClassName
{
border-color: #A940AC;
}
</style>