Shades of Violet Blue #A1639C
Tints of Violet Blue #A1639C
RGB
CMYK
RGB Variations
Color information
#A1639C (or 0xA1639C) is known color: Violet Blue. HEX triplet: A1, 63 and 9C. RGB value is (161,99,156). Sum of RGB (Red+Green+Blue) = 161+99+156=416 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.70% from 416); Green value is 99 (39.06% from 255 or 23.80% from 416); Blue value is 156 (61.33% from 255 or 37.5% from 416); Max value from RGB is 161 - color contains mainly: red. Hex color #A1639C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1639C is #5E9C63. Grayscale: #7B7B7B. Windows color (decimal): -6200420 or 10249121. OLE color: 10249121.
HSL color Cylindrical-coordinate representation of color #A1639C: hue angle of 304.84º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A1639C is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 99 | 156 | - |
| CMYK | 0 | 0.39 | 0.03 | 0.37 |
| HSL | 304.84º | 0.25% | 0.51% | - |
| HSV(B) | 304.84º | 0.39% | 0.63% | - |
| XYZ | 25.16 | 18.9 | 33.77 | - |
| YUV | 124.04 | 146.04 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 99 | 156 | 0 | 0.39 | 0.03 | 0.37 | 304.84 | 0.25 | 0.51 |
| Hex | A1 | 63 | 9C | 0 | 27 | 3 | 25 | 131 | 19 | 33 |
| Octal | 241 | 143 | 234 | 0 | 47 | 3 | 45 | 461 | 31 | 63 |
| Binary | 10100001 | 1100011 | 10011100 | 0 | 100111 | 11 | 100101 | 100110001 | 11001 | 110011 |
Color Harmonies of #A1639C
Complementary color
Monochromatic Colors of #A1639C
Black with #A1639C
Text Example
Text Example
White with #A1639C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1639C; }
p { color: rgb(161,99,156); }
H1.HeaderClassName
{
color: #A1639C;
}
.AnyTagClassName
{
color: #A1639C;
}
</style>
background-color css
<style>
a { background-color: #A1639C; }
a { background-color: rgb(161,99,156); }
div.DivClassName
{
background-color: #A1639C;
}
.BgClassName
{
background-color: #A1639C;
}
</style>
border-color css
<style>
span { border-color: #A1639C; }
span { border-color: rgb(161,99,156); }
td.TdClassName
{
border-color: #A1639C;
}
.TagClassName
{
border-color: #A1639C;
}
</style>