Shades of Violet Blue #A03D9A
Tints of Violet Blue #A03D9A
RGB
CMYK
RGB Variations
Color information
#A03D9A (or 0xA03D9A) is known color: Violet Blue. HEX triplet: A0, 3D and 9A. RGB value is (160,61,154). Sum of RGB (Red+Green+Blue) = 160+61+154=375 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.67% from 375); Green value is 61 (24.22% from 255 or 16.27% from 375); Blue value is 154 (60.55% from 255 or 41.07% from 375); Max value from RGB is 160 - color contains mainly: red. Hex color #A03D9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03D9A is #5FC265. Grayscale: #646464. Windows color (decimal): -6275686 or 10108320. OLE color: 10108320.
HSL color Cylindrical-coordinate representation of color #A03D9A: hue angle of 303.64º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A03D9A is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 61 | 154 | - |
| CMYK | 0 | 0.62 | 0.04 | 0.37 |
| HSL | 303.64º | 0.45% | 0.43% | - |
| HSV(B) | 303.64º | 0.62% | 0.63% | - |
| XYZ | 22 | 13.14 | 31.95 | - |
| YUV | 101.2 | 157.8 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 61 | 154 | 0 | 0.62 | 0.04 | 0.37 | 303.64 | 0.45 | 0.43 |
| Hex | A0 | 3D | 9A | 0 | 3E | 4 | 25 | 130 | 2D | 2B |
| Octal | 240 | 75 | 232 | 0 | 76 | 4 | 45 | 460 | 55 | 53 |
| Binary | 10100000 | 111101 | 10011010 | 0 | 111110 | 100 | 100101 | 100110000 | 101101 | 101011 |
Color Harmonies of #A03D9A
Complementary color
Monochromatic Colors of #A03D9A
Black with #A03D9A
Text Example
Text Example
White with #A03D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03D9A; }
p { color: rgb(160,61,154); }
H1.HeaderClassName
{
color: #A03D9A;
}
.AnyTagClassName
{
color: #A03D9A;
}
</style>
background-color css
<style>
a { background-color: #A03D9A; }
a { background-color: rgb(160,61,154); }
div.DivClassName
{
background-color: #A03D9A;
}
.BgClassName
{
background-color: #A03D9A;
}
</style>
border-color css
<style>
span { border-color: #A03D9A; }
span { border-color: rgb(160,61,154); }
td.TdClassName
{
border-color: #A03D9A;
}
.TagClassName
{
border-color: #A03D9A;
}
</style>