Shades of Violet Blue #A0458E
Tints of Violet Blue #A0458E
RGB
CMYK
RGB Variations
Color information
#A0458E (or 0xA0458E) is known color: Violet Blue. HEX triplet: A0, 45 and 8E. RGB value is (160,69,142). Sum of RGB (Red+Green+Blue) = 160+69+142=371 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.13% from 371); Green value is 69 (27.34% from 255 or 18.60% from 371); Blue value is 142 (55.86% from 255 or 38.27% from 371); Max value from RGB is 160 - color contains mainly: red. Hex color #A0458E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0458E is #5FBA71. Grayscale: #686868. Windows color (decimal): -6273650 or 9323936. OLE color: 9323936.
HSL color Cylindrical-coordinate representation of color #A0458E: hue angle of 311.87º 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 #A0458E is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 69 | 142 | - |
| CMYK | 0 | 0.57 | 0.11 | 0.37 |
| HSL | 311.87º | 0.4% | 0.45% | - |
| HSV(B) | 311.87º | 0.57% | 0.63% | - |
| XYZ | 21.51 | 13.68 | 27.1 | - |
| YUV | 104.53 | 149.15 | 167.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 69 | 142 | 0 | 0.57 | 0.11 | 0.37 | 311.87 | 0.4 | 0.45 |
| Hex | A0 | 45 | 8E | 0 | 39 | B | 25 | 138 | 28 | 2D |
| Octal | 240 | 105 | 216 | 0 | 71 | 13 | 45 | 470 | 50 | 55 |
| Binary | 10100000 | 1000101 | 10001110 | 0 | 111001 | 1011 | 100101 | 100111000 | 101000 | 101101 |
Color Harmonies of #A0458E
Complementary color
Monochromatic Colors of #A0458E
Black with #A0458E
Text Example
Text Example
White with #A0458E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0458E; }
p { color: rgb(160,69,142); }
H1.HeaderClassName
{
color: #A0458E;
}
.AnyTagClassName
{
color: #A0458E;
}
</style>
background-color css
<style>
a { background-color: #A0458E; }
a { background-color: rgb(160,69,142); }
div.DivClassName
{
background-color: #A0458E;
}
.BgClassName
{
background-color: #A0458E;
}
</style>
border-color css
<style>
span { border-color: #A0458E; }
span { border-color: rgb(160,69,142); }
td.TdClassName
{
border-color: #A0458E;
}
.TagClassName
{
border-color: #A0458E;
}
</style>