Shades of Perano #AAA7F5
Tints of Perano #AAA7F5
RGB
CMYK
RGB Variations
Color information
#AAA7F5 (or 0xAAA7F5) is known color: Perano. HEX triplet: AA, A7 and F5. RGB value is (170,167,245). Sum of RGB (Red+Green+Blue) = 170+167+245=582 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.21% from 582); Green value is 167 (65.62% from 255 or 28.69% from 582); Blue value is 245 (96.09% from 255 or 42.10% from 582); Max value from RGB is 245 - color contains mainly: blue. Hex color #AAA7F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA7F5 is #55580A. Grayscale: #B0B0B0. Windows color (decimal): -5593099 or 16099242. OLE color: 16099242.
HSL color Cylindrical-coordinate representation of color #AAA7F5: hue angle of 242.31º degrees, saturation: 0.8, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAA7F5 is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 167 | 245 | - |
| CMYK | 0.31 | 0.32 | 0 | 0.04 |
| HSL | 242.31º | 0.8% | 0.81% | - |
| HSV(B) | 242.31º | 0.32% | 0.96% | - |
| XYZ | 46.88 | 42.78 | 92.17 | - |
| YUV | 176.79 | 166.49 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 167 | 245 | 0.31 | 0.32 | 0 | 0.04 | 242.31 | 0.8 | 0.81 |
| Hex | AA | A7 | F5 | 1F | 20 | 0 | 4 | F2 | 50 | 51 |
| Octal | 252 | 247 | 365 | 37 | 40 | 0 | 4 | 362 | 120 | 121 |
| Binary | 10101010 | 10100111 | 11110101 | 11111 | 100000 | 0 | 100 | 11110010 | 1010000 | 1010001 |
Color Harmonies of #AAA7F5
Complementary color
Monochromatic Colors of #AAA7F5
Black with #AAA7F5
Text Example
Text Example
White with #AAA7F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA7F5; }
p { color: rgb(170,167,245); }
H1.HeaderClassName
{
color: #AAA7F5;
}
.AnyTagClassName
{
color: #AAA7F5;
}
</style>
background-color css
<style>
a { background-color: #AAA7F5; }
a { background-color: rgb(170,167,245); }
div.DivClassName
{
background-color: #AAA7F5;
}
.BgClassName
{
background-color: #AAA7F5;
}
</style>
border-color css
<style>
span { border-color: #AAA7F5; }
span { border-color: rgb(170,167,245); }
td.TdClassName
{
border-color: #AAA7F5;
}
.TagClassName
{
border-color: #AAA7F5;
}
</style>