Shades of Perano #AAA9FB
Tints of Perano #AAA9FB
RGB
CMYK
RGB Variations
Color information
#AAA9FB (or 0xAAA9FB) is known color: Perano. HEX triplet: AA, A9 and FB. RGB value is (170,169,251). Sum of RGB (Red+Green+Blue) = 170+169+251=590 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.81% from 590); Green value is 169 (66.41% from 255 or 28.64% from 590); Blue value is 251 (98.44% from 255 or 42.54% from 590); Max value from RGB is 251 - color contains mainly: blue. Hex color #AAA9FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA9FB is #555604. Grayscale: #B2B2B2. Windows color (decimal): -5592581 or 16492970. OLE color: 16492970.
HSL color Cylindrical-coordinate representation of color #AAA9FB: hue angle of 240.73º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAA9FB is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 169 | 251 | - |
| CMYK | 0.32 | 0.33 | 0 | 0.02 |
| HSL | 240.73º | 0.91% | 0.82% | - |
| HSV(B) | 240.73º | 0.33% | 0.98% | - |
| XYZ | 48.18 | 43.89 | 97.2 | - |
| YUV | 178.65 | 168.83 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 169 | 251 | 0.32 | 0.33 | 0 | 0.02 | 240.73 | 0.91 | 0.82 |
| Hex | AA | A9 | FB | 20 | 21 | 0 | 2 | F1 | 5B | 52 |
| Octal | 252 | 251 | 373 | 40 | 41 | 0 | 2 | 361 | 133 | 122 |
| Binary | 10101010 | 10101001 | 11111011 | 100000 | 100001 | 0 | 10 | 11110001 | 1011011 | 1010010 |
Color Harmonies of #AAA9FB
Complementary color
Monochromatic Colors of #AAA9FB
Black with #AAA9FB
Text Example
Text Example
White with #AAA9FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA9FB; }
p { color: rgb(170,169,251); }
H1.HeaderClassName
{
color: #AAA9FB;
}
.AnyTagClassName
{
color: #AAA9FB;
}
</style>
background-color css
<style>
a { background-color: #AAA9FB; }
a { background-color: rgb(170,169,251); }
div.DivClassName
{
background-color: #AAA9FB;
}
.BgClassName
{
background-color: #AAA9FB;
}
</style>
border-color css
<style>
span { border-color: #AAA9FB; }
span { border-color: rgb(170,169,251); }
td.TdClassName
{
border-color: #AAA9FB;
}
.TagClassName
{
border-color: #AAA9FB;
}
</style>