Shades of Perano #AAA9FC
Tints of Perano #AAA9FC
RGB
CMYK
RGB Variations
Color information
#AAA9FC (or 0xAAA9FC) is known color: Perano. HEX triplet: AA, A9 and FC. RGB value is (170,169,252). Sum of RGB (Red+Green+Blue) = 170+169+252=591 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.76% from 591); Green value is 169 (66.41% from 255 or 28.60% from 591); Blue value is 252 (98.83% from 255 or 42.64% from 591); Max value from RGB is 252 - color contains mainly: blue. Hex color #AAA9FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA9FC is #555603. Grayscale: #B2B2B2. Windows color (decimal): -5592580 or 16558506. OLE color: 16558506.
HSL color Cylindrical-coordinate representation of color #AAA9FC: hue angle of 240.72º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAA9FC is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 169 | 252 | - |
| CMYK | 0.33 | 0.33 | 0 | 0.01 |
| HSL | 240.72º | 0.93% | 0.83% | - |
| HSV(B) | 240.72º | 0.33% | 0.99% | - |
| XYZ | 48.34 | 43.95 | 98.03 | - |
| YUV | 178.76 | 169.33 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 169 | 252 | 0.33 | 0.33 | 0 | 0.01 | 240.72 | 0.93 | 0.83 |
| Hex | AA | A9 | FC | 21 | 21 | 0 | 1 | F1 | 5D | 53 |
| Octal | 252 | 251 | 374 | 41 | 41 | 0 | 1 | 361 | 135 | 123 |
| Binary | 10101010 | 10101001 | 11111100 | 100001 | 100001 | 0 | 1 | 11110001 | 1011101 | 1010011 |
Color Harmonies of #AAA9FC
Complementary color
Monochromatic Colors of #AAA9FC
Black with #AAA9FC
Text Example
Text Example
White with #AAA9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA9FC; }
p { color: rgb(170,169,252); }
H1.HeaderClassName
{
color: #AAA9FC;
}
.AnyTagClassName
{
color: #AAA9FC;
}
</style>
background-color css
<style>
a { background-color: #AAA9FC; }
a { background-color: rgb(170,169,252); }
div.DivClassName
{
background-color: #AAA9FC;
}
.BgClassName
{
background-color: #AAA9FC;
}
</style>
border-color css
<style>
span { border-color: #AAA9FC; }
span { border-color: rgb(170,169,252); }
td.TdClassName
{
border-color: #AAA9FC;
}
.TagClassName
{
border-color: #AAA9FC;
}
</style>