Shades of Perano #AAA3F7
Tints of Perano #AAA3F7
RGB
CMYK
RGB Variations
Color information
#AAA3F7 (or 0xAAA3F7) is known color: Perano. HEX triplet: AA, A3 and F7. RGB value is (170,163,247). Sum of RGB (Red+Green+Blue) = 170+163+247=580 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.31% from 580); Green value is 163 (64.06% from 255 or 28.10% from 580); Blue value is 247 (96.88% from 255 or 42.59% from 580); Max value from RGB is 247 - color contains mainly: blue. Hex color #AAA3F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA3F7 is #555C08. Grayscale: #AEAEAE. Windows color (decimal): -5594121 or 16229290. OLE color: 16229290.
HSL color Cylindrical-coordinate representation of color #AAA3F7: hue angle of 245º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AAA3F7 is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 170 | 163 | 247 | - |
| CMYK | 0.31 | 0.34 | 0 | 0.03 |
| HSL | 245º | 0.84% | 0.8% | - |
| HSV(B) | 245º | 0.34% | 0.97% | - |
| XYZ | 46.46 | 41.46 | 93.55 | - |
| YUV | 174.67 | 168.82 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 163 | 247 | 0.31 | 0.34 | 0 | 0.03 | 245 | 0.84 | 0.8 |
| Hex | AA | A3 | F7 | 1F | 22 | 0 | 3 | F5 | 54 | 50 |
| Octal | 252 | 243 | 367 | 37 | 42 | 0 | 3 | 365 | 124 | 120 |
| Binary | 10101010 | 10100011 | 11110111 | 11111 | 100010 | 0 | 11 | 11110101 | 1010100 | 1010000 |
Color Harmonies of #AAA3F7
Complementary color
Monochromatic Colors of #AAA3F7
Black with #AAA3F7
Text Example
Text Example
White with #AAA3F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA3F7; }
p { color: rgb(170,163,247); }
H1.HeaderClassName
{
color: #AAA3F7;
}
.AnyTagClassName
{
color: #AAA3F7;
}
</style>
background-color css
<style>
a { background-color: #AAA3F7; }
a { background-color: rgb(170,163,247); }
div.DivClassName
{
background-color: #AAA3F7;
}
.BgClassName
{
background-color: #AAA3F7;
}
</style>
border-color css
<style>
span { border-color: #AAA3F7; }
span { border-color: rgb(170,163,247); }
td.TdClassName
{
border-color: #AAA3F7;
}
.TagClassName
{
border-color: #AAA3F7;
}
</style>