Shades of Violet Blue #A1389C
Tints of Violet Blue #A1389C
RGB
CMYK
RGB Variations
Color information
#A1389C (or 0xA1389C) is known color: Violet Blue. HEX triplet: A1, 38 and 9C. RGB value is (161,56,156). Sum of RGB (Red+Green+Blue) = 161+56+156=373 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.16% from 373); Green value is 56 (22.27% from 255 or 15.01% from 373); Blue value is 156 (61.33% from 255 or 41.82% from 373); Max value from RGB is 161 - color contains mainly: red. Hex color #A1389C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1389C is #5EC763. Grayscale: #626262. Windows color (decimal): -6211428 or 10238113. OLE color: 10238113.
HSL color Cylindrical-coordinate representation of color #A1389C: hue angle of 302.86º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A1389C is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 56 | 156 | - |
| CMYK | 0 | 0.65 | 0.03 | 0.37 |
| HSL | 302.86º | 0.48% | 0.43% | - |
| HSV(B) | 302.86º | 0.65% | 0.63% | - |
| XYZ | 22.11 | 12.81 | 32.76 | - |
| YUV | 98.8 | 160.29 | 172.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 56 | 156 | 0 | 0.65 | 0.03 | 0.37 | 302.86 | 0.48 | 0.43 |
| Hex | A1 | 38 | 9C | 0 | 41 | 3 | 25 | 12F | 30 | 2B |
| Octal | 241 | 70 | 234 | 0 | 101 | 3 | 45 | 457 | 60 | 53 |
| Binary | 10100001 | 111000 | 10011100 | 0 | 1000001 | 11 | 100101 | 100101111 | 110000 | 101011 |
Color Harmonies of #A1389C
Complementary color
Monochromatic Colors of #A1389C
Black with #A1389C
Text Example
Text Example
White with #A1389C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1389C; }
p { color: rgb(161,56,156); }
H1.HeaderClassName
{
color: #A1389C;
}
.AnyTagClassName
{
color: #A1389C;
}
</style>
background-color css
<style>
a { background-color: #A1389C; }
a { background-color: rgb(161,56,156); }
div.DivClassName
{
background-color: #A1389C;
}
.BgClassName
{
background-color: #A1389C;
}
</style>
border-color css
<style>
span { border-color: #A1389C; }
span { border-color: rgb(161,56,156); }
td.TdClassName
{
border-color: #A1389C;
}
.TagClassName
{
border-color: #A1389C;
}
</style>