Shades of Perano #AAA6FC
Tints of Perano #AAA6FC
RGB
CMYK
RGB Variations
Color information
#AAA6FC (or 0xAAA6FC) is known color: Perano. HEX triplet: AA, A6 and FC. RGB value is (170,166,252). Sum of RGB (Red+Green+Blue) = 170+166+252=588 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.91% from 588); Green value is 166 (65.23% from 255 or 28.23% from 588); Blue value is 252 (98.83% from 255 or 42.86% from 588); Max value from RGB is 252 - color contains mainly: blue. Hex color #AAA6FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA6FC is #555903. Grayscale: #B0B0B0. Windows color (decimal): -5593348 or 16557738. OLE color: 16557738.
HSL color Cylindrical-coordinate representation of color #AAA6FC: hue angle of 242.79º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AAA6FC is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 166 | 252 | - |
| CMYK | 0.33 | 0.34 | 0 | 0.01 |
| HSL | 242.79º | 0.93% | 0.82% | - |
| HSV(B) | 242.79º | 0.34% | 0.99% | - |
| XYZ | 47.78 | 42.85 | 97.85 | - |
| YUV | 177 | 170.33 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 166 | 252 | 0.33 | 0.34 | 0 | 0.01 | 242.79 | 0.93 | 0.82 |
| Hex | AA | A6 | FC | 21 | 22 | 0 | 1 | F3 | 5D | 52 |
| Octal | 252 | 246 | 374 | 41 | 42 | 0 | 1 | 363 | 135 | 122 |
| Binary | 10101010 | 10100110 | 11111100 | 100001 | 100010 | 0 | 1 | 11110011 | 1011101 | 1010010 |
Color Harmonies of #AAA6FC
Complementary color
Monochromatic Colors of #AAA6FC
Black with #AAA6FC
Text Example
Text Example
White with #AAA6FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA6FC; }
p { color: rgb(170,166,252); }
H1.HeaderClassName
{
color: #AAA6FC;
}
.AnyTagClassName
{
color: #AAA6FC;
}
</style>
background-color css
<style>
a { background-color: #AAA6FC; }
a { background-color: rgb(170,166,252); }
div.DivClassName
{
background-color: #AAA6FC;
}
.BgClassName
{
background-color: #AAA6FC;
}
</style>
border-color css
<style>
span { border-color: #AAA6FC; }
span { border-color: rgb(170,166,252); }
td.TdClassName
{
border-color: #AAA6FC;
}
.TagClassName
{
border-color: #AAA6FC;
}
</style>