Shades of Violet Blue #A141AA
Tints of Violet Blue #A141AA
RGB
CMYK
RGB Variations
Color information
#A141AA (or 0xA141AA) is known color: Violet Blue. HEX triplet: A1, 41 and AA. RGB value is (161,65,170). Sum of RGB (Red+Green+Blue) = 161+65+170=396 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.66% from 396); Green value is 65 (25.78% from 255 or 16.41% from 396); Blue value is 170 (66.80% from 255 or 42.93% from 396); Max value from RGB is 170 - color contains mainly: blue. Hex color #A141AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A141AA is #5EBE55. Grayscale: #696969. Windows color (decimal): -6209110 or 11157921. OLE color: 11157921.
HSL color Cylindrical-coordinate representation of color #A141AA: hue angle of 294.86º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A141AA is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 65 | 170 | - |
| CMYK | 0.05 | 0.62 | 0 | 0.33 |
| HSL | 294.86º | 0.45% | 0.46% | - |
| HSV(B) | 294.86º | 0.62% | 0.67% | - |
| XYZ | 23.84 | 14.26 | 39.53 | - |
| YUV | 105.67 | 164.3 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 65 | 170 | 0.05 | 0.62 | 0 | 0.33 | 294.86 | 0.45 | 0.46 |
| Hex | A1 | 41 | AA | 5 | 3E | 0 | 21 | 127 | 2D | 2E |
| Octal | 241 | 101 | 252 | 5 | 76 | 0 | 41 | 447 | 55 | 56 |
| Binary | 10100001 | 1000001 | 10101010 | 101 | 111110 | 0 | 100001 | 100100111 | 101101 | 101110 |
Color Harmonies of #A141AA
Complementary color
Monochromatic Colors of #A141AA
Black with #A141AA
Text Example
Text Example
White with #A141AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A141AA; }
p { color: rgb(161,65,170); }
H1.HeaderClassName
{
color: #A141AA;
}
.AnyTagClassName
{
color: #A141AA;
}
</style>
background-color css
<style>
a { background-color: #A141AA; }
a { background-color: rgb(161,65,170); }
div.DivClassName
{
background-color: #A141AA;
}
.BgClassName
{
background-color: #A141AA;
}
</style>
border-color css
<style>
span { border-color: #A141AA; }
span { border-color: rgb(161,65,170); }
td.TdClassName
{
border-color: #A141AA;
}
.TagClassName
{
border-color: #A141AA;
}
</style>