Shades of Violet Blue #A03B9A
Tints of Violet Blue #A03B9A
RGB
CMYK
RGB Variations
Color information
#A03B9A (or 0xA03B9A) is known color: Violet Blue. HEX triplet: A0, 3B and 9A. RGB value is (160,59,154). Sum of RGB (Red+Green+Blue) = 160+59+154=373 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.90% from 373); Green value is 59 (23.44% from 255 or 15.82% from 373); Blue value is 154 (60.55% from 255 or 41.29% from 373); Max value from RGB is 160 - color contains mainly: red. Hex color #A03B9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03B9A is #5FC465. Grayscale: #636363. Windows color (decimal): -6276198 or 10107808. OLE color: 10107808.
HSL color Cylindrical-coordinate representation of color #A03B9A: hue angle of 303.56º 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 #A03B9A is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 59 | 154 | - |
| CMYK | 0 | 0.63 | 0.04 | 0.37 |
| HSL | 303.56º | 0.46% | 0.43% | - |
| HSV(B) | 303.56º | 0.63% | 0.63% | - |
| XYZ | 21.89 | 12.93 | 31.91 | - |
| YUV | 100.03 | 158.46 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 59 | 154 | 0 | 0.63 | 0.04 | 0.37 | 303.56 | 0.46 | 0.43 |
| Hex | A0 | 3B | 9A | 0 | 3F | 4 | 25 | 130 | 2E | 2B |
| Octal | 240 | 73 | 232 | 0 | 77 | 4 | 45 | 460 | 56 | 53 |
| Binary | 10100000 | 111011 | 10011010 | 0 | 111111 | 100 | 100101 | 100110000 | 101110 | 101011 |
Color Harmonies of #A03B9A
Complementary color
Monochromatic Colors of #A03B9A
Black with #A03B9A
Text Example
Text Example
White with #A03B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03B9A; }
p { color: rgb(160,59,154); }
H1.HeaderClassName
{
color: #A03B9A;
}
.AnyTagClassName
{
color: #A03B9A;
}
</style>
background-color css
<style>
a { background-color: #A03B9A; }
a { background-color: rgb(160,59,154); }
div.DivClassName
{
background-color: #A03B9A;
}
.BgClassName
{
background-color: #A03B9A;
}
</style>
border-color css
<style>
span { border-color: #A03B9A; }
span { border-color: rgb(160,59,154); }
td.TdClassName
{
border-color: #A03B9A;
}
.TagClassName
{
border-color: #A03B9A;
}
</style>