Shades of Violet Blue #A1399D
Tints of Violet Blue #A1399D
RGB
CMYK
RGB Variations
Color information
#A1399D (or 0xA1399D) is known color: Violet Blue. HEX triplet: A1, 39 and 9D. RGB value is (161,57,157). Sum of RGB (Red+Green+Blue) = 161+57+157=375 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.93% from 375); Green value is 57 (22.66% from 255 or 15.2% from 375); Blue value is 157 (61.72% from 255 or 41.87% from 375); Max value from RGB is 161 - color contains mainly: red. Hex color #A1399D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1399D is #5EC662. Grayscale: #636363. Windows color (decimal): -6211171 or 10303905. OLE color: 10303905.
HSL color Cylindrical-coordinate representation of color #A1399D: hue angle of 302.31º 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 #A1399D is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 57 | 157 | - |
| CMYK | 0 | 0.65 | 0.02 | 0.37 |
| HSL | 302.31º | 0.48% | 0.43% | - |
| HSV(B) | 302.31º | 0.65% | 0.63% | - |
| XYZ | 22.25 | 12.94 | 33.22 | - |
| YUV | 99.5 | 160.46 | 171.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 57 | 157 | 0 | 0.65 | 0.02 | 0.37 | 302.31 | 0.48 | 0.43 |
| Hex | A1 | 39 | 9D | 0 | 41 | 2 | 25 | 12E | 30 | 2B |
| Octal | 241 | 71 | 235 | 0 | 101 | 2 | 45 | 456 | 60 | 53 |
| Binary | 10100001 | 111001 | 10011101 | 0 | 1000001 | 10 | 100101 | 100101110 | 110000 | 101011 |
Color Harmonies of #A1399D
Complementary color
Monochromatic Colors of #A1399D
Black with #A1399D
Text Example
Text Example
White with #A1399D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1399D; }
p { color: rgb(161,57,157); }
H1.HeaderClassName
{
color: #A1399D;
}
.AnyTagClassName
{
color: #A1399D;
}
</style>
background-color css
<style>
a { background-color: #A1399D; }
a { background-color: rgb(161,57,157); }
div.DivClassName
{
background-color: #A1399D;
}
.BgClassName
{
background-color: #A1399D;
}
</style>
border-color css
<style>
span { border-color: #A1399D; }
span { border-color: rgb(161,57,157); }
td.TdClassName
{
border-color: #A1399D;
}
.TagClassName
{
border-color: #A1399D;
}
</style>