Shades of Violet Blue #A1429F
Tints of Violet Blue #A1429F
RGB
CMYK
RGB Variations
Color information
#A1429F (or 0xA1429F) is known color: Violet Blue. HEX triplet: A1, 42 and 9F. RGB value is (161,66,159). Sum of RGB (Red+Green+Blue) = 161+66+159=386 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.71% from 386); Green value is 66 (26.17% from 255 or 17.10% from 386); Blue value is 159 (62.5% from 255 or 41.19% from 386); Max value from RGB is 161 - color contains mainly: red. Hex color #A1429F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1429F is #5EBD60. Grayscale: #686868. Windows color (decimal): -6208865 or 10437281. OLE color: 10437281.
HSL color Cylindrical-coordinate representation of color #A1429F: hue angle of 301.26º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A1429F is Cyan = 0, Magento = 0.59, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 66 | 159 | - |
| CMYK | 0 | 0.59 | 0.01 | 0.37 |
| HSL | 301.26º | 0.42% | 0.45% | - |
| HSV(B) | 301.26º | 0.59% | 0.63% | - |
| XYZ | 22.9 | 13.98 | 34.29 | - |
| YUV | 105.01 | 158.47 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 66 | 159 | 0 | 0.59 | 0.01 | 0.37 | 301.26 | 0.42 | 0.45 |
| Hex | A1 | 42 | 9F | 0 | 3B | 1 | 25 | 12D | 2A | 2D |
| Octal | 241 | 102 | 237 | 0 | 73 | 1 | 45 | 455 | 52 | 55 |
| Binary | 10100001 | 1000010 | 10011111 | 0 | 111011 | 1 | 100101 | 100101101 | 101010 | 101101 |
Color Harmonies of #A1429F
Complementary color
Monochromatic Colors of #A1429F
Black with #A1429F
Text Example
Text Example
White with #A1429F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1429F; }
p { color: rgb(161,66,159); }
H1.HeaderClassName
{
color: #A1429F;
}
.AnyTagClassName
{
color: #A1429F;
}
</style>
background-color css
<style>
a { background-color: #A1429F; }
a { background-color: rgb(161,66,159); }
div.DivClassName
{
background-color: #A1429F;
}
.BgClassName
{
background-color: #A1429F;
}
</style>
border-color css
<style>
span { border-color: #A1429F; }
span { border-color: rgb(161,66,159); }
td.TdClassName
{
border-color: #A1429F;
}
.TagClassName
{
border-color: #A1429F;
}
</style>