Shades of Perano #AAACFC
Tints of Perano #AAACFC
RGB
CMYK
RGB Variations
Color information
#AAACFC (or 0xAAACFC) is known color: Perano. HEX triplet: AA, AC and FC. RGB value is (170,172,252). Sum of RGB (Red+Green+Blue) = 170+172+252=594 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.62% from 594); Green value is 172 (67.58% from 255 or 28.96% from 594); Blue value is 252 (98.83% from 255 or 42.42% from 594); Max value from RGB is 252 - color contains mainly: blue. Hex color #AAACFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAACFC is #555303. Grayscale: #B4B4B4. Windows color (decimal): -5591812 or 16559274. OLE color: 16559274.
HSL color Cylindrical-coordinate representation of color #AAACFC: hue angle of 238.54º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAACFC is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 172 | 252 | - |
| CMYK | 0.33 | 0.32 | 0 | 0.01 |
| HSL | 238.54º | 0.93% | 0.83% | - |
| HSV(B) | 238.54º | 0.33% | 0.99% | - |
| XYZ | 48.9 | 45.08 | 98.22 | - |
| YUV | 180.52 | 168.34 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 172 | 252 | 0.33 | 0.32 | 0 | 0.01 | 238.54 | 0.93 | 0.83 |
| Hex | AA | AC | FC | 21 | 20 | 0 | 1 | EF | 5D | 53 |
| Octal | 252 | 254 | 374 | 41 | 40 | 0 | 1 | 357 | 135 | 123 |
| Binary | 10101010 | 10101100 | 11111100 | 100001 | 100000 | 0 | 1 | 11101111 | 1011101 | 1010011 |
Color Harmonies of #AAACFC
Complementary color
Monochromatic Colors of #AAACFC
Black with #AAACFC
Text Example
Text Example
White with #AAACFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAACFC; }
p { color: rgb(170,172,252); }
H1.HeaderClassName
{
color: #AAACFC;
}
.AnyTagClassName
{
color: #AAACFC;
}
</style>
background-color css
<style>
a { background-color: #AAACFC; }
a { background-color: rgb(170,172,252); }
div.DivClassName
{
background-color: #AAACFC;
}
.BgClassName
{
background-color: #AAACFC;
}
</style>
border-color css
<style>
span { border-color: #AAACFC; }
span { border-color: rgb(170,172,252); }
td.TdClassName
{
border-color: #AAACFC;
}
.TagClassName
{
border-color: #AAACFC;
}
</style>