Shades of Violet Blue #A0448F
Tints of Violet Blue #A0448F
RGB
CMYK
RGB Variations
Color information
#A0448F (or 0xA0448F) is known color: Violet Blue. HEX triplet: A0, 44 and 8F. RGB value is (160,68,143). Sum of RGB (Red+Green+Blue) = 160+68+143=371 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.13% from 371); Green value is 68 (26.95% from 255 or 18.33% from 371); Blue value is 143 (56.25% from 255 or 38.54% from 371); Max value from RGB is 160 - color contains mainly: red. Hex color #A0448F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0448F is #5FBB70. Grayscale: #676767. Windows color (decimal): -6273905 or 9389216. OLE color: 9389216.
HSL color Cylindrical-coordinate representation of color #A0448F: hue angle of 311.09º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A0448F is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 68 | 143 | - |
| CMYK | 0 | 0.57 | 0.11 | 0.37 |
| HSL | 311.09º | 0.4% | 0.45% | - |
| HSV(B) | 311.09º | 0.58% | 0.63% | - |
| XYZ | 21.52 | 13.59 | 27.48 | - |
| YUV | 104.06 | 149.98 | 167.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 68 | 143 | 0 | 0.57 | 0.11 | 0.37 | 311.09 | 0.4 | 0.45 |
| Hex | A0 | 44 | 8F | 0 | 39 | B | 25 | 137 | 28 | 2D |
| Octal | 240 | 104 | 217 | 0 | 71 | 13 | 45 | 467 | 50 | 55 |
| Binary | 10100000 | 1000100 | 10001111 | 0 | 111001 | 1011 | 100101 | 100110111 | 101000 | 101101 |
Color Harmonies of #A0448F
Complementary color
Monochromatic Colors of #A0448F
Black with #A0448F
Text Example
Text Example
White with #A0448F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0448F; }
p { color: rgb(160,68,143); }
H1.HeaderClassName
{
color: #A0448F;
}
.AnyTagClassName
{
color: #A0448F;
}
</style>
background-color css
<style>
a { background-color: #A0448F; }
a { background-color: rgb(160,68,143); }
div.DivClassName
{
background-color: #A0448F;
}
.BgClassName
{
background-color: #A0448F;
}
</style>
border-color css
<style>
span { border-color: #A0448F; }
span { border-color: rgb(160,68,143); }
td.TdClassName
{
border-color: #A0448F;
}
.TagClassName
{
border-color: #A0448F;
}
</style>