Shades of Violet Blue #A03BA0
Tints of Violet Blue #A03BA0
RGB
CMYK
RGB Variations
Color information
#A03BA0 (or 0xA03BA0) is known color: Violet Blue. HEX triplet: A0, 3B and A0. RGB value is (160,59,160). Sum of RGB (Red+Green+Blue) = 160+59+160=379 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.22% from 379); Green value is 59 (23.44% from 255 or 15.57% from 379); Blue value is 160 (62.89% from 255 or 42.22% from 379); Max value from RGB is 160 - color contains mainly: red, blue. Hex color #A03BA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03BA0 is #5FC45F. Grayscale: #646464. Windows color (decimal): -6276192 or 10501024. OLE color: 10501024.
HSL color Cylindrical-coordinate representation of color #A03BA0: hue angle of 300º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A03BA0 is Cyan = 0, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 59 | 160 | - |
| CMYK | 0 | 0.63 | 0 | 0.37 |
| HSL | 300º | 0.46% | 0.43% | - |
| HSV(B) | 300º | 0.63% | 0.63% | - |
| XYZ | 22.41 | 13.14 | 34.61 | - |
| YUV | 100.71 | 161.46 | 170.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 59 | 160 | 0 | 0.63 | 0 | 0.37 | 300 | 0.46 | 0.43 |
| Hex | A0 | 3B | A0 | 0 | 3F | 0 | 25 | 12C | 2E | 2B |
| Octal | 240 | 73 | 240 | 0 | 77 | 0 | 45 | 454 | 56 | 53 |
| Binary | 10100000 | 111011 | 10100000 | 0 | 111111 | 0 | 100101 | 100101100 | 101110 | 101011 |
Color Harmonies of #A03BA0
Complementary color
Monochromatic Colors of #A03BA0
Black with #A03BA0
Text Example
Text Example
White with #A03BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03BA0; }
p { color: rgb(160,59,160); }
H1.HeaderClassName
{
color: #A03BA0;
}
.AnyTagClassName
{
color: #A03BA0;
}
</style>
background-color css
<style>
a { background-color: #A03BA0; }
a { background-color: rgb(160,59,160); }
div.DivClassName
{
background-color: #A03BA0;
}
.BgClassName
{
background-color: #A03BA0;
}
</style>
border-color css
<style>
span { border-color: #A03BA0; }
span { border-color: rgb(160,59,160); }
td.TdClassName
{
border-color: #A03BA0;
}
.TagClassName
{
border-color: #A03BA0;
}
</style>