Shades of Violet Blue #A04398
Tints of Violet Blue #A04398
RGB
CMYK
RGB Variations
Color information
#A04398 (or 0xA04398) is known color: Violet Blue. HEX triplet: A0, 43 and 98. RGB value is (160,67,152). Sum of RGB (Red+Green+Blue) = 160+67+152=379 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.22% from 379); Green value is 67 (26.56% from 255 or 17.68% from 379); Blue value is 152 (59.77% from 255 or 40.11% from 379); Max value from RGB is 160 - color contains mainly: red. Hex color #A04398 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04398 is #5FBC67. Grayscale: #686868. Windows color (decimal): -6274152 or 9978784. OLE color: 9978784.
HSL color Cylindrical-coordinate representation of color #A04398: hue angle of 305.16º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A04398 is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 67 | 152 | - |
| CMYK | 0 | 0.58 | 0.05 | 0.37 |
| HSL | 305.16º | 0.41% | 0.45% | - |
| HSV(B) | 305.16º | 0.58% | 0.63% | - |
| XYZ | 22.17 | 13.75 | 31.19 | - |
| YUV | 104.5 | 154.81 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 67 | 152 | 0 | 0.58 | 0.05 | 0.37 | 305.16 | 0.41 | 0.45 |
| Hex | A0 | 43 | 98 | 0 | 3A | 5 | 25 | 131 | 29 | 2D |
| Octal | 240 | 103 | 230 | 0 | 72 | 5 | 45 | 461 | 51 | 55 |
| Binary | 10100000 | 1000011 | 10011000 | 0 | 111010 | 101 | 100101 | 100110001 | 101001 | 101101 |
Color Harmonies of #A04398
Complementary color
Monochromatic Colors of #A04398
Black with #A04398
Text Example
Text Example
White with #A04398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04398; }
p { color: rgb(160,67,152); }
H1.HeaderClassName
{
color: #A04398;
}
.AnyTagClassName
{
color: #A04398;
}
</style>
background-color css
<style>
a { background-color: #A04398; }
a { background-color: rgb(160,67,152); }
div.DivClassName
{
background-color: #A04398;
}
.BgClassName
{
background-color: #A04398;
}
</style>
border-color css
<style>
span { border-color: #A04398; }
span { border-color: rgb(160,67,152); }
td.TdClassName
{
border-color: #A04398;
}
.TagClassName
{
border-color: #A04398;
}
</style>