Shades of Violet Blue #A0439C
Tints of Violet Blue #A0439C
RGB
CMYK
RGB Variations
Color information
#A0439C (or 0xA0439C) is known color: Violet Blue. HEX triplet: A0, 43 and 9C. RGB value is (160,67,156). Sum of RGB (Red+Green+Blue) = 160+67+156=383 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.78% from 383); Green value is 67 (26.56% from 255 or 17.49% from 383); Blue value is 156 (61.33% from 255 or 40.73% from 383); Max value from RGB is 160 - color contains mainly: red. Hex color #A0439C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0439C is #5FBC63. Grayscale: #686868. Windows color (decimal): -6274148 or 10240928. OLE color: 10240928.
HSL color Cylindrical-coordinate representation of color #A0439C: hue angle of 302.58º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A0439C is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 67 | 156 | - |
| CMYK | 0 | 0.58 | 0.02 | 0.37 |
| HSL | 302.58º | 0.41% | 0.45% | - |
| HSV(B) | 302.58º | 0.58% | 0.63% | - |
| XYZ | 22.51 | 13.89 | 32.95 | - |
| YUV | 104.95 | 156.81 | 167.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 67 | 156 | 0 | 0.58 | 0.02 | 0.37 | 302.58 | 0.41 | 0.45 |
| Hex | A0 | 43 | 9C | 0 | 3A | 2 | 25 | 12F | 29 | 2D |
| Octal | 240 | 103 | 234 | 0 | 72 | 2 | 45 | 457 | 51 | 55 |
| Binary | 10100000 | 1000011 | 10011100 | 0 | 111010 | 10 | 100101 | 100101111 | 101001 | 101101 |
Color Harmonies of #A0439C
Complementary color
Monochromatic Colors of #A0439C
Black with #A0439C
Text Example
Text Example
White with #A0439C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0439C; }
p { color: rgb(160,67,156); }
H1.HeaderClassName
{
color: #A0439C;
}
.AnyTagClassName
{
color: #A0439C;
}
</style>
background-color css
<style>
a { background-color: #A0439C; }
a { background-color: rgb(160,67,156); }
div.DivClassName
{
background-color: #A0439C;
}
.BgClassName
{
background-color: #A0439C;
}
</style>
border-color css
<style>
span { border-color: #A0439C; }
span { border-color: rgb(160,67,156); }
td.TdClassName
{
border-color: #A0439C;
}
.TagClassName
{
border-color: #A0439C;
}
</style>