Shades of Perano #A9A1FA
Tints of Perano #A9A1FA
RGB
CMYK
RGB Variations
Color information
#A9A1FA (or 0xA9A1FA) is known color: Perano. HEX triplet: A9, A1 and FA. RGB value is (169,161,250). Sum of RGB (Red+Green+Blue) = 169+161+250=580 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.14% from 580); Green value is 161 (63.28% from 255 or 27.76% from 580); Blue value is 250 (98.05% from 255 or 43.10% from 580); Max value from RGB is 250 - color contains mainly: blue. Hex color #A9A1FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A9A1FA is #565E05. Grayscale: #ADADAD. Windows color (decimal): -5660166 or 16425385. OLE color: 16425385.
HSL color Cylindrical-coordinate representation of color #A9A1FA: hue angle of 245.39º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A9A1FA is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 169 | 161 | 250 | - |
| CMYK | 0.32 | 0.36 | 0 | 0.02 |
| HSL | 245.39º | 0.9% | 0.81% | - |
| HSV(B) | 245.39º | 0.36% | 0.98% | - |
| XYZ | 46.36 | 40.83 | 95.88 | - |
| YUV | 173.54 | 171.15 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 161 | 250 | 0.32 | 0.36 | 0 | 0.02 | 245.39 | 0.9 | 0.81 |
| Hex | A9 | A1 | FA | 20 | 24 | 0 | 2 | F5 | 5A | 51 |
| Octal | 251 | 241 | 372 | 40 | 44 | 0 | 2 | 365 | 132 | 121 |
| Binary | 10101001 | 10100001 | 11111010 | 100000 | 100100 | 0 | 10 | 11110101 | 1011010 | 1010001 |
Color Harmonies of #A9A1FA
Complementary color
Monochromatic Colors of #A9A1FA
Black with #A9A1FA
Text Example
Text Example
White with #A9A1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A1FA; }
p { color: rgb(169,161,250); }
H1.HeaderClassName
{
color: #A9A1FA;
}
.AnyTagClassName
{
color: #A9A1FA;
}
</style>
background-color css
<style>
a { background-color: #A9A1FA; }
a { background-color: rgb(169,161,250); }
div.DivClassName
{
background-color: #A9A1FA;
}
.BgClassName
{
background-color: #A9A1FA;
}
</style>
border-color css
<style>
span { border-color: #A9A1FA; }
span { border-color: rgb(169,161,250); }
td.TdClassName
{
border-color: #A9A1FA;
}
.TagClassName
{
border-color: #A9A1FA;
}
</style>