Shades of Perano #AAABF2
Tints of Perano #AAABF2
RGB
CMYK
RGB Variations
Color information
#AAABF2 (or 0xAAABF2) is known color: Perano. HEX triplet: AA, AB and F2. RGB value is (170,171,242). Sum of RGB (Red+Green+Blue) = 170+171+242=583 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.16% from 583); Green value is 171 (67.19% from 255 or 29.33% from 583); Blue value is 242 (94.92% from 255 or 41.51% from 583); Max value from RGB is 242 - color contains mainly: blue. Hex color #AAABF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAABF2 is #55540D. Grayscale: #B2B2B2. Windows color (decimal): -5592078 or 15903658. OLE color: 15903658.
HSL color Cylindrical-coordinate representation of color #AAABF2: hue angle of 239.17º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAABF2 is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 171 | 242 | - |
| CMYK | 0.30 | 0.29 | 0 | 0.05 |
| HSL | 239.17º | 0.73% | 0.81% | - |
| HSV(B) | 239.17º | 0.3% | 0.95% | - |
| XYZ | 47.17 | 44.08 | 90.03 | - |
| YUV | 178.8 | 163.67 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 171 | 242 | 0.30 | 0.29 | 0 | 0.05 | 239.17 | 0.73 | 0.81 |
| Hex | AA | AB | F2 | 1E | 1D | 0 | 5 | EF | 49 | 51 |
| Octal | 252 | 253 | 362 | 36 | 35 | 0 | 5 | 357 | 111 | 121 |
| Binary | 10101010 | 10101011 | 11110010 | 11110 | 11101 | 0 | 101 | 11101111 | 1001001 | 1010001 |
Color Harmonies of #AAABF2
Complementary color
Monochromatic Colors of #AAABF2
Black with #AAABF2
Text Example
Text Example
White with #AAABF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAABF2; }
p { color: rgb(170,171,242); }
H1.HeaderClassName
{
color: #AAABF2;
}
.AnyTagClassName
{
color: #AAABF2;
}
</style>
background-color css
<style>
a { background-color: #AAABF2; }
a { background-color: rgb(170,171,242); }
div.DivClassName
{
background-color: #AAABF2;
}
.BgClassName
{
background-color: #AAABF2;
}
</style>
border-color css
<style>
span { border-color: #AAABF2; }
span { border-color: rgb(170,171,242); }
td.TdClassName
{
border-color: #AAABF2;
}
.TagClassName
{
border-color: #AAABF2;
}
</style>