Shades of Perano #AAA0FB
Tints of Perano #AAA0FB
RGB
CMYK
RGB Variations
Color information
#AAA0FB (or 0xAAA0FB) is known color: Perano. HEX triplet: AA, A0 and FB. RGB value is (170,160,251). Sum of RGB (Red+Green+Blue) = 170+160+251=581 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.26% from 581); Green value is 160 (62.89% from 255 or 27.54% from 581); Blue value is 251 (98.44% from 255 or 43.20% from 581); Max value from RGB is 251 - color contains mainly: blue. Hex color #AAA0FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA0FB is #555F04. Grayscale: #ADADAD. Windows color (decimal): -5594885 or 16490666. OLE color: 16490666.
HSL color Cylindrical-coordinate representation of color #AAA0FB: hue angle of 246.59º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AAA0FB is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 160 | 251 | - |
| CMYK | 0.32 | 0.36 | 0 | 0.02 |
| HSL | 246.59º | 0.92% | 0.81% | - |
| HSV(B) | 246.59º | 0.36% | 0.98% | - |
| XYZ | 46.56 | 40.65 | 96.66 | - |
| YUV | 173.36 | 171.81 | 125.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 160 | 251 | 0.32 | 0.36 | 0 | 0.02 | 246.59 | 0.92 | 0.81 |
| Hex | AA | A0 | FB | 20 | 24 | 0 | 2 | F7 | 5C | 51 |
| Octal | 252 | 240 | 373 | 40 | 44 | 0 | 2 | 367 | 134 | 121 |
| Binary | 10101010 | 10100000 | 11111011 | 100000 | 100100 | 0 | 10 | 11110111 | 1011100 | 1010001 |
Color Harmonies of #AAA0FB
Complementary color
Monochromatic Colors of #AAA0FB
Black with #AAA0FB
Text Example
Text Example
White with #AAA0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA0FB; }
p { color: rgb(170,160,251); }
H1.HeaderClassName
{
color: #AAA0FB;
}
.AnyTagClassName
{
color: #AAA0FB;
}
</style>
background-color css
<style>
a { background-color: #AAA0FB; }
a { background-color: rgb(170,160,251); }
div.DivClassName
{
background-color: #AAA0FB;
}
.BgClassName
{
background-color: #AAA0FB;
}
</style>
border-color css
<style>
span { border-color: #AAA0FB; }
span { border-color: rgb(170,160,251); }
td.TdClassName
{
border-color: #AAA0FB;
}
.TagClassName
{
border-color: #AAA0FB;
}
</style>