Shades of Perano #AAACF1
Tints of Perano #AAACF1
RGB
CMYK
RGB Variations
Color information
#AAACF1 (or 0xAAACF1) is known color: Perano. HEX triplet: AA, AC and F1. RGB value is (170,172,241). Sum of RGB (Red+Green+Blue) = 170+172+241=583 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.16% from 583); Green value is 172 (67.58% from 255 or 29.50% from 583); Blue value is 241 (94.53% from 255 or 41.34% from 583); Max value from RGB is 241 - color contains mainly: blue. Hex color #AAACF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAACF1 is #55530E. Grayscale: #B2B2B2. Windows color (decimal): -5591823 or 15838378. OLE color: 15838378.
HSL color Cylindrical-coordinate representation of color #AAACF1: hue angle of 238.31º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAACF1 is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 172 | 241 | - |
| CMYK | 0.29 | 0.29 | 0 | 0.05 |
| HSL | 238.31º | 0.72% | 0.81% | - |
| HSV(B) | 238.31º | 0.29% | 0.95% | - |
| XYZ | 47.21 | 44.4 | 89.3 | - |
| YUV | 179.27 | 162.84 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 172 | 241 | 0.29 | 0.29 | 0 | 0.05 | 238.31 | 0.72 | 0.81 |
| Hex | AA | AC | F1 | 1D | 1D | 0 | 5 | EE | 48 | 51 |
| Octal | 252 | 254 | 361 | 35 | 35 | 0 | 5 | 356 | 110 | 121 |
| Binary | 10101010 | 10101100 | 11110001 | 11101 | 11101 | 0 | 101 | 11101110 | 1001000 | 1010001 |
Color Harmonies of #AAACF1
Complementary color
Monochromatic Colors of #AAACF1
Black with #AAACF1
Text Example
Text Example
White with #AAACF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAACF1; }
p { color: rgb(170,172,241); }
H1.HeaderClassName
{
color: #AAACF1;
}
.AnyTagClassName
{
color: #AAACF1;
}
</style>
background-color css
<style>
a { background-color: #AAACF1; }
a { background-color: rgb(170,172,241); }
div.DivClassName
{
background-color: #AAACF1;
}
.BgClassName
{
background-color: #AAACF1;
}
</style>
border-color css
<style>
span { border-color: #AAACF1; }
span { border-color: rgb(170,172,241); }
td.TdClassName
{
border-color: #AAACF1;
}
.TagClassName
{
border-color: #AAACF1;
}
</style>