Shades of Violet Blue #A03F9C
Tints of Violet Blue #A03F9C
RGB
CMYK
RGB Variations
Color information
#A03F9C (or 0xA03F9C) is known color: Violet Blue. HEX triplet: A0, 3F and 9C. RGB value is (160,63,156). Sum of RGB (Red+Green+Blue) = 160+63+156=379 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.22% from 379); Green value is 63 (25% from 255 or 16.62% from 379); Blue value is 156 (61.33% from 255 or 41.16% from 379); Max value from RGB is 160 - color contains mainly: red. Hex color #A03F9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03F9C is #5FC063. Grayscale: #666666. Windows color (decimal): -6275172 or 10239904. OLE color: 10239904.
HSL color Cylindrical-coordinate representation of color #A03F9C: hue angle of 302.47º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A03F9C is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 63 | 156 | - |
| CMYK | 0 | 0.61 | 0.02 | 0.37 |
| HSL | 302.47º | 0.43% | 0.44% | - |
| HSV(B) | 302.47º | 0.61% | 0.63% | - |
| XYZ | 22.28 | 13.43 | 32.87 | - |
| YUV | 102.61 | 158.14 | 168.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 63 | 156 | 0 | 0.61 | 0.02 | 0.37 | 302.47 | 0.43 | 0.44 |
| Hex | A0 | 3F | 9C | 0 | 3D | 2 | 25 | 12E | 2B | 2C |
| Octal | 240 | 77 | 234 | 0 | 75 | 2 | 45 | 456 | 53 | 54 |
| Binary | 10100000 | 111111 | 10011100 | 0 | 111101 | 10 | 100101 | 100101110 | 101011 | 101100 |
Color Harmonies of #A03F9C
Complementary color
Monochromatic Colors of #A03F9C
Black with #A03F9C
Text Example
Text Example
White with #A03F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03F9C; }
p { color: rgb(160,63,156); }
H1.HeaderClassName
{
color: #A03F9C;
}
.AnyTagClassName
{
color: #A03F9C;
}
</style>
background-color css
<style>
a { background-color: #A03F9C; }
a { background-color: rgb(160,63,156); }
div.DivClassName
{
background-color: #A03F9C;
}
.BgClassName
{
background-color: #A03F9C;
}
</style>
border-color css
<style>
span { border-color: #A03F9C; }
span { border-color: rgb(160,63,156); }
td.TdClassName
{
border-color: #A03F9C;
}
.TagClassName
{
border-color: #A03F9C;
}
</style>