Shades of Violet Blue #A03B98
Tints of Violet Blue #A03B98
RGB
CMYK
RGB Variations
Color information
#A03B98 (or 0xA03B98) is known color: Violet Blue. HEX triplet: A0, 3B and 98. RGB value is (160,59,152). Sum of RGB (Red+Green+Blue) = 160+59+152=371 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.13% from 371); Green value is 59 (23.44% from 255 or 15.90% from 371); Blue value is 152 (59.77% from 255 or 40.97% from 371); Max value from RGB is 160 - color contains mainly: red. Hex color #A03B98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03B98 is #5FC467. Grayscale: #636363. Windows color (decimal): -6276200 or 9976736. OLE color: 9976736.
HSL color Cylindrical-coordinate representation of color #A03B98: hue angle of 304.75º 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 #A03B98 is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 59 | 152 | - |
| CMYK | 0 | 0.63 | 0.05 | 0.37 |
| HSL | 304.75º | 0.46% | 0.43% | - |
| HSV(B) | 304.75º | 0.63% | 0.63% | - |
| XYZ | 21.73 | 12.87 | 31.04 | - |
| YUV | 99.8 | 157.46 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 59 | 152 | 0 | 0.63 | 0.05 | 0.37 | 304.75 | 0.46 | 0.43 |
| Hex | A0 | 3B | 98 | 0 | 3F | 5 | 25 | 131 | 2E | 2B |
| Octal | 240 | 73 | 230 | 0 | 77 | 5 | 45 | 461 | 56 | 53 |
| Binary | 10100000 | 111011 | 10011000 | 0 | 111111 | 101 | 100101 | 100110001 | 101110 | 101011 |
Color Harmonies of #A03B98
Complementary color
Monochromatic Colors of #A03B98
Black with #A03B98
Text Example
Text Example
White with #A03B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03B98; }
p { color: rgb(160,59,152); }
H1.HeaderClassName
{
color: #A03B98;
}
.AnyTagClassName
{
color: #A03B98;
}
</style>
background-color css
<style>
a { background-color: #A03B98; }
a { background-color: rgb(160,59,152); }
div.DivClassName
{
background-color: #A03B98;
}
.BgClassName
{
background-color: #A03B98;
}
</style>
border-color css
<style>
span { border-color: #A03B98; }
span { border-color: rgb(160,59,152); }
td.TdClassName
{
border-color: #A03B98;
}
.TagClassName
{
border-color: #A03B98;
}
</style>