Shades of Violet Blue #A1509F
Tints of Violet Blue #A1509F
RGB
CMYK
RGB Variations
Color information
#A1509F (or 0xA1509F) is known color: Violet Blue. HEX triplet: A1, 50 and 9F. RGB value is (161,80,159). Sum of RGB (Red+Green+Blue) = 161+80+159=400 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.25% from 400); Green value is 80 (31.64% from 255 or 20% from 400); Blue value is 159 (62.5% from 255 or 39.75% from 400); Max value from RGB is 161 - color contains mainly: red. Hex color #A1509F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1509F is #5EAF60. Grayscale: #707070. Windows color (decimal): -6205281 or 10440865. OLE color: 10440865.
HSL color Cylindrical-coordinate representation of color #A1509F: hue angle of 301.48º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A1509F is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 80 | 159 | - |
| CMYK | 0 | 0.50 | 0.01 | 0.37 |
| HSL | 301.48º | 0.34% | 0.47% | - |
| HSV(B) | 301.48º | 0.5% | 0.63% | - |
| XYZ | 23.82 | 15.82 | 34.6 | - |
| YUV | 113.23 | 153.84 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 80 | 159 | 0 | 0.50 | 0.01 | 0.37 | 301.48 | 0.34 | 0.47 |
| Hex | A1 | 50 | 9F | 0 | 32 | 1 | 25 | 12D | 22 | 2F |
| Octal | 241 | 120 | 237 | 0 | 62 | 1 | 45 | 455 | 42 | 57 |
| Binary | 10100001 | 1010000 | 10011111 | 0 | 110010 | 1 | 100101 | 100101101 | 100010 | 101111 |
Color Harmonies of #A1509F
Complementary color
Monochromatic Colors of #A1509F
Black with #A1509F
Text Example
Text Example
White with #A1509F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1509F; }
p { color: rgb(161,80,159); }
H1.HeaderClassName
{
color: #A1509F;
}
.AnyTagClassName
{
color: #A1509F;
}
</style>
background-color css
<style>
a { background-color: #A1509F; }
a { background-color: rgb(161,80,159); }
div.DivClassName
{
background-color: #A1509F;
}
.BgClassName
{
background-color: #A1509F;
}
</style>
border-color css
<style>
span { border-color: #A1509F; }
span { border-color: rgb(161,80,159); }
td.TdClassName
{
border-color: #A1509F;
}
.TagClassName
{
border-color: #A1509F;
}
</style>