Shades of Violet Blue #A039A9
Tints of Violet Blue #A039A9
RGB
CMYK
RGB Variations
Color information
#A039A9 (or 0xA039A9) is known color: Violet Blue. HEX triplet: A0, 39 and A9. RGB value is (160,57,169). Sum of RGB (Red+Green+Blue) = 160+57+169=386 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.45% from 386); Green value is 57 (22.66% from 255 or 14.77% from 386); Blue value is 169 (66.41% from 255 or 43.78% from 386); Max value from RGB is 169 - color contains mainly: blue. Hex color #A039A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A039A9 is #5FC656. Grayscale: #646464. Windows color (decimal): -6276695 or 11090336. OLE color: 11090336.
HSL color Cylindrical-coordinate representation of color #A039A9: hue angle of 295.18º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A039A9 is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 160 | 57 | 169 | - |
| CMYK | 0.05 | 0.66 | 0 | 0.34 |
| HSL | 295.18º | 0.5% | 0.44% | - |
| HSV(B) | 295.18º | 0.66% | 0.66% | - |
| XYZ | 23.12 | 13.26 | 38.88 | - |
| YUV | 100.57 | 166.62 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 57 | 169 | 0.05 | 0.66 | 0 | 0.34 | 295.18 | 0.5 | 0.44 |
| Hex | A0 | 39 | A9 | 5 | 42 | 0 | 22 | 127 | 32 | 2C |
| Octal | 240 | 71 | 251 | 5 | 102 | 0 | 42 | 447 | 62 | 54 |
| Binary | 10100000 | 111001 | 10101001 | 101 | 1000010 | 0 | 100010 | 100100111 | 110010 | 101100 |
Color Harmonies of #A039A9
Complementary color
Monochromatic Colors of #A039A9
Black with #A039A9
Text Example
Text Example
White with #A039A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A039A9; }
p { color: rgb(160,57,169); }
H1.HeaderClassName
{
color: #A039A9;
}
.AnyTagClassName
{
color: #A039A9;
}
</style>
background-color css
<style>
a { background-color: #A039A9; }
a { background-color: rgb(160,57,169); }
div.DivClassName
{
background-color: #A039A9;
}
.BgClassName
{
background-color: #A039A9;
}
</style>
border-color css
<style>
span { border-color: #A039A9; }
span { border-color: rgb(160,57,169); }
td.TdClassName
{
border-color: #A039A9;
}
.TagClassName
{
border-color: #A039A9;
}
</style>