Shades of Perano #AAACFA
Tints of Perano #AAACFA
RGB
CMYK
RGB Variations
Color information
#AAACFA (or 0xAAACFA) is known color: Perano. HEX triplet: AA, AC and FA. RGB value is (170,172,250). Sum of RGB (Red+Green+Blue) = 170+172+250=592 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.72% from 592); Green value is 172 (67.58% from 255 or 29.05% from 592); Blue value is 250 (98.05% from 255 or 42.23% from 592); Max value from RGB is 250 - color contains mainly: blue. Hex color #AAACFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAACFA is #555305. Grayscale: #B3B3B3. Windows color (decimal): -5591814 or 16428202. OLE color: 16428202.
HSL color Cylindrical-coordinate representation of color #AAACFA: hue angle of 238.5º degrees, saturation: 0.89, 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 #AAACFA is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 172 | 250 | - |
| CMYK | 0.32 | 0.31 | 0 | 0.02 |
| HSL | 238.5º | 0.89% | 0.82% | - |
| HSV(B) | 238.5º | 0.32% | 0.98% | - |
| XYZ | 48.59 | 44.95 | 96.56 | - |
| YUV | 180.29 | 167.34 | 120.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 172 | 250 | 0.32 | 0.31 | 0 | 0.02 | 238.5 | 0.89 | 0.82 |
| Hex | AA | AC | FA | 20 | 1F | 0 | 2 | EE | 59 | 52 |
| Octal | 252 | 254 | 372 | 40 | 37 | 0 | 2 | 356 | 131 | 122 |
| Binary | 10101010 | 10101100 | 11111010 | 100000 | 11111 | 0 | 10 | 11101110 | 1011001 | 1010010 |
Color Harmonies of #AAACFA
Complementary color
Monochromatic Colors of #AAACFA
Black with #AAACFA
Text Example
Text Example
White with #AAACFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAACFA; }
p { color: rgb(170,172,250); }
H1.HeaderClassName
{
color: #AAACFA;
}
.AnyTagClassName
{
color: #AAACFA;
}
</style>
background-color css
<style>
a { background-color: #AAACFA; }
a { background-color: rgb(170,172,250); }
div.DivClassName
{
background-color: #AAACFA;
}
.BgClassName
{
background-color: #AAACFA;
}
</style>
border-color css
<style>
span { border-color: #AAACFA; }
span { border-color: rgb(170,172,250); }
td.TdClassName
{
border-color: #AAACFA;
}
.TagClassName
{
border-color: #AAACFA;
}
</style>