Shades of Violet Blue #A1509C
Tints of Violet Blue #A1509C
RGB
CMYK
RGB Variations
Color information
#A1509C (or 0xA1509C) is known color: Violet Blue. HEX triplet: A1, 50 and 9C. RGB value is (161,80,156). Sum of RGB (Red+Green+Blue) = 161+80+156=397 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.55% from 397); Green value is 80 (31.64% from 255 or 20.15% from 397); Blue value is 156 (61.33% from 255 or 39.29% from 397); Max value from RGB is 161 - color contains mainly: red. Hex color #A1509C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1509C is #5EAF63. Grayscale: #707070. Windows color (decimal): -6205284 or 10244257. OLE color: 10244257.
HSL color Cylindrical-coordinate representation of color #A1509C: hue angle of 303.7º 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 #A1509C is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 80 | 156 | - |
| CMYK | 0 | 0.50 | 0.03 | 0.37 |
| HSL | 303.7º | 0.34% | 0.47% | - |
| HSV(B) | 303.7º | 0.5% | 0.63% | - |
| XYZ | 23.57 | 15.71 | 33.24 | - |
| YUV | 112.88 | 152.34 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 80 | 156 | 0 | 0.50 | 0.03 | 0.37 | 303.7 | 0.34 | 0.47 |
| Hex | A1 | 50 | 9C | 0 | 32 | 3 | 25 | 130 | 22 | 2F |
| Octal | 241 | 120 | 234 | 0 | 62 | 3 | 45 | 460 | 42 | 57 |
| Binary | 10100001 | 1010000 | 10011100 | 0 | 110010 | 11 | 100101 | 100110000 | 100010 | 101111 |
Color Harmonies of #A1509C
Complementary color
Monochromatic Colors of #A1509C
Black with #A1509C
Text Example
Text Example
White with #A1509C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1509C; }
p { color: rgb(161,80,156); }
H1.HeaderClassName
{
color: #A1509C;
}
.AnyTagClassName
{
color: #A1509C;
}
</style>
background-color css
<style>
a { background-color: #A1509C; }
a { background-color: rgb(161,80,156); }
div.DivClassName
{
background-color: #A1509C;
}
.BgClassName
{
background-color: #A1509C;
}
</style>
border-color css
<style>
span { border-color: #A1509C; }
span { border-color: rgb(161,80,156); }
td.TdClassName
{
border-color: #A1509C;
}
.TagClassName
{
border-color: #A1509C;
}
</style>