Shades of Perano #AAB0FA
Tints of Perano #AAB0FA
RGB
CMYK
RGB Variations
Color information
#AAB0FA (or 0xAAB0FA) is known color: Perano. HEX triplet: AA, B0 and FA. RGB value is (170,176,250). Sum of RGB (Red+Green+Blue) = 170+176+250=596 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.52% from 596); Green value is 176 (69.14% from 255 or 29.53% from 596); Blue value is 250 (98.05% from 255 or 41.95% from 596); Max value from RGB is 250 - color contains mainly: blue. Hex color #AAB0FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAB0FA is #554F05. Grayscale: #B6B6B6. Windows color (decimal): -5590790 or 16429226. OLE color: 16429226.
HSL color Cylindrical-coordinate representation of color #AAB0FA: hue angle of 235.5º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAB0FA is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 176 | 250 | - |
| CMYK | 0.32 | 0.30 | 0 | 0.02 |
| HSL | 235.5º | 0.89% | 0.82% | - |
| HSV(B) | 235.5º | 0.32% | 0.98% | - |
| XYZ | 49.36 | 46.5 | 96.82 | - |
| YUV | 182.64 | 166.01 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 176 | 250 | 0.32 | 0.30 | 0 | 0.02 | 235.5 | 0.89 | 0.82 |
| Hex | AA | B0 | FA | 20 | 1E | 0 | 2 | EC | 59 | 52 |
| Octal | 252 | 260 | 372 | 40 | 36 | 0 | 2 | 354 | 131 | 122 |
| Binary | 10101010 | 10110000 | 11111010 | 100000 | 11110 | 0 | 10 | 11101100 | 1011001 | 1010010 |
Color Harmonies of #AAB0FA
Complementary color
Monochromatic Colors of #AAB0FA
Black with #AAB0FA
Text Example
Text Example
White with #AAB0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB0FA; }
p { color: rgb(170,176,250); }
H1.HeaderClassName
{
color: #AAB0FA;
}
.AnyTagClassName
{
color: #AAB0FA;
}
</style>
background-color css
<style>
a { background-color: #AAB0FA; }
a { background-color: rgb(170,176,250); }
div.DivClassName
{
background-color: #AAB0FA;
}
.BgClassName
{
background-color: #AAB0FA;
}
</style>
border-color css
<style>
span { border-color: #AAB0FA; }
span { border-color: rgb(170,176,250); }
td.TdClassName
{
border-color: #AAB0FA;
}
.TagClassName
{
border-color: #AAB0FA;
}
</style>