Shades of Perano #AAA9FF
Tints of Perano #AAA9FF
RGB
CMYK
RGB Variations
Color information
#AAA9FF (or 0xAAA9FF) is known color: Perano. HEX triplet: AA, A9 and FF. RGB value is (170,169,255). Sum of RGB (Red+Green+Blue) = 170+169+255=594 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.62% from 594); Green value is 169 (66.41% from 255 or 28.45% from 594); Blue value is 255 (100% from 255 or 42.93% from 594); Max value from RGB is 255 - color contains mainly: blue. Hex color #AAA9FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA9FF is #555600. Grayscale: #B2B2B2. Windows color (decimal): -5592577 or 16755114. OLE color: 16755114.
HSL color Cylindrical-coordinate representation of color #AAA9FF: hue angle of 240.7º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AAA9FF is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 169 | 255 | - |
| CMYK | 0.33 | 0.34 | 0 | 0 |
| HSL | 240.7º | 1% | 0.83% | - |
| HSV(B) | 240.7º | 0.34% | 1% | - |
| XYZ | 48.82 | 44.14 | 100.56 | - |
| YUV | 179.1 | 170.83 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 169 | 255 | 0.33 | 0.34 | 0 | 0 | 240.7 | 1 | 0.83 |
| Hex | AA | A9 | FF | 21 | 22 | 0 | 0 | F1 | 64 | 53 |
| Octal | 252 | 251 | 377 | 41 | 42 | 0 | 0 | 361 | 144 | 123 |
| Binary | 10101010 | 10101001 | 11111111 | 100001 | 100010 | 0 | 0 | 11110001 | 1100100 | 1010011 |
Color Harmonies of #AAA9FF
Complementary color
Monochromatic Colors of #AAA9FF
Black with #AAA9FF
Text Example
Text Example
White with #AAA9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA9FF; }
p { color: rgb(170,169,255); }
H1.HeaderClassName
{
color: #AAA9FF;
}
.AnyTagClassName
{
color: #AAA9FF;
}
</style>
background-color css
<style>
a { background-color: #AAA9FF; }
a { background-color: rgb(170,169,255); }
div.DivClassName
{
background-color: #AAA9FF;
}
.BgClassName
{
background-color: #AAA9FF;
}
</style>
border-color css
<style>
span { border-color: #AAA9FF; }
span { border-color: rgb(170,169,255); }
td.TdClassName
{
border-color: #AAA9FF;
}
.TagClassName
{
border-color: #AAA9FF;
}
</style>