Shades of Perano #AAA7FA
Tints of Perano #AAA7FA
RGB
CMYK
RGB Variations
Color information
#AAA7FA (or 0xAAA7FA) is known color: Perano. HEX triplet: AA, A7 and FA. RGB value is (170,167,250). Sum of RGB (Red+Green+Blue) = 170+167+250=587 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.96% from 587); Green value is 167 (65.62% from 255 or 28.45% from 587); Blue value is 250 (98.05% from 255 or 42.59% from 587); Max value from RGB is 250 - color contains mainly: blue. Hex color #AAA7FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA7FA is #555805. Grayscale: #B1B1B1. Windows color (decimal): -5593094 or 16426922. OLE color: 16426922.
HSL color Cylindrical-coordinate representation of color #AAA7FA: hue angle of 242.17º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAA7FA is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 167 | 250 | - |
| CMYK | 0.32 | 0.33 | 0 | 0.02 |
| HSL | 242.17º | 0.89% | 0.82% | - |
| HSV(B) | 242.17º | 0.33% | 0.98% | - |
| XYZ | 47.65 | 43.09 | 96.25 | - |
| YUV | 177.36 | 168.99 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 167 | 250 | 0.32 | 0.33 | 0 | 0.02 | 242.17 | 0.89 | 0.82 |
| Hex | AA | A7 | FA | 20 | 21 | 0 | 2 | F2 | 59 | 52 |
| Octal | 252 | 247 | 372 | 40 | 41 | 0 | 2 | 362 | 131 | 122 |
| Binary | 10101010 | 10100111 | 11111010 | 100000 | 100001 | 0 | 10 | 11110010 | 1011001 | 1010010 |
Color Harmonies of #AAA7FA
Complementary color
Monochromatic Colors of #AAA7FA
Black with #AAA7FA
Text Example
Text Example
White with #AAA7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA7FA; }
p { color: rgb(170,167,250); }
H1.HeaderClassName
{
color: #AAA7FA;
}
.AnyTagClassName
{
color: #AAA7FA;
}
</style>
background-color css
<style>
a { background-color: #AAA7FA; }
a { background-color: rgb(170,167,250); }
div.DivClassName
{
background-color: #AAA7FA;
}
.BgClassName
{
background-color: #AAA7FA;
}
</style>
border-color css
<style>
span { border-color: #AAA7FA; }
span { border-color: rgb(170,167,250); }
td.TdClassName
{
border-color: #AAA7FA;
}
.TagClassName
{
border-color: #AAA7FA;
}
</style>