Shades of Perano #AAACF9
Tints of Perano #AAACF9
RGB
CMYK
RGB Variations
Color information
#AAACF9 (or 0xAAACF9) is known color: Perano. HEX triplet: AA, AC and F9. RGB value is (170,172,249). Sum of RGB (Red+Green+Blue) = 170+172+249=591 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.76% from 591); Green value is 172 (67.58% from 255 or 29.10% from 591); Blue value is 249 (97.66% from 255 or 42.13% from 591); Max value from RGB is 249 - color contains mainly: blue. Hex color #AAACF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAACF9 is #555306. Grayscale: #B3B3B3. Windows color (decimal): -5591815 or 16362666. OLE color: 16362666.
HSL color Cylindrical-coordinate representation of color #AAACF9: hue angle of 238.48º degrees, saturation: 0.87, 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 #AAACF9 is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 172 | 249 | - |
| CMYK | 0.32 | 0.31 | 0 | 0.02 |
| HSL | 238.48º | 0.87% | 0.82% | - |
| HSV(B) | 238.48º | 0.32% | 0.98% | - |
| XYZ | 48.43 | 44.89 | 95.73 | - |
| YUV | 180.18 | 166.84 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 172 | 249 | 0.32 | 0.31 | 0 | 0.02 | 238.48 | 0.87 | 0.82 |
| Hex | AA | AC | F9 | 20 | 1F | 0 | 2 | EE | 57 | 52 |
| Octal | 252 | 254 | 371 | 40 | 37 | 0 | 2 | 356 | 127 | 122 |
| Binary | 10101010 | 10101100 | 11111001 | 100000 | 11111 | 0 | 10 | 11101110 | 1010111 | 1010010 |
Color Harmonies of #AAACF9
Complementary color
Monochromatic Colors of #AAACF9
Black with #AAACF9
Text Example
Text Example
White with #AAACF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAACF9; }
p { color: rgb(170,172,249); }
H1.HeaderClassName
{
color: #AAACF9;
}
.AnyTagClassName
{
color: #AAACF9;
}
</style>
background-color css
<style>
a { background-color: #AAACF9; }
a { background-color: rgb(170,172,249); }
div.DivClassName
{
background-color: #AAACF9;
}
.BgClassName
{
background-color: #AAACF9;
}
</style>
border-color css
<style>
span { border-color: #AAACF9; }
span { border-color: rgb(170,172,249); }
td.TdClassName
{
border-color: #AAACF9;
}
.TagClassName
{
border-color: #AAACF9;
}
</style>