Shades of Perano #AAACF6
Tints of Perano #AAACF6
RGB
CMYK
RGB Variations
Color information
#AAACF6 (or 0xAAACF6) is known color: Perano. HEX triplet: AA, AC and F6. RGB value is (170,172,246). Sum of RGB (Red+Green+Blue) = 170+172+246=588 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.91% from 588); Green value is 172 (67.58% from 255 or 29.25% from 588); Blue value is 246 (96.48% from 255 or 41.84% from 588); Max value from RGB is 246 - color contains mainly: blue. Hex color #AAACF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAACF6 is #555309. Grayscale: #B3B3B3. Windows color (decimal): -5591818 or 16166058. OLE color: 16166058.
HSL color Cylindrical-coordinate representation of color #AAACF6: hue angle of 238.42º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAACF6 is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 172 | 246 | - |
| CMYK | 0.31 | 0.30 | 0 | 0.04 |
| HSL | 238.42º | 0.81% | 0.82% | - |
| HSV(B) | 238.42º | 0.31% | 0.96% | - |
| XYZ | 47.96 | 44.7 | 93.29 | - |
| YUV | 179.84 | 165.34 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 172 | 246 | 0.31 | 0.30 | 0 | 0.04 | 238.42 | 0.81 | 0.82 |
| Hex | AA | AC | F6 | 1F | 1E | 0 | 4 | EE | 51 | 52 |
| Octal | 252 | 254 | 366 | 37 | 36 | 0 | 4 | 356 | 121 | 122 |
| Binary | 10101010 | 10101100 | 11110110 | 11111 | 11110 | 0 | 100 | 11101110 | 1010001 | 1010010 |
Color Harmonies of #AAACF6
Complementary color
Monochromatic Colors of #AAACF6
Black with #AAACF6
Text Example
Text Example
White with #AAACF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAACF6; }
p { color: rgb(170,172,246); }
H1.HeaderClassName
{
color: #AAACF6;
}
.AnyTagClassName
{
color: #AAACF6;
}
</style>
background-color css
<style>
a { background-color: #AAACF6; }
a { background-color: rgb(170,172,246); }
div.DivClassName
{
background-color: #AAACF6;
}
.BgClassName
{
background-color: #AAACF6;
}
</style>
border-color css
<style>
span { border-color: #AAACF6; }
span { border-color: rgb(170,172,246); }
td.TdClassName
{
border-color: #AAACF6;
}
.TagClassName
{
border-color: #AAACF6;
}
</style>