Shades of Perano #AAC0FF
Tints of Perano #AAC0FF
RGB
CMYK
RGB Variations
Color information
#AAC0FF (or 0xAAC0FF) is known color: Perano. HEX triplet: AA, C0 and FF. RGB value is (170,192,255). Sum of RGB (Red+Green+Blue) = 170+192+255=617 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.55% from 617); Green value is 192 (75.39% from 255 or 31.12% from 617); Blue value is 255 (100% from 255 or 41.33% from 617); Max value from RGB is 255 - color contains mainly: blue. Hex color #AAC0FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAC0FF is #553F00. Grayscale: #C0C0C0. Windows color (decimal): -5586689 or 16761002. OLE color: 16761002.
HSL color Cylindrical-coordinate representation of color #AAC0FF: hue angle of 224.47º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAC0FF is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 192 | 255 | - |
| CMYK | 0.33 | 0.25 | 0 | 0 |
| HSL | 224.47º | 1% | 0.83% | - |
| HSV(B) | 224.47º | 0.33% | 1% | - |
| XYZ | 53.48 | 53.47 | 102.11 | - |
| YUV | 192.6 | 163.21 | 111.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 192 | 255 | 0.33 | 0.25 | 0 | 0 | 224.47 | 1 | 0.83 |
| Hex | AA | C0 | FF | 21 | 19 | 0 | 0 | E0 | 64 | 53 |
| Octal | 252 | 300 | 377 | 41 | 31 | 0 | 0 | 340 | 144 | 123 |
| Binary | 10101010 | 11000000 | 11111111 | 100001 | 11001 | 0 | 0 | 11100000 | 1100100 | 1010011 |
Color Harmonies of #AAC0FF
Complementary color
Monochromatic Colors of #AAC0FF
Black with #AAC0FF
Text Example
Text Example
White with #AAC0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC0FF; }
p { color: rgb(170,192,255); }
H1.HeaderClassName
{
color: #AAC0FF;
}
.AnyTagClassName
{
color: #AAC0FF;
}
</style>
background-color css
<style>
a { background-color: #AAC0FF; }
a { background-color: rgb(170,192,255); }
div.DivClassName
{
background-color: #AAC0FF;
}
.BgClassName
{
background-color: #AAC0FF;
}
</style>
border-color css
<style>
span { border-color: #AAC0FF; }
span { border-color: rgb(170,192,255); }
td.TdClassName
{
border-color: #AAC0FF;
}
.TagClassName
{
border-color: #AAC0FF;
}
</style>