Shades of Perano #AAB9FD
Tints of Perano #AAB9FD
RGB
CMYK
RGB Variations
Color information
#AAB9FD (or 0xAAB9FD) is known color: Perano. HEX triplet: AA, B9 and FD. RGB value is (170,185,253). Sum of RGB (Red+Green+Blue) = 170+185+253=608 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.96% from 608); Green value is 185 (72.66% from 255 or 30.43% from 608); Blue value is 253 (99.22% from 255 or 41.61% from 608); Max value from RGB is 253 - color contains mainly: blue. Hex color #AAB9FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB9FD is #554602. Grayscale: #BBBBBB. Windows color (decimal): -5588483 or 16628138. OLE color: 16628138.
HSL color Cylindrical-coordinate representation of color #AAB9FD: hue angle of 229.16º degrees, saturation: 0.95, 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 #AAB9FD is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 185 | 253 | - |
| CMYK | 0.33 | 0.27 | 0 | 0.01 |
| HSL | 229.16º | 0.95% | 0.83% | - |
| HSV(B) | 229.16º | 0.33% | 0.99% | - |
| XYZ | 51.66 | 50.34 | 99.92 | - |
| YUV | 188.27 | 164.53 | 114.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 185 | 253 | 0.33 | 0.27 | 0 | 0.01 | 229.16 | 0.95 | 0.83 |
| Hex | AA | B9 | FD | 21 | 1B | 0 | 1 | E5 | 5F | 53 |
| Octal | 252 | 271 | 375 | 41 | 33 | 0 | 1 | 345 | 137 | 123 |
| Binary | 10101010 | 10111001 | 11111101 | 100001 | 11011 | 0 | 1 | 11100101 | 1011111 | 1010011 |
Color Harmonies of #AAB9FD
Complementary color
Monochromatic Colors of #AAB9FD
Black with #AAB9FD
Text Example
Text Example
White with #AAB9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB9FD; }
p { color: rgb(170,185,253); }
H1.HeaderClassName
{
color: #AAB9FD;
}
.AnyTagClassName
{
color: #AAB9FD;
}
</style>
background-color css
<style>
a { background-color: #AAB9FD; }
a { background-color: rgb(170,185,253); }
div.DivClassName
{
background-color: #AAB9FD;
}
.BgClassName
{
background-color: #AAB9FD;
}
</style>
border-color css
<style>
span { border-color: #AAB9FD; }
span { border-color: rgb(170,185,253); }
td.TdClassName
{
border-color: #AAB9FD;
}
.TagClassName
{
border-color: #AAB9FD;
}
</style>