Shades of Violet Blue #A155AA
Tints of Violet Blue #A155AA
RGB
CMYK
RGB Variations
Color information
#A155AA (or 0xA155AA) is known color: Violet Blue. HEX triplet: A1, 55 and AA. RGB value is (161,85,170). Sum of RGB (Red+Green+Blue) = 161+85+170=416 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.70% from 416); Green value is 85 (33.59% from 255 or 20.43% from 416); Blue value is 170 (66.80% from 255 or 40.87% from 416); Max value from RGB is 170 - color contains mainly: blue. Hex color #A155AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A155AA is #5EAA55. Grayscale: #757575. Windows color (decimal): -6203990 or 11163041. OLE color: 11163041.
HSL color Cylindrical-coordinate representation of color #A155AA: hue angle of 293.65º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A155AA is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 85 | 170 | - |
| CMYK | 0.05 | 0.50 | 0 | 0.33 |
| HSL | 293.65º | 0.33% | 0.5% | - |
| HSV(B) | 293.65º | 0.5% | 0.67% | - |
| XYZ | 25.2 | 16.98 | 39.98 | - |
| YUV | 117.41 | 157.68 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 85 | 170 | 0.05 | 0.50 | 0 | 0.33 | 293.65 | 0.33 | 0.5 |
| Hex | A1 | 55 | AA | 5 | 32 | 0 | 21 | 126 | 21 | 32 |
| Octal | 241 | 125 | 252 | 5 | 62 | 0 | 41 | 446 | 41 | 62 |
| Binary | 10100001 | 1010101 | 10101010 | 101 | 110010 | 0 | 100001 | 100100110 | 100001 | 110010 |
Color Harmonies of #A155AA
Complementary color
Monochromatic Colors of #A155AA
Black with #A155AA
Text Example
Text Example
White with #A155AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A155AA; }
p { color: rgb(161,85,170); }
H1.HeaderClassName
{
color: #A155AA;
}
.AnyTagClassName
{
color: #A155AA;
}
</style>
background-color css
<style>
a { background-color: #A155AA; }
a { background-color: rgb(161,85,170); }
div.DivClassName
{
background-color: #A155AA;
}
.BgClassName
{
background-color: #A155AA;
}
</style>
border-color css
<style>
span { border-color: #A155AA; }
span { border-color: rgb(161,85,170); }
td.TdClassName
{
border-color: #A155AA;
}
.TagClassName
{
border-color: #A155AA;
}
</style>