Shades of Perano #AAB3FC
Tints of Perano #AAB3FC
RGB
CMYK
RGB Variations
Color information
#AAB3FC (or 0xAAB3FC) is known color: Perano. HEX triplet: AA, B3 and FC. RGB value is (170,179,252). Sum of RGB (Red+Green+Blue) = 170+179+252=601 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.29% from 601); Green value is 179 (70.31% from 255 or 29.78% from 601); Blue value is 252 (98.83% from 255 or 41.93% from 601); Max value from RGB is 252 - color contains mainly: blue. Hex color #AAB3FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB3FC is #554C03. Grayscale: #B8B8B8. Windows color (decimal): -5590020 or 16561066. OLE color: 16561066.
HSL color Cylindrical-coordinate representation of color #AAB3FC: hue angle of 233.41º 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 #AAB3FC is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 179 | 252 | - |
| CMYK | 0.33 | 0.29 | 0 | 0.01 |
| HSL | 233.41º | 0.93% | 0.83% | - |
| HSV(B) | 233.41º | 0.33% | 0.99% | - |
| XYZ | 50.27 | 47.81 | 98.68 | - |
| YUV | 184.63 | 166.02 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 179 | 252 | 0.33 | 0.29 | 0 | 0.01 | 233.41 | 0.93 | 0.83 |
| Hex | AA | B3 | FC | 21 | 1D | 0 | 1 | E9 | 5D | 53 |
| Octal | 252 | 263 | 374 | 41 | 35 | 0 | 1 | 351 | 135 | 123 |
| Binary | 10101010 | 10110011 | 11111100 | 100001 | 11101 | 0 | 1 | 11101001 | 1011101 | 1010011 |
Color Harmonies of #AAB3FC
Complementary color
Monochromatic Colors of #AAB3FC
Black with #AAB3FC
Text Example
Text Example
White with #AAB3FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB3FC; }
p { color: rgb(170,179,252); }
H1.HeaderClassName
{
color: #AAB3FC;
}
.AnyTagClassName
{
color: #AAB3FC;
}
</style>
background-color css
<style>
a { background-color: #AAB3FC; }
a { background-color: rgb(170,179,252); }
div.DivClassName
{
background-color: #AAB3FC;
}
.BgClassName
{
background-color: #AAB3FC;
}
</style>
border-color css
<style>
span { border-color: #AAB3FC; }
span { border-color: rgb(170,179,252); }
td.TdClassName
{
border-color: #AAB3FC;
}
.TagClassName
{
border-color: #AAB3FC;
}
</style>