Shades of Perano #AAA7F2
Tints of Perano #AAA7F2
RGB
CMYK
RGB Variations
Color information
#AAA7F2 (or 0xAAA7F2) is known color: Perano. HEX triplet: AA, A7 and F2. RGB value is (170,167,242). Sum of RGB (Red+Green+Blue) = 170+167+242=579 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.36% from 579); Green value is 167 (65.62% from 255 or 28.84% from 579); Blue value is 242 (94.92% from 255 or 41.80% from 579); Max value from RGB is 242 - color contains mainly: blue. Hex color #AAA7F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA7F2 is #55580D. Grayscale: #B0B0B0. Windows color (decimal): -5593102 or 15902634. OLE color: 15902634.
HSL color Cylindrical-coordinate representation of color #AAA7F2: hue angle of 242.4º degrees, saturation: 0.74, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAA7F2 is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 167 | 242 | - |
| CMYK | 0.30 | 0.31 | 0 | 0.05 |
| HSL | 242.4º | 0.74% | 0.8% | - |
| HSV(B) | 242.4º | 0.31% | 0.95% | - |
| XYZ | 46.42 | 42.59 | 89.78 | - |
| YUV | 176.45 | 164.99 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 167 | 242 | 0.30 | 0.31 | 0 | 0.05 | 242.4 | 0.74 | 0.8 |
| Hex | AA | A7 | F2 | 1E | 1F | 0 | 5 | F2 | 4A | 50 |
| Octal | 252 | 247 | 362 | 36 | 37 | 0 | 5 | 362 | 112 | 120 |
| Binary | 10101010 | 10100111 | 11110010 | 11110 | 11111 | 0 | 101 | 11110010 | 1001010 | 1010000 |
Color Harmonies of #AAA7F2
Complementary color
Monochromatic Colors of #AAA7F2
Black with #AAA7F2
Text Example
Text Example
White with #AAA7F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA7F2; }
p { color: rgb(170,167,242); }
H1.HeaderClassName
{
color: #AAA7F2;
}
.AnyTagClassName
{
color: #AAA7F2;
}
</style>
background-color css
<style>
a { background-color: #AAA7F2; }
a { background-color: rgb(170,167,242); }
div.DivClassName
{
background-color: #AAA7F2;
}
.BgClassName
{
background-color: #AAA7F2;
}
</style>
border-color css
<style>
span { border-color: #AAA7F2; }
span { border-color: rgb(170,167,242); }
td.TdClassName
{
border-color: #AAA7F2;
}
.TagClassName
{
border-color: #AAA7F2;
}
</style>