Shades of Perano #AAB6F4
Tints of Perano #AAB6F4
RGB
CMYK
RGB Variations
Color information
#AAB6F4 (or 0xAAB6F4) is known color: Perano. HEX triplet: AA, B6 and F4. RGB value is (170,182,244). Sum of RGB (Red+Green+Blue) = 170+182+244=596 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.52% from 596); Green value is 182 (71.48% from 255 or 30.54% from 596); Blue value is 244 (95.70% from 255 or 40.94% from 596); Max value from RGB is 244 - color contains mainly: blue. Hex color #AAB6F4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB6F4 is #55490B. Grayscale: #B9B9B9. Windows color (decimal): -5589260 or 16037546. OLE color: 16037546.
HSL color Cylindrical-coordinate representation of color #AAB6F4: hue angle of 230.27º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAB6F4 is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 182 | 244 | - |
| CMYK | 0.30 | 0.25 | 0 | 0.04 |
| HSL | 230.27º | 0.77% | 0.81% | - |
| HSV(B) | 230.27º | 0.3% | 0.96% | - |
| XYZ | 49.63 | 48.53 | 92.34 | - |
| YUV | 185.48 | 161.02 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 182 | 244 | 0.30 | 0.25 | 0 | 0.04 | 230.27 | 0.77 | 0.81 |
| Hex | AA | B6 | F4 | 1E | 19 | 0 | 4 | E6 | 4D | 51 |
| Octal | 252 | 266 | 364 | 36 | 31 | 0 | 4 | 346 | 115 | 121 |
| Binary | 10101010 | 10110110 | 11110100 | 11110 | 11001 | 0 | 100 | 11100110 | 1001101 | 1010001 |
Color Harmonies of #AAB6F4
Complementary color
Monochromatic Colors of #AAB6F4
Black with #AAB6F4
Text Example
Text Example
White with #AAB6F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB6F4; }
p { color: rgb(170,182,244); }
H1.HeaderClassName
{
color: #AAB6F4;
}
.AnyTagClassName
{
color: #AAB6F4;
}
</style>
background-color css
<style>
a { background-color: #AAB6F4; }
a { background-color: rgb(170,182,244); }
div.DivClassName
{
background-color: #AAB6F4;
}
.BgClassName
{
background-color: #AAB6F4;
}
</style>
border-color css
<style>
span { border-color: #AAB6F4; }
span { border-color: rgb(170,182,244); }
td.TdClassName
{
border-color: #AAB6F4;
}
.TagClassName
{
border-color: #AAB6F4;
}
</style>