Shades of Perano #AAA4F2
Tints of Perano #AAA4F2
RGB
CMYK
RGB Variations
Color information
#AAA4F2 (or 0xAAA4F2) is known color: Perano. HEX triplet: AA, A4 and F2. RGB value is (170,164,242). Sum of RGB (Red+Green+Blue) = 170+164+242=576 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.51% from 576); Green value is 164 (64.45% from 255 or 28.47% from 576); Blue value is 242 (94.92% from 255 or 42.01% from 576); Max value from RGB is 242 - color contains mainly: blue. Hex color #AAA4F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA4F2 is #555B0D. Grayscale: #AEAEAE. Windows color (decimal): -5593870 or 15901866. OLE color: 15901866.
HSL color Cylindrical-coordinate representation of color #AAA4F2: hue angle of 244.62º degrees, saturation: 0.75, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAA4F2 is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 164 | 242 | - |
| CMYK | 0.30 | 0.32 | 0 | 0.05 |
| HSL | 244.62º | 0.75% | 0.8% | - |
| HSV(B) | 244.62º | 0.32% | 0.95% | - |
| XYZ | 45.88 | 41.51 | 89.6 | - |
| YUV | 174.69 | 165.99 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 164 | 242 | 0.30 | 0.32 | 0 | 0.05 | 244.62 | 0.75 | 0.8 |
| Hex | AA | A4 | F2 | 1E | 20 | 0 | 5 | F5 | 4B | 50 |
| Octal | 252 | 244 | 362 | 36 | 40 | 0 | 5 | 365 | 113 | 120 |
| Binary | 10101010 | 10100100 | 11110010 | 11110 | 100000 | 0 | 101 | 11110101 | 1001011 | 1010000 |
Color Harmonies of #AAA4F2
Complementary color
Monochromatic Colors of #AAA4F2
Black with #AAA4F2
Text Example
Text Example
White with #AAA4F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA4F2; }
p { color: rgb(170,164,242); }
H1.HeaderClassName
{
color: #AAA4F2;
}
.AnyTagClassName
{
color: #AAA4F2;
}
</style>
background-color css
<style>
a { background-color: #AAA4F2; }
a { background-color: rgb(170,164,242); }
div.DivClassName
{
background-color: #AAA4F2;
}
.BgClassName
{
background-color: #AAA4F2;
}
</style>
border-color css
<style>
span { border-color: #AAA4F2; }
span { border-color: rgb(170,164,242); }
td.TdClassName
{
border-color: #AAA4F2;
}
.TagClassName
{
border-color: #AAA4F2;
}
</style>