Shades of Perano #AAB6FD
Tints of Perano #AAB6FD
RGB
CMYK
RGB Variations
Color information
#AAB6FD (or 0xAAB6FD) is known color: Perano. HEX triplet: AA, B6 and FD. RGB value is (170,182,253). Sum of RGB (Red+Green+Blue) = 170+182+253=605 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.10% from 605); Green value is 182 (71.48% from 255 or 30.08% from 605); Blue value is 253 (99.22% from 255 or 41.82% from 605); Max value from RGB is 253 - color contains mainly: blue. Hex color #AAB6FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB6FD is #554902. Grayscale: #BABABA. Windows color (decimal): -5589251 or 16627370. OLE color: 16627370.
HSL color Cylindrical-coordinate representation of color #AAB6FD: hue angle of 231.33º 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 #AAB6FD is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 182 | 253 | - |
| CMYK | 0.33 | 0.28 | 0 | 0.01 |
| HSL | 231.33º | 0.95% | 0.83% | - |
| HSV(B) | 231.33º | 0.33% | 0.99% | - |
| XYZ | 51.04 | 49.09 | 99.71 | - |
| YUV | 186.51 | 165.52 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 182 | 253 | 0.33 | 0.28 | 0 | 0.01 | 231.33 | 0.95 | 0.83 |
| Hex | AA | B6 | FD | 21 | 1C | 0 | 1 | E7 | 5F | 53 |
| Octal | 252 | 266 | 375 | 41 | 34 | 0 | 1 | 347 | 137 | 123 |
| Binary | 10101010 | 10110110 | 11111101 | 100001 | 11100 | 0 | 1 | 11100111 | 1011111 | 1010011 |
Color Harmonies of #AAB6FD
Complementary color
Monochromatic Colors of #AAB6FD
Black with #AAB6FD
Text Example
Text Example
White with #AAB6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB6FD; }
p { color: rgb(170,182,253); }
H1.HeaderClassName
{
color: #AAB6FD;
}
.AnyTagClassName
{
color: #AAB6FD;
}
</style>
background-color css
<style>
a { background-color: #AAB6FD; }
a { background-color: rgb(170,182,253); }
div.DivClassName
{
background-color: #AAB6FD;
}
.BgClassName
{
background-color: #AAB6FD;
}
</style>
border-color css
<style>
span { border-color: #AAB6FD; }
span { border-color: rgb(170,182,253); }
td.TdClassName
{
border-color: #AAB6FD;
}
.TagClassName
{
border-color: #AAB6FD;
}
</style>