Shades of Violet Blue #A1508F
Tints of Violet Blue #A1508F
RGB
CMYK
RGB Variations
Color information
#A1508F (or 0xA1508F) is known color: Violet Blue. HEX triplet: A1, 50 and 8F. RGB value is (161,80,143). Sum of RGB (Red+Green+Blue) = 161+80+143=384 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.93% from 384); Green value is 80 (31.64% from 255 or 20.83% from 384); Blue value is 143 (56.25% from 255 or 37.24% from 384); Max value from RGB is 161 - color contains mainly: red. Hex color #A1508F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1508F is #5EAF70. Grayscale: #6F6F6F. Windows color (decimal): -6205297 or 9392289. OLE color: 9392289.
HSL color Cylindrical-coordinate representation of color #A1508F: hue angle of 313.33º 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 #A1508F is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 80 | 143 | - |
| CMYK | 0 | 0.50 | 0.11 | 0.37 |
| HSL | 313.33º | 0.34% | 0.47% | - |
| HSV(B) | 313.33º | 0.5% | 0.63% | - |
| XYZ | 22.52 | 15.3 | 27.75 | - |
| YUV | 111.4 | 145.84 | 163.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 80 | 143 | 0 | 0.50 | 0.11 | 0.37 | 313.33 | 0.34 | 0.47 |
| Hex | A1 | 50 | 8F | 0 | 32 | B | 25 | 139 | 22 | 2F |
| Octal | 241 | 120 | 217 | 0 | 62 | 13 | 45 | 471 | 42 | 57 |
| Binary | 10100001 | 1010000 | 10001111 | 0 | 110010 | 1011 | 100101 | 100111001 | 100010 | 101111 |
Color Harmonies of #A1508F
Complementary color
Monochromatic Colors of #A1508F
Black with #A1508F
Text Example
Text Example
White with #A1508F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1508F; }
p { color: rgb(161,80,143); }
H1.HeaderClassName
{
color: #A1508F;
}
.AnyTagClassName
{
color: #A1508F;
}
</style>
background-color css
<style>
a { background-color: #A1508F; }
a { background-color: rgb(161,80,143); }
div.DivClassName
{
background-color: #A1508F;
}
.BgClassName
{
background-color: #A1508F;
}
</style>
border-color css
<style>
span { border-color: #A1508F; }
span { border-color: rgb(161,80,143); }
td.TdClassName
{
border-color: #A1508F;
}
.TagClassName
{
border-color: #A1508F;
}
</style>