Shades of Violet Blue #A1488C
Tints of Violet Blue #A1488C
RGB
CMYK
RGB Variations
Color information
#A1488C (or 0xA1488C) is known color: Violet Blue. HEX triplet: A1, 48 and 8C. RGB value is (161,72,140). Sum of RGB (Red+Green+Blue) = 161+72+140=373 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.16% from 373); Green value is 72 (28.52% from 255 or 19.30% from 373); Blue value is 140 (55.08% from 255 or 37.53% from 373); Max value from RGB is 161 - color contains mainly: red. Hex color #A1488C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1488C is #5EB773. Grayscale: #6A6A6A. Windows color (decimal): -6207348 or 9193633. OLE color: 9193633.
HSL color Cylindrical-coordinate representation of color #A1488C: hue angle of 314.16º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A1488C is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 72 | 140 | - |
| CMYK | 0 | 0.55 | 0.13 | 0.37 |
| HSL | 314.16º | 0.38% | 0.46% | - |
| HSV(B) | 314.16º | 0.55% | 0.63% | - |
| XYZ | 21.75 | 14.11 | 26.39 | - |
| YUV | 106.36 | 146.99 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 72 | 140 | 0 | 0.55 | 0.13 | 0.37 | 314.16 | 0.38 | 0.46 |
| Hex | A1 | 48 | 8C | 0 | 37 | D | 25 | 13A | 26 | 2E |
| Octal | 241 | 110 | 214 | 0 | 67 | 15 | 45 | 472 | 46 | 56 |
| Binary | 10100001 | 1001000 | 10001100 | 0 | 110111 | 1101 | 100101 | 100111010 | 100110 | 101110 |
Color Harmonies of #A1488C
Complementary color
Monochromatic Colors of #A1488C
Black with #A1488C
Text Example
Text Example
White with #A1488C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1488C; }
p { color: rgb(161,72,140); }
H1.HeaderClassName
{
color: #A1488C;
}
.AnyTagClassName
{
color: #A1488C;
}
</style>
background-color css
<style>
a { background-color: #A1488C; }
a { background-color: rgb(161,72,140); }
div.DivClassName
{
background-color: #A1488C;
}
.BgClassName
{
background-color: #A1488C;
}
</style>
border-color css
<style>
span { border-color: #A1488C; }
span { border-color: rgb(161,72,140); }
td.TdClassName
{
border-color: #A1488C;
}
.TagClassName
{
border-color: #A1488C;
}
</style>