Shades of Perano #AAA1FC
Tints of Perano #AAA1FC
RGB
CMYK
RGB Variations
Color information
#AAA1FC (or 0xAAA1FC) is known color: Perano. HEX triplet: AA, A1 and FC. RGB value is (170,161,252). Sum of RGB (Red+Green+Blue) = 170+161+252=583 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.16% from 583); Green value is 161 (63.28% from 255 or 27.62% from 583); Blue value is 252 (98.83% from 255 or 43.22% from 583); Max value from RGB is 252 - color contains mainly: blue. Hex color #AAA1FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA1FC is #555E03. Grayscale: #ADADAD. Windows color (decimal): -5594628 or 16556458. OLE color: 16556458.
HSL color Cylindrical-coordinate representation of color #AAA1FC: hue angle of 245.93º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AAA1FC is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 161 | 252 | - |
| CMYK | 0.33 | 0.36 | 0 | 0.01 |
| HSL | 245.93º | 0.94% | 0.81% | - |
| HSV(B) | 245.93º | 0.36% | 0.99% | - |
| XYZ | 46.89 | 41.06 | 97.55 | - |
| YUV | 174.07 | 171.98 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 161 | 252 | 0.33 | 0.36 | 0 | 0.01 | 245.93 | 0.94 | 0.81 |
| Hex | AA | A1 | FC | 21 | 24 | 0 | 1 | F6 | 5E | 51 |
| Octal | 252 | 241 | 374 | 41 | 44 | 0 | 1 | 366 | 136 | 121 |
| Binary | 10101010 | 10100001 | 11111100 | 100001 | 100100 | 0 | 1 | 11110110 | 1011110 | 1010001 |
Color Harmonies of #AAA1FC
Complementary color
Monochromatic Colors of #AAA1FC
Black with #AAA1FC
Text Example
Text Example
White with #AAA1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA1FC; }
p { color: rgb(170,161,252); }
H1.HeaderClassName
{
color: #AAA1FC;
}
.AnyTagClassName
{
color: #AAA1FC;
}
</style>
background-color css
<style>
a { background-color: #AAA1FC; }
a { background-color: rgb(170,161,252); }
div.DivClassName
{
background-color: #AAA1FC;
}
.BgClassName
{
background-color: #AAA1FC;
}
</style>
border-color css
<style>
span { border-color: #AAA1FC; }
span { border-color: rgb(170,161,252); }
td.TdClassName
{
border-color: #AAA1FC;
}
.TagClassName
{
border-color: #AAA1FC;
}
</style>