Shades of Perano #AAA1FB
Tints of Perano #AAA1FB
RGB
CMYK
RGB Variations
Color information
#AAA1FB (or 0xAAA1FB) is known color: Perano. HEX triplet: AA, A1 and FB. RGB value is (170,161,251). Sum of RGB (Red+Green+Blue) = 170+161+251=582 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.21% from 582); Green value is 161 (63.28% from 255 or 27.66% from 582); Blue value is 251 (98.44% from 255 or 43.13% from 582); Max value from RGB is 251 - color contains mainly: blue. Hex color #AAA1FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA1FB is #555E04. Grayscale: #ADADAD. Windows color (decimal): -5594629 or 16490922. OLE color: 16490922.
HSL color Cylindrical-coordinate representation of color #AAA1FB: hue angle of 246º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AAA1FB is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 161 | 251 | - |
| CMYK | 0.32 | 0.36 | 0 | 0.02 |
| HSL | 246º | 0.92% | 0.81% | - |
| HSV(B) | 246º | 0.36% | 0.98% | - |
| XYZ | 46.74 | 41 | 96.72 | - |
| YUV | 173.95 | 171.48 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 161 | 251 | 0.32 | 0.36 | 0 | 0.02 | 246 | 0.92 | 0.81 |
| Hex | AA | A1 | FB | 20 | 24 | 0 | 2 | F6 | 5C | 51 |
| Octal | 252 | 241 | 373 | 40 | 44 | 0 | 2 | 366 | 134 | 121 |
| Binary | 10101010 | 10100001 | 11111011 | 100000 | 100100 | 0 | 10 | 11110110 | 1011100 | 1010001 |
Color Harmonies of #AAA1FB
Complementary color
Monochromatic Colors of #AAA1FB
Black with #AAA1FB
Text Example
Text Example
White with #AAA1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA1FB; }
p { color: rgb(170,161,251); }
H1.HeaderClassName
{
color: #AAA1FB;
}
.AnyTagClassName
{
color: #AAA1FB;
}
</style>
background-color css
<style>
a { background-color: #AAA1FB; }
a { background-color: rgb(170,161,251); }
div.DivClassName
{
background-color: #AAA1FB;
}
.BgClassName
{
background-color: #AAA1FB;
}
</style>
border-color css
<style>
span { border-color: #AAA1FB; }
span { border-color: rgb(170,161,251); }
td.TdClassName
{
border-color: #AAA1FB;
}
.TagClassName
{
border-color: #AAA1FB;
}
</style>