Shades of Violet Blue #A1509D
Tints of Violet Blue #A1509D
RGB
CMYK
RGB Variations
Color information
#A1509D (or 0xA1509D) is known color: Violet Blue. HEX triplet: A1, 50 and 9D. RGB value is (161,80,157). Sum of RGB (Red+Green+Blue) = 161+80+157=398 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.45% from 398); Green value is 80 (31.64% from 255 or 20.10% from 398); Blue value is 157 (61.72% from 255 or 39.45% from 398); Max value from RGB is 161 - color contains mainly: red. Hex color #A1509D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1509D is #5EAF62. Grayscale: #707070. Windows color (decimal): -6205283 or 10309793. OLE color: 10309793.
HSL color Cylindrical-coordinate representation of color #A1509D: hue angle of 302.96º 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 #A1509D is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 80 | 157 | - |
| CMYK | 0 | 0.50 | 0.02 | 0.37 |
| HSL | 302.96º | 0.34% | 0.47% | - |
| HSV(B) | 302.96º | 0.5% | 0.63% | - |
| XYZ | 23.65 | 15.75 | 33.69 | - |
| YUV | 113 | 152.84 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 80 | 157 | 0 | 0.50 | 0.02 | 0.37 | 302.96 | 0.34 | 0.47 |
| Hex | A1 | 50 | 9D | 0 | 32 | 2 | 25 | 12F | 22 | 2F |
| Octal | 241 | 120 | 235 | 0 | 62 | 2 | 45 | 457 | 42 | 57 |
| Binary | 10100001 | 1010000 | 10011101 | 0 | 110010 | 10 | 100101 | 100101111 | 100010 | 101111 |
Color Harmonies of #A1509D
Complementary color
Monochromatic Colors of #A1509D
Black with #A1509D
Text Example
Text Example
White with #A1509D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1509D; }
p { color: rgb(161,80,157); }
H1.HeaderClassName
{
color: #A1509D;
}
.AnyTagClassName
{
color: #A1509D;
}
</style>
background-color css
<style>
a { background-color: #A1509D; }
a { background-color: rgb(161,80,157); }
div.DivClassName
{
background-color: #A1509D;
}
.BgClassName
{
background-color: #A1509D;
}
</style>
border-color css
<style>
span { border-color: #A1509D; }
span { border-color: rgb(161,80,157); }
td.TdClassName
{
border-color: #A1509D;
}
.TagClassName
{
border-color: #A1509D;
}
</style>