Shades of Perano #AAA1F3
Tints of Perano #AAA1F3
RGB
CMYK
RGB Variations
Color information
#AAA1F3 (or 0xAAA1F3) is known color: Perano. HEX triplet: AA, A1 and F3. RGB value is (170,161,243). Sum of RGB (Red+Green+Blue) = 170+161+243=574 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.62% from 574); Green value is 161 (63.28% from 255 or 28.05% from 574); Blue value is 243 (95.31% from 255 or 42.33% from 574); Max value from RGB is 243 - color contains mainly: blue. Hex color #AAA1F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA1F3 is #555E0C. Grayscale: #ACACAC. Windows color (decimal): -5594637 or 15966634. OLE color: 15966634.
HSL color Cylindrical-coordinate representation of color #AAA1F3: hue angle of 246.59º degrees, saturation: 0.77, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AAA1F3 is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 161 | 243 | - |
| CMYK | 0.30 | 0.34 | 0 | 0.05 |
| HSL | 246.59º | 0.77% | 0.79% | - |
| HSV(B) | 246.59º | 0.34% | 0.95% | - |
| XYZ | 45.5 | 40.51 | 90.21 | - |
| YUV | 173.04 | 167.48 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 161 | 243 | 0.30 | 0.34 | 0 | 0.05 | 246.59 | 0.77 | 0.79 |
| Hex | AA | A1 | F3 | 1E | 22 | 0 | 5 | F7 | 4D | 4F |
| Octal | 252 | 241 | 363 | 36 | 42 | 0 | 5 | 367 | 115 | 117 |
| Binary | 10101010 | 10100001 | 11110011 | 11110 | 100010 | 0 | 101 | 11110111 | 1001101 | 1001111 |
Color Harmonies of #AAA1F3
Complementary color
Monochromatic Colors of #AAA1F3
Black with #AAA1F3
Text Example
Text Example
White with #AAA1F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA1F3; }
p { color: rgb(170,161,243); }
H1.HeaderClassName
{
color: #AAA1F3;
}
.AnyTagClassName
{
color: #AAA1F3;
}
</style>
background-color css
<style>
a { background-color: #AAA1F3; }
a { background-color: rgb(170,161,243); }
div.DivClassName
{
background-color: #AAA1F3;
}
.BgClassName
{
background-color: #AAA1F3;
}
</style>
border-color css
<style>
span { border-color: #AAA1F3; }
span { border-color: rgb(170,161,243); }
td.TdClassName
{
border-color: #AAA1F3;
}
.TagClassName
{
border-color: #AAA1F3;
}
</style>