Shades of Perano #AAACFF
Tints of Perano #AAACFF
RGB
CMYK
RGB Variations
Color information
#AAACFF (or 0xAAACFF) is known color: Perano. HEX triplet: AA, AC and FF. RGB value is (170,172,255). Sum of RGB (Red+Green+Blue) = 170+172+255=597 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.48% from 597); Green value is 172 (67.58% from 255 or 28.81% from 597); Blue value is 255 (100% from 255 or 42.71% from 597); Max value from RGB is 255 - color contains mainly: blue. Hex color #AAACFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAACFF is #555300. Grayscale: #B4B4B4. Windows color (decimal): -5591809 or 16755882. OLE color: 16755882.
HSL color Cylindrical-coordinate representation of color #AAACFF: hue angle of 238.59º 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 #AAACFF is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 172 | 255 | - |
| CMYK | 0.33 | 0.33 | 0 | 0 |
| HSL | 238.59º | 1% | 0.83% | - |
| HSV(B) | 238.59º | 0.33% | 1% | - |
| XYZ | 49.38 | 45.27 | 100.74 | - |
| YUV | 180.86 | 169.84 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 172 | 255 | 0.33 | 0.33 | 0 | 0 | 238.59 | 1 | 0.83 |
| Hex | AA | AC | FF | 21 | 21 | 0 | 0 | EF | 64 | 53 |
| Octal | 252 | 254 | 377 | 41 | 41 | 0 | 0 | 357 | 144 | 123 |
| Binary | 10101010 | 10101100 | 11111111 | 100001 | 100001 | 0 | 0 | 11101111 | 1100100 | 1010011 |
Color Harmonies of #AAACFF
Complementary color
Monochromatic Colors of #AAACFF
Black with #AAACFF
Text Example
Text Example
White with #AAACFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAACFF; }
p { color: rgb(170,172,255); }
H1.HeaderClassName
{
color: #AAACFF;
}
.AnyTagClassName
{
color: #AAACFF;
}
</style>
background-color css
<style>
a { background-color: #AAACFF; }
a { background-color: rgb(170,172,255); }
div.DivClassName
{
background-color: #AAACFF;
}
.BgClassName
{
background-color: #AAACFF;
}
</style>
border-color css
<style>
span { border-color: #AAACFF; }
span { border-color: rgb(170,172,255); }
td.TdClassName
{
border-color: #AAACFF;
}
.TagClassName
{
border-color: #AAACFF;
}
</style>