Shades of Perano #A9AAFA
Tints of Perano #A9AAFA
RGB
CMYK
RGB Variations
Color information
#A9AAFA (or 0xA9AAFA) is known color: Perano. HEX triplet: A9, AA and FA. RGB value is (169,170,250). Sum of RGB (Red+Green+Blue) = 169+170+250=589 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.69% from 589); Green value is 170 (66.80% from 255 or 28.86% from 589); Blue value is 250 (98.05% from 255 or 42.44% from 589); Max value from RGB is 250 - color contains mainly: blue. Hex color #A9AAFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A9AAFA is #565505. Grayscale: #B2B2B2. Windows color (decimal): -5657862 or 16427689. OLE color: 16427689.
HSL color Cylindrical-coordinate representation of color #A9AAFA: hue angle of 239.26º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A9AAFA is Cyan = 0.32, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 169 | 170 | 250 | - |
| CMYK | 0.32 | 0.32 | 0 | 0.02 |
| HSL | 239.26º | 0.89% | 0.82% | - |
| HSV(B) | 239.26º | 0.32% | 0.98% | - |
| XYZ | 47.99 | 44.09 | 96.42 | - |
| YUV | 178.82 | 168.17 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 170 | 250 | 0.32 | 0.32 | 0 | 0.02 | 239.26 | 0.89 | 0.82 |
| Hex | A9 | AA | FA | 20 | 20 | 0 | 2 | EF | 59 | 52 |
| Octal | 251 | 252 | 372 | 40 | 40 | 0 | 2 | 357 | 131 | 122 |
| Binary | 10101001 | 10101010 | 11111010 | 100000 | 100000 | 0 | 10 | 11101111 | 1011001 | 1010010 |
Color Harmonies of #A9AAFA
Complementary color
Monochromatic Colors of #A9AAFA
Black with #A9AAFA
Text Example
Text Example
White with #A9AAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9AAFA; }
p { color: rgb(169,170,250); }
H1.HeaderClassName
{
color: #A9AAFA;
}
.AnyTagClassName
{
color: #A9AAFA;
}
</style>
background-color css
<style>
a { background-color: #A9AAFA; }
a { background-color: rgb(169,170,250); }
div.DivClassName
{
background-color: #A9AAFA;
}
.BgClassName
{
background-color: #A9AAFA;
}
</style>
border-color css
<style>
span { border-color: #A9AAFA; }
span { border-color: rgb(169,170,250); }
td.TdClassName
{
border-color: #A9AAFA;
}
.TagClassName
{
border-color: #A9AAFA;
}
</style>