Shades of Perano #AAACF5
Tints of Perano #AAACF5
RGB
CMYK
RGB Variations
Color information
#AAACF5 (or 0xAAACF5) is known color: Perano. HEX triplet: AA, AC and F5. RGB value is (170,172,245). Sum of RGB (Red+Green+Blue) = 170+172+245=587 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.96% from 587); Green value is 172 (67.58% from 255 or 29.30% from 587); Blue value is 245 (96.09% from 255 or 41.74% from 587); Max value from RGB is 245 - color contains mainly: blue. Hex color #AAACF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAACF5 is #55530A. Grayscale: #B3B3B3. Windows color (decimal): -5591819 or 16100522. OLE color: 16100522.
HSL color Cylindrical-coordinate representation of color #AAACF5: hue angle of 238.4º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAACF5 is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 172 | 245 | - |
| CMYK | 0.31 | 0.30 | 0 | 0.04 |
| HSL | 238.4º | 0.79% | 0.81% | - |
| HSV(B) | 238.4º | 0.31% | 0.96% | - |
| XYZ | 47.81 | 44.64 | 92.48 | - |
| YUV | 179.72 | 164.84 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 172 | 245 | 0.31 | 0.30 | 0 | 0.04 | 238.4 | 0.79 | 0.81 |
| Hex | AA | AC | F5 | 1F | 1E | 0 | 4 | EE | 4F | 51 |
| Octal | 252 | 254 | 365 | 37 | 36 | 0 | 4 | 356 | 117 | 121 |
| Binary | 10101010 | 10101100 | 11110101 | 11111 | 11110 | 0 | 100 | 11101110 | 1001111 | 1010001 |
Color Harmonies of #AAACF5
Complementary color
Monochromatic Colors of #AAACF5
Black with #AAACF5
Text Example
Text Example
White with #AAACF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAACF5; }
p { color: rgb(170,172,245); }
H1.HeaderClassName
{
color: #AAACF5;
}
.AnyTagClassName
{
color: #AAACF5;
}
</style>
background-color css
<style>
a { background-color: #AAACF5; }
a { background-color: rgb(170,172,245); }
div.DivClassName
{
background-color: #AAACF5;
}
.BgClassName
{
background-color: #AAACF5;
}
</style>
border-color css
<style>
span { border-color: #AAACF5; }
span { border-color: rgb(170,172,245); }
td.TdClassName
{
border-color: #AAACF5;
}
.TagClassName
{
border-color: #AAACF5;
}
</style>