Shades of Perano #AAB5FD
Tints of Perano #AAB5FD
RGB
CMYK
RGB Variations
Color information
#AAB5FD (or 0xAAB5FD) is known color: Perano. HEX triplet: AA, B5 and FD. RGB value is (170,181,253). Sum of RGB (Red+Green+Blue) = 170+181+253=604 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.15% from 604); Green value is 181 (71.09% from 255 or 29.97% from 604); Blue value is 253 (99.22% from 255 or 41.89% from 604); Max value from RGB is 253 - color contains mainly: blue. Hex color #AAB5FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB5FD is #554A02. Grayscale: #B9B9B9. Windows color (decimal): -5589507 or 16627114. OLE color: 16627114.
HSL color Cylindrical-coordinate representation of color #AAB5FD: hue angle of 232.05º 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 #AAB5FD is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 181 | 253 | - |
| CMYK | 0.33 | 0.28 | 0 | 0.01 |
| HSL | 232.05º | 0.95% | 0.83% | - |
| HSV(B) | 232.05º | 0.33% | 0.99% | - |
| XYZ | 50.83 | 48.69 | 99.65 | - |
| YUV | 185.92 | 165.86 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 181 | 253 | 0.33 | 0.28 | 0 | 0.01 | 232.05 | 0.95 | 0.83 |
| Hex | AA | B5 | FD | 21 | 1C | 0 | 1 | E8 | 5F | 53 |
| Octal | 252 | 265 | 375 | 41 | 34 | 0 | 1 | 350 | 137 | 123 |
| Binary | 10101010 | 10110101 | 11111101 | 100001 | 11100 | 0 | 1 | 11101000 | 1011111 | 1010011 |
Color Harmonies of #AAB5FD
Complementary color
Monochromatic Colors of #AAB5FD
Black with #AAB5FD
Text Example
Text Example
White with #AAB5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB5FD; }
p { color: rgb(170,181,253); }
H1.HeaderClassName
{
color: #AAB5FD;
}
.AnyTagClassName
{
color: #AAB5FD;
}
</style>
background-color css
<style>
a { background-color: #AAB5FD; }
a { background-color: rgb(170,181,253); }
div.DivClassName
{
background-color: #AAB5FD;
}
.BgClassName
{
background-color: #AAB5FD;
}
</style>
border-color css
<style>
span { border-color: #AAB5FD; }
span { border-color: rgb(170,181,253); }
td.TdClassName
{
border-color: #AAB5FD;
}
.TagClassName
{
border-color: #AAB5FD;
}
</style>