Shades of Perano #AAACF0
Tints of Perano #AAACF0
RGB
CMYK
RGB Variations
Color information
#AAACF0 (or 0xAAACF0) is known color: Perano. HEX triplet: AA, AC and F0. RGB value is (170,172,240). Sum of RGB (Red+Green+Blue) = 170+172+240=582 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.21% from 582); Green value is 172 (67.58% from 255 or 29.55% from 582); Blue value is 240 (94.14% from 255 or 41.24% from 582); Max value from RGB is 240 - color contains mainly: blue. Hex color #AAACF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAACF0 is #55530F. Grayscale: #B2B2B2. Windows color (decimal): -5591824 or 15772842. OLE color: 15772842.
HSL color Cylindrical-coordinate representation of color #AAACF0: hue angle of 238.29º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAACF0 is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 172 | 240 | - |
| CMYK | 0.29 | 0.28 | 0 | 0.06 |
| HSL | 238.29º | 0.7% | 0.8% | - |
| HSV(B) | 238.29º | 0.29% | 0.94% | - |
| XYZ | 47.06 | 44.34 | 88.52 | - |
| YUV | 179.15 | 162.34 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 172 | 240 | 0.29 | 0.28 | 0 | 0.06 | 238.29 | 0.7 | 0.8 |
| Hex | AA | AC | F0 | 1D | 1C | 0 | 6 | EE | 46 | 50 |
| Octal | 252 | 254 | 360 | 35 | 34 | 0 | 6 | 356 | 106 | 120 |
| Binary | 10101010 | 10101100 | 11110000 | 11101 | 11100 | 0 | 110 | 11101110 | 1000110 | 1010000 |
Color Harmonies of #AAACF0
Complementary color
Monochromatic Colors of #AAACF0
Black with #AAACF0
Text Example
Text Example
White with #AAACF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAACF0; }
p { color: rgb(170,172,240); }
H1.HeaderClassName
{
color: #AAACF0;
}
.AnyTagClassName
{
color: #AAACF0;
}
</style>
background-color css
<style>
a { background-color: #AAACF0; }
a { background-color: rgb(170,172,240); }
div.DivClassName
{
background-color: #AAACF0;
}
.BgClassName
{
background-color: #AAACF0;
}
</style>
border-color css
<style>
span { border-color: #AAACF0; }
span { border-color: rgb(170,172,240); }
td.TdClassName
{
border-color: #AAACF0;
}
.TagClassName
{
border-color: #AAACF0;
}
</style>