Shades of Perano #AAA6FB
Tints of Perano #AAA6FB
RGB
CMYK
RGB Variations
Color information
#AAA6FB (or 0xAAA6FB) is known color: Perano. HEX triplet: AA, A6 and FB. RGB value is (170,166,251). Sum of RGB (Red+Green+Blue) = 170+166+251=587 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.96% from 587); Green value is 166 (65.23% from 255 or 28.28% from 587); Blue value is 251 (98.44% from 255 or 42.76% from 587); Max value from RGB is 251 - color contains mainly: blue. Hex color #AAA6FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA6FB is #555904. Grayscale: #B0B0B0. Windows color (decimal): -5593349 or 16492202. OLE color: 16492202.
HSL color Cylindrical-coordinate representation of color #AAA6FB: hue angle of 242.82º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AAA6FB is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 166 | 251 | - |
| CMYK | 0.32 | 0.34 | 0 | 0.02 |
| HSL | 242.82º | 0.91% | 0.82% | - |
| HSV(B) | 242.82º | 0.34% | 0.98% | - |
| XYZ | 47.63 | 42.78 | 97.01 | - |
| YUV | 176.89 | 169.83 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 166 | 251 | 0.32 | 0.34 | 0 | 0.02 | 242.82 | 0.91 | 0.82 |
| Hex | AA | A6 | FB | 20 | 22 | 0 | 2 | F3 | 5B | 52 |
| Octal | 252 | 246 | 373 | 40 | 42 | 0 | 2 | 363 | 133 | 122 |
| Binary | 10101010 | 10100110 | 11111011 | 100000 | 100010 | 0 | 10 | 11110011 | 1011011 | 1010010 |
Color Harmonies of #AAA6FB
Complementary color
Monochromatic Colors of #AAA6FB
Black with #AAA6FB
Text Example
Text Example
White with #AAA6FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA6FB; }
p { color: rgb(170,166,251); }
H1.HeaderClassName
{
color: #AAA6FB;
}
.AnyTagClassName
{
color: #AAA6FB;
}
</style>
background-color css
<style>
a { background-color: #AAA6FB; }
a { background-color: rgb(170,166,251); }
div.DivClassName
{
background-color: #AAA6FB;
}
.BgClassName
{
background-color: #AAA6FB;
}
</style>
border-color css
<style>
span { border-color: #AAA6FB; }
span { border-color: rgb(170,166,251); }
td.TdClassName
{
border-color: #AAA6FB;
}
.TagClassName
{
border-color: #AAA6FB;
}
</style>