Shades of Perano #AAA1FF
Tints of Perano #AAA1FF
RGB
CMYK
RGB Variations
Color information
#AAA1FF (or 0xAAA1FF) is known color: Perano. HEX triplet: AA, A1 and FF. RGB value is (170,161,255). Sum of RGB (Red+Green+Blue) = 170+161+255=586 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.01% from 586); Green value is 161 (63.28% from 255 or 27.47% from 586); Blue value is 255 (100% from 255 or 43.52% from 586); Max value from RGB is 255 - color contains mainly: blue. Hex color #AAA1FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA1FF is #555E00. Grayscale: #AEAEAE. Windows color (decimal): -5594625 or 16753066. OLE color: 16753066.
HSL color Cylindrical-coordinate representation of color #AAA1FF: hue angle of 245.74º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AAA1FF is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 161 | 255 | - |
| CMYK | 0.33 | 0.37 | 0 | 0 |
| HSL | 245.74º | 1% | 0.82% | - |
| HSV(B) | 245.74º | 0.37% | 1% | - |
| XYZ | 47.37 | 41.26 | 100.07 | - |
| YUV | 174.41 | 173.48 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 161 | 255 | 0.33 | 0.37 | 0 | 0 | 245.74 | 1 | 0.82 |
| Hex | AA | A1 | FF | 21 | 25 | 0 | 0 | F6 | 64 | 52 |
| Octal | 252 | 241 | 377 | 41 | 45 | 0 | 0 | 366 | 144 | 122 |
| Binary | 10101010 | 10100001 | 11111111 | 100001 | 100101 | 0 | 0 | 11110110 | 1100100 | 1010010 |
Color Harmonies of #AAA1FF
Complementary color
Monochromatic Colors of #AAA1FF
Black with #AAA1FF
Text Example
Text Example
White with #AAA1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA1FF; }
p { color: rgb(170,161,255); }
H1.HeaderClassName
{
color: #AAA1FF;
}
.AnyTagClassName
{
color: #AAA1FF;
}
</style>
background-color css
<style>
a { background-color: #AAA1FF; }
a { background-color: rgb(170,161,255); }
div.DivClassName
{
background-color: #AAA1FF;
}
.BgClassName
{
background-color: #AAA1FF;
}
</style>
border-color css
<style>
span { border-color: #AAA1FF; }
span { border-color: rgb(170,161,255); }
td.TdClassName
{
border-color: #AAA1FF;
}
.TagClassName
{
border-color: #AAA1FF;
}
</style>