Shades of Violet Blue #A039A7
Tints of Violet Blue #A039A7
RGB
CMYK
RGB Variations
Color information
#A039A7 (or 0xA039A7) is known color: Violet Blue. HEX triplet: A0, 39 and A7. RGB value is (160,57,167). Sum of RGB (Red+Green+Blue) = 160+57+167=384 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.67% from 384); Green value is 57 (22.66% from 255 or 14.84% from 384); Blue value is 167 (65.62% from 255 or 43.49% from 384); Max value from RGB is 167 - color contains mainly: blue. Hex color #A039A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A039A7 is #5FC658. Grayscale: #646464. Windows color (decimal): -6276697 or 10959264. OLE color: 10959264.
HSL color Cylindrical-coordinate representation of color #A039A7: hue angle of 296.18º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A039A7 is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 160 | 57 | 167 | - |
| CMYK | 0.04 | 0.66 | 0 | 0.35 |
| HSL | 296.18º | 0.49% | 0.44% | - |
| HSV(B) | 296.18º | 0.66% | 0.65% | - |
| XYZ | 22.94 | 13.19 | 37.9 | - |
| YUV | 100.34 | 165.62 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 57 | 167 | 0.04 | 0.66 | 0 | 0.35 | 296.18 | 0.49 | 0.44 |
| Hex | A0 | 39 | A7 | 4 | 42 | 0 | 23 | 128 | 31 | 2C |
| Octal | 240 | 71 | 247 | 4 | 102 | 0 | 43 | 450 | 61 | 54 |
| Binary | 10100000 | 111001 | 10100111 | 100 | 1000010 | 0 | 100011 | 100101000 | 110001 | 101100 |
Color Harmonies of #A039A7
Complementary color
Monochromatic Colors of #A039A7
Black with #A039A7
Text Example
Text Example
White with #A039A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A039A7; }
p { color: rgb(160,57,167); }
H1.HeaderClassName
{
color: #A039A7;
}
.AnyTagClassName
{
color: #A039A7;
}
</style>
background-color css
<style>
a { background-color: #A039A7; }
a { background-color: rgb(160,57,167); }
div.DivClassName
{
background-color: #A039A7;
}
.BgClassName
{
background-color: #A039A7;
}
</style>
border-color css
<style>
span { border-color: #A039A7; }
span { border-color: rgb(160,57,167); }
td.TdClassName
{
border-color: #A039A7;
}
.TagClassName
{
border-color: #A039A7;
}
</style>