Shades of Violet Blue #AA5FA1
Tints of Violet Blue #AA5FA1
RGB
CMYK
RGB Variations
Color information
#AA5FA1 (or 0xAA5FA1) is known color: Violet Blue. HEX triplet: AA, 5F and A1. RGB value is (170,95,161). Sum of RGB (Red+Green+Blue) = 170+95+161=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 95 (37.5% from 255 or 22.30% from 426); Blue value is 161 (63.28% from 255 or 37.79% from 426); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5FA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5FA1 is #55A05E. Grayscale: #7C7C7C. Windows color (decimal): -5611615 or 10575786. OLE color: 10575786.
HSL color Cylindrical-coordinate representation of color #AA5FA1: hue angle of 307.2º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA5FA1 is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 95 | 161 | - |
| CMYK | 0 | 0.44 | 0.05 | 0.33 |
| HSL | 307.2º | 0.31% | 0.52% | - |
| HSV(B) | 307.2º | 0.44% | 0.67% | - |
| XYZ | 27.1 | 19.3 | 36.02 | - |
| YUV | 124.95 | 148.35 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 95 | 161 | 0 | 0.44 | 0.05 | 0.33 | 307.2 | 0.31 | 0.52 |
| Hex | AA | 5F | A1 | 0 | 2C | 5 | 21 | 133 | 1F | 34 |
| Octal | 252 | 137 | 241 | 0 | 54 | 5 | 41 | 463 | 37 | 64 |
| Binary | 10101010 | 1011111 | 10100001 | 0 | 101100 | 101 | 100001 | 100110011 | 11111 | 110100 |
Color Harmonies of #AA5FA1
Complementary color
Monochromatic Colors of #AA5FA1
Black with #AA5FA1
Text Example
Text Example
White with #AA5FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5FA1; }
p { color: rgb(170,95,161); }
H1.HeaderClassName
{
color: #AA5FA1;
}
.AnyTagClassName
{
color: #AA5FA1;
}
</style>
background-color css
<style>
a { background-color: #AA5FA1; }
a { background-color: rgb(170,95,161); }
div.DivClassName
{
background-color: #AA5FA1;
}
.BgClassName
{
background-color: #AA5FA1;
}
</style>
border-color css
<style>
span { border-color: #AA5FA1; }
span { border-color: rgb(170,95,161); }
td.TdClassName
{
border-color: #AA5FA1;
}
.TagClassName
{
border-color: #AA5FA1;
}
</style>