Shades of Violet Blue #A03F92
Tints of Violet Blue #A03F92
RGB
CMYK
RGB Variations
Color information
#A03F92 (or 0xA03F92) is known color: Violet Blue. HEX triplet: A0, 3F and 92. RGB value is (160,63,146). Sum of RGB (Red+Green+Blue) = 160+63+146=369 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.36% from 369); Green value is 63 (25% from 255 or 17.07% from 369); Blue value is 146 (57.42% from 255 or 39.57% from 369); Max value from RGB is 160 - color contains mainly: red. Hex color #A03F92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03F92 is #5FC06D. Grayscale: #656565. Windows color (decimal): -6275182 or 9584544. OLE color: 9584544.
HSL color Cylindrical-coordinate representation of color #A03F92: hue angle of 308.66º 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 #A03F92 is Cyan = 0, Magento = 0.61, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 63 | 146 | - |
| CMYK | 0 | 0.61 | 0.09 | 0.37 |
| HSL | 308.66º | 0.43% | 0.44% | - |
| HSV(B) | 308.66º | 0.61% | 0.63% | - |
| XYZ | 21.46 | 13.1 | 28.59 | - |
| YUV | 101.47 | 153.14 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 63 | 146 | 0 | 0.61 | 0.09 | 0.37 | 308.66 | 0.43 | 0.44 |
| Hex | A0 | 3F | 92 | 0 | 3D | 9 | 25 | 135 | 2B | 2C |
| Octal | 240 | 77 | 222 | 0 | 75 | 11 | 45 | 465 | 53 | 54 |
| Binary | 10100000 | 111111 | 10010010 | 0 | 111101 | 1001 | 100101 | 100110101 | 101011 | 101100 |
Color Harmonies of #A03F92
Complementary color
Monochromatic Colors of #A03F92
Black with #A03F92
Text Example
Text Example
White with #A03F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03F92; }
p { color: rgb(160,63,146); }
H1.HeaderClassName
{
color: #A03F92;
}
.AnyTagClassName
{
color: #A03F92;
}
</style>
background-color css
<style>
a { background-color: #A03F92; }
a { background-color: rgb(160,63,146); }
div.DivClassName
{
background-color: #A03F92;
}
.BgClassName
{
background-color: #A03F92;
}
</style>
border-color css
<style>
span { border-color: #A03F92; }
span { border-color: rgb(160,63,146); }
td.TdClassName
{
border-color: #A03F92;
}
.TagClassName
{
border-color: #A03F92;
}
</style>