Shades of Perano #AAB0F6
Tints of Perano #AAB0F6
RGB
CMYK
RGB Variations
Color information
#AAB0F6 (or 0xAAB0F6) is known color: Perano. HEX triplet: AA, B0 and F6. RGB value is (170,176,246). Sum of RGB (Red+Green+Blue) = 170+176+246=592 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.72% from 592); Green value is 176 (69.14% from 255 or 29.73% from 592); Blue value is 246 (96.48% from 255 or 41.55% from 592); Max value from RGB is 246 - color contains mainly: blue. Hex color #AAB0F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAB0F6 is #554F09. Grayscale: #B5B5B5. Windows color (decimal): -5590794 or 16167082. OLE color: 16167082.
HSL color Cylindrical-coordinate representation of color #AAB0F6: hue angle of 235.26º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAB0F6 is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 176 | 246 | - |
| CMYK | 0.31 | 0.28 | 0 | 0.04 |
| HSL | 235.26º | 0.81% | 0.82% | - |
| HSV(B) | 235.26º | 0.31% | 0.96% | - |
| XYZ | 48.74 | 46.25 | 93.55 | - |
| YUV | 182.19 | 164.01 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 176 | 246 | 0.31 | 0.28 | 0 | 0.04 | 235.26 | 0.81 | 0.82 |
| Hex | AA | B0 | F6 | 1F | 1C | 0 | 4 | EB | 51 | 52 |
| Octal | 252 | 260 | 366 | 37 | 34 | 0 | 4 | 353 | 121 | 122 |
| Binary | 10101010 | 10110000 | 11110110 | 11111 | 11100 | 0 | 100 | 11101011 | 1010001 | 1010010 |
Color Harmonies of #AAB0F6
Complementary color
Monochromatic Colors of #AAB0F6
Black with #AAB0F6
Text Example
Text Example
White with #AAB0F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB0F6; }
p { color: rgb(170,176,246); }
H1.HeaderClassName
{
color: #AAB0F6;
}
.AnyTagClassName
{
color: #AAB0F6;
}
</style>
background-color css
<style>
a { background-color: #AAB0F6; }
a { background-color: rgb(170,176,246); }
div.DivClassName
{
background-color: #AAB0F6;
}
.BgClassName
{
background-color: #AAB0F6;
}
</style>
border-color css
<style>
span { border-color: #AAB0F6; }
span { border-color: rgb(170,176,246); }
td.TdClassName
{
border-color: #AAB0F6;
}
.TagClassName
{
border-color: #AAB0F6;
}
</style>