Shades of Violet Blue #A170AA
Tints of Violet Blue #A170AA
RGB
CMYK
RGB Variations
Color information
#A170AA (or 0xA170AA) is known color: Violet Blue. HEX triplet: A1, 70 and AA. RGB value is (161,112,170). Sum of RGB (Red+Green+Blue) = 161+112+170=443 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.34% from 443); Green value is 112 (44.14% from 255 or 25.28% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 170 - color contains mainly: blue. Hex color #A170AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A170AA is #5E8F55. Grayscale: #858585. Windows color (decimal): -6197078 or 11169953. OLE color: 11169953.
HSL color Cylindrical-coordinate representation of color #A170AA: hue angle of 290.69º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A170AA is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 112 | 170 | - |
| CMYK | 0.05 | 0.34 | 0 | 0.33 |
| HSL | 290.69º | 0.25% | 0.55% | - |
| HSV(B) | 290.69º | 0.34% | 0.67% | - |
| XYZ | 27.75 | 22.07 | 40.83 | - |
| YUV | 133.26 | 148.73 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 112 | 170 | 0.05 | 0.34 | 0 | 0.33 | 290.69 | 0.25 | 0.55 |
| Hex | A1 | 70 | AA | 5 | 22 | 0 | 21 | 123 | 19 | 37 |
| Octal | 241 | 160 | 252 | 5 | 42 | 0 | 41 | 443 | 31 | 67 |
| Binary | 10100001 | 1110000 | 10101010 | 101 | 100010 | 0 | 100001 | 100100011 | 11001 | 110111 |
Color Harmonies of #A170AA
Complementary color
Monochromatic Colors of #A170AA
Black with #A170AA
Text Example
Text Example
White with #A170AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A170AA; }
p { color: rgb(161,112,170); }
H1.HeaderClassName
{
color: #A170AA;
}
.AnyTagClassName
{
color: #A170AA;
}
</style>
background-color css
<style>
a { background-color: #A170AA; }
a { background-color: rgb(161,112,170); }
div.DivClassName
{
background-color: #A170AA;
}
.BgClassName
{
background-color: #A170AA;
}
</style>
border-color css
<style>
span { border-color: #A170AA; }
span { border-color: rgb(161,112,170); }
td.TdClassName
{
border-color: #A170AA;
}
.TagClassName
{
border-color: #A170AA;
}
</style>