Shades of Violet Blue #A1529D
Tints of Violet Blue #A1529D
RGB
CMYK
RGB Variations
Color information
#A1529D (or 0xA1529D) is known color: Violet Blue. HEX triplet: A1, 52 and 9D. RGB value is (161,82,157). Sum of RGB (Red+Green+Blue) = 161+82+157=400 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.25% from 400); Green value is 82 (32.42% from 255 or 20.5% from 400); Blue value is 157 (61.72% from 255 or 39.25% from 400); Max value from RGB is 161 - color contains mainly: red. Hex color #A1529D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1529D is #5EAD62. Grayscale: #717171. Windows color (decimal): -6204771 or 10310305. OLE color: 10310305.
HSL color Cylindrical-coordinate representation of color #A1529D: hue angle of 303.04º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A1529D is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 82 | 157 | - |
| CMYK | 0 | 0.49 | 0.02 | 0.37 |
| HSL | 303.04º | 0.33% | 0.48% | - |
| HSV(B) | 303.04º | 0.49% | 0.63% | - |
| XYZ | 23.8 | 16.05 | 33.74 | - |
| YUV | 114.17 | 152.17 | 161.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 82 | 157 | 0 | 0.49 | 0.02 | 0.37 | 303.04 | 0.33 | 0.48 |
| Hex | A1 | 52 | 9D | 0 | 31 | 2 | 25 | 12F | 21 | 30 |
| Octal | 241 | 122 | 235 | 0 | 61 | 2 | 45 | 457 | 41 | 60 |
| Binary | 10100001 | 1010010 | 10011101 | 0 | 110001 | 10 | 100101 | 100101111 | 100001 | 110000 |
Color Harmonies of #A1529D
Complementary color
Monochromatic Colors of #A1529D
Black with #A1529D
Text Example
Text Example
White with #A1529D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1529D; }
p { color: rgb(161,82,157); }
H1.HeaderClassName
{
color: #A1529D;
}
.AnyTagClassName
{
color: #A1529D;
}
</style>
background-color css
<style>
a { background-color: #A1529D; }
a { background-color: rgb(161,82,157); }
div.DivClassName
{
background-color: #A1529D;
}
.BgClassName
{
background-color: #A1529D;
}
</style>
border-color css
<style>
span { border-color: #A1529D; }
span { border-color: rgb(161,82,157); }
td.TdClassName
{
border-color: #A1529D;
}
.TagClassName
{
border-color: #A1529D;
}
</style>