Shades of Violet Blue #A1429A
Tints of Violet Blue #A1429A
RGB
CMYK
RGB Variations
Color information
#A1429A (or 0xA1429A) is known color: Violet Blue. HEX triplet: A1, 42 and 9A. RGB value is (161,66,154). Sum of RGB (Red+Green+Blue) = 161+66+154=381 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.26% from 381); Green value is 66 (26.17% from 255 or 17.32% from 381); Blue value is 154 (60.55% from 255 or 40.42% from 381); Max value from RGB is 161 - color contains mainly: red. Hex color #A1429A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1429A is #5EBD65. Grayscale: #686868. Windows color (decimal): -6208870 or 10109601. OLE color: 10109601.
HSL color Cylindrical-coordinate representation of color #A1429A: hue angle of 304.42º 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 #A1429A is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 66 | 154 | - |
| CMYK | 0 | 0.59 | 0.04 | 0.37 |
| HSL | 304.42º | 0.42% | 0.45% | - |
| HSV(B) | 304.42º | 0.59% | 0.63% | - |
| XYZ | 22.48 | 13.81 | 32.05 | - |
| YUV | 104.44 | 155.97 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 66 | 154 | 0 | 0.59 | 0.04 | 0.37 | 304.42 | 0.42 | 0.45 |
| Hex | A1 | 42 | 9A | 0 | 3B | 4 | 25 | 130 | 2A | 2D |
| Octal | 241 | 102 | 232 | 0 | 73 | 4 | 45 | 460 | 52 | 55 |
| Binary | 10100001 | 1000010 | 10011010 | 0 | 111011 | 100 | 100101 | 100110000 | 101010 | 101101 |
Color Harmonies of #A1429A
Complementary color
Monochromatic Colors of #A1429A
Black with #A1429A
Text Example
Text Example
White with #A1429A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1429A; }
p { color: rgb(161,66,154); }
H1.HeaderClassName
{
color: #A1429A;
}
.AnyTagClassName
{
color: #A1429A;
}
</style>
background-color css
<style>
a { background-color: #A1429A; }
a { background-color: rgb(161,66,154); }
div.DivClassName
{
background-color: #A1429A;
}
.BgClassName
{
background-color: #A1429A;
}
</style>
border-color css
<style>
span { border-color: #A1429A; }
span { border-color: rgb(161,66,154); }
td.TdClassName
{
border-color: #A1429A;
}
.TagClassName
{
border-color: #A1429A;
}
</style>