Shades of Violet Blue #A1389A
Tints of Violet Blue #A1389A
RGB
CMYK
RGB Variations
Color information
#A1389A (or 0xA1389A) is known color: Violet Blue. HEX triplet: A1, 38 and 9A. RGB value is (161,56,154). Sum of RGB (Red+Green+Blue) = 161+56+154=371 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.40% from 371); Green value is 56 (22.27% from 255 or 15.09% from 371); Blue value is 154 (60.55% from 255 or 41.51% from 371); Max value from RGB is 161 - color contains mainly: red. Hex color #A1389A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1389A is #5EC765. Grayscale: #626262. Windows color (decimal): -6211430 or 10107041. OLE color: 10107041.
HSL color Cylindrical-coordinate representation of color #A1389A: hue angle of 304º 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 #A1389A is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 56 | 154 | - |
| CMYK | 0 | 0.65 | 0.04 | 0.37 |
| HSL | 304º | 0.48% | 0.43% | - |
| HSV(B) | 304º | 0.65% | 0.63% | - |
| XYZ | 21.94 | 12.74 | 31.87 | - |
| YUV | 98.57 | 159.29 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 56 | 154 | 0 | 0.65 | 0.04 | 0.37 | 304 | 0.48 | 0.43 |
| Hex | A1 | 38 | 9A | 0 | 41 | 4 | 25 | 130 | 30 | 2B |
| Octal | 241 | 70 | 232 | 0 | 101 | 4 | 45 | 460 | 60 | 53 |
| Binary | 10100001 | 111000 | 10011010 | 0 | 1000001 | 100 | 100101 | 100110000 | 110000 | 101011 |
Color Harmonies of #A1389A
Complementary color
Monochromatic Colors of #A1389A
Black with #A1389A
Text Example
Text Example
White with #A1389A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1389A; }
p { color: rgb(161,56,154); }
H1.HeaderClassName
{
color: #A1389A;
}
.AnyTagClassName
{
color: #A1389A;
}
</style>
background-color css
<style>
a { background-color: #A1389A; }
a { background-color: rgb(161,56,154); }
div.DivClassName
{
background-color: #A1389A;
}
.BgClassName
{
background-color: #A1389A;
}
</style>
border-color css
<style>
span { border-color: #A1389A; }
span { border-color: rgb(161,56,154); }
td.TdClassName
{
border-color: #A1389A;
}
.TagClassName
{
border-color: #A1389A;
}
</style>