Shades of Perano #AAA4F1
Tints of Perano #AAA4F1
RGB
CMYK
RGB Variations
Color information
#AAA4F1 (or 0xAAA4F1) is known color: Perano. HEX triplet: AA, A4 and F1. RGB value is (170,164,241). Sum of RGB (Red+Green+Blue) = 170+164+241=575 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.57% from 575); Green value is 164 (64.45% from 255 or 28.52% from 575); Blue value is 241 (94.53% from 255 or 41.91% from 575); Max value from RGB is 241 - color contains mainly: blue. Hex color #AAA4F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA4F1 is #555B0E. Grayscale: #AEAEAE. Windows color (decimal): -5593871 or 15836330. OLE color: 15836330.
HSL color Cylindrical-coordinate representation of color #AAA4F1: hue angle of 244.68º degrees, saturation: 0.73, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAA4F1 is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 164 | 241 | - |
| CMYK | 0.29 | 0.32 | 0 | 0.05 |
| HSL | 244.68º | 0.73% | 0.79% | - |
| HSV(B) | 244.68º | 0.32% | 0.95% | - |
| XYZ | 45.73 | 41.45 | 88.81 | - |
| YUV | 174.57 | 165.49 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 164 | 241 | 0.29 | 0.32 | 0 | 0.05 | 244.68 | 0.73 | 0.79 |
| Hex | AA | A4 | F1 | 1D | 20 | 0 | 5 | F5 | 49 | 4F |
| Octal | 252 | 244 | 361 | 35 | 40 | 0 | 5 | 365 | 111 | 117 |
| Binary | 10101010 | 10100100 | 11110001 | 11101 | 100000 | 0 | 101 | 11110101 | 1001001 | 1001111 |
Color Harmonies of #AAA4F1
Complementary color
Monochromatic Colors of #AAA4F1
Black with #AAA4F1
Text Example
Text Example
White with #AAA4F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA4F1; }
p { color: rgb(170,164,241); }
H1.HeaderClassName
{
color: #AAA4F1;
}
.AnyTagClassName
{
color: #AAA4F1;
}
</style>
background-color css
<style>
a { background-color: #AAA4F1; }
a { background-color: rgb(170,164,241); }
div.DivClassName
{
background-color: #AAA4F1;
}
.BgClassName
{
background-color: #AAA4F1;
}
</style>
border-color css
<style>
span { border-color: #AAA4F1; }
span { border-color: rgb(170,164,241); }
td.TdClassName
{
border-color: #AAA4F1;
}
.TagClassName
{
border-color: #AAA4F1;
}
</style>