Shades of Perano #AAB2F8
Tints of Perano #AAB2F8
RGB
CMYK
RGB Variations
Color information
#AAB2F8 (or 0xAAB2F8) is known color: Perano. HEX triplet: AA, B2 and F8. RGB value is (170,178,248). Sum of RGB (Red+Green+Blue) = 170+178+248=596 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.52% from 596); Green value is 178 (69.92% from 255 or 29.87% from 596); Blue value is 248 (97.27% from 255 or 41.61% from 596); Max value from RGB is 248 - color contains mainly: blue. Hex color #AAB2F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAB2F8 is #554D07. Grayscale: #B7B7B7. Windows color (decimal): -5590280 or 16298666. OLE color: 16298666.
HSL color Cylindrical-coordinate representation of color #AAB2F8: hue angle of 233.85º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAB2F8 is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 170 | 178 | 248 | - |
| CMYK | 0.31 | 0.28 | 0 | 0.03 |
| HSL | 233.85º | 0.85% | 0.82% | - |
| HSV(B) | 233.85º | 0.31% | 0.97% | - |
| XYZ | 49.44 | 47.16 | 95.3 | - |
| YUV | 183.59 | 164.35 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 178 | 248 | 0.31 | 0.28 | 0 | 0.03 | 233.85 | 0.85 | 0.82 |
| Hex | AA | B2 | F8 | 1F | 1C | 0 | 3 | EA | 55 | 52 |
| Octal | 252 | 262 | 370 | 37 | 34 | 0 | 3 | 352 | 125 | 122 |
| Binary | 10101010 | 10110010 | 11111000 | 11111 | 11100 | 0 | 11 | 11101010 | 1010101 | 1010010 |
Color Harmonies of #AAB2F8
Complementary color
Monochromatic Colors of #AAB2F8
Black with #AAB2F8
Text Example
Text Example
White with #AAB2F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB2F8; }
p { color: rgb(170,178,248); }
H1.HeaderClassName
{
color: #AAB2F8;
}
.AnyTagClassName
{
color: #AAB2F8;
}
</style>
background-color css
<style>
a { background-color: #AAB2F8; }
a { background-color: rgb(170,178,248); }
div.DivClassName
{
background-color: #AAB2F8;
}
.BgClassName
{
background-color: #AAB2F8;
}
</style>
border-color css
<style>
span { border-color: #AAB2F8; }
span { border-color: rgb(170,178,248); }
td.TdClassName
{
border-color: #AAB2F8;
}
.TagClassName
{
border-color: #AAB2F8;
}
</style>