Shades of Violet Blue #A1458E
Tints of Violet Blue #A1458E
RGB
CMYK
RGB Variations
Color information
#A1458E (or 0xA1458E) is known color: Violet Blue. HEX triplet: A1, 45 and 8E. RGB value is (161,69,142). Sum of RGB (Red+Green+Blue) = 161+69+142=372 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.28% from 372); Green value is 69 (27.34% from 255 or 18.55% from 372); Blue value is 142 (55.86% from 255 or 38.17% from 372); Max value from RGB is 161 - color contains mainly: red. Hex color #A1458E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1458E is #5EBA71. Grayscale: #686868. Windows color (decimal): -6208114 or 9323937. OLE color: 9323937.
HSL color Cylindrical-coordinate representation of color #A1458E: hue angle of 312.39º 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 #A1458E is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 69 | 142 | - |
| CMYK | 0 | 0.57 | 0.12 | 0.37 |
| HSL | 312.39º | 0.4% | 0.45% | - |
| HSV(B) | 312.39º | 0.57% | 0.63% | - |
| XYZ | 21.71 | 13.79 | 27.11 | - |
| YUV | 104.83 | 148.98 | 168.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 69 | 142 | 0 | 0.57 | 0.12 | 0.37 | 312.39 | 0.4 | 0.45 |
| Hex | A1 | 45 | 8E | 0 | 39 | C | 25 | 138 | 28 | 2D |
| Octal | 241 | 105 | 216 | 0 | 71 | 14 | 45 | 470 | 50 | 55 |
| Binary | 10100001 | 1000101 | 10001110 | 0 | 111001 | 1100 | 100101 | 100111000 | 101000 | 101101 |
Color Harmonies of #A1458E
Complementary color
Monochromatic Colors of #A1458E
Black with #A1458E
Text Example
Text Example
White with #A1458E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1458E; }
p { color: rgb(161,69,142); }
H1.HeaderClassName
{
color: #A1458E;
}
.AnyTagClassName
{
color: #A1458E;
}
</style>
background-color css
<style>
a { background-color: #A1458E; }
a { background-color: rgb(161,69,142); }
div.DivClassName
{
background-color: #A1458E;
}
.BgClassName
{
background-color: #A1458E;
}
</style>
border-color css
<style>
span { border-color: #A1458E; }
span { border-color: rgb(161,69,142); }
td.TdClassName
{
border-color: #A1458E;
}
.TagClassName
{
border-color: #A1458E;
}
</style>