Shades of Perano #A9A1FC
Tints of Perano #A9A1FC
RGB
CMYK
RGB Variations
Color information
#A9A1FC (or 0xA9A1FC) is known color: Perano. HEX triplet: A9, A1 and FC. RGB value is (169,161,252). Sum of RGB (Red+Green+Blue) = 169+161+252=582 (77% of max value = 765). Red value is 169 (66.41% from 255 or 29.04% from 582); Green value is 161 (63.28% from 255 or 27.66% from 582); Blue value is 252 (98.83% from 255 or 43.30% from 582); Max value from RGB is 252 - color contains mainly: blue. Hex color #A9A1FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A9A1FC is #565E03. Grayscale: #ADADAD. Windows color (decimal): -5660164 or 16556457. OLE color: 16556457.
HSL color Cylindrical-coordinate representation of color #A9A1FC: hue angle of 245.27º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A9A1FC is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 169 | 161 | 252 | - |
| CMYK | 0.33 | 0.36 | 0 | 0.01 |
| HSL | 245.27º | 0.94% | 0.81% | - |
| HSV(B) | 245.27º | 0.36% | 0.99% | - |
| XYZ | 46.68 | 40.95 | 97.54 | - |
| YUV | 173.77 | 172.15 | 124.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 161 | 252 | 0.33 | 0.36 | 0 | 0.01 | 245.27 | 0.94 | 0.81 |
| Hex | A9 | A1 | FC | 21 | 24 | 0 | 1 | F5 | 5E | 51 |
| Octal | 251 | 241 | 374 | 41 | 44 | 0 | 1 | 365 | 136 | 121 |
| Binary | 10101001 | 10100001 | 11111100 | 100001 | 100100 | 0 | 1 | 11110101 | 1011110 | 1010001 |
Color Harmonies of #A9A1FC
Complementary color
Monochromatic Colors of #A9A1FC
Black with #A9A1FC
Text Example
Text Example
White with #A9A1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A1FC; }
p { color: rgb(169,161,252); }
H1.HeaderClassName
{
color: #A9A1FC;
}
.AnyTagClassName
{
color: #A9A1FC;
}
</style>
background-color css
<style>
a { background-color: #A9A1FC; }
a { background-color: rgb(169,161,252); }
div.DivClassName
{
background-color: #A9A1FC;
}
.BgClassName
{
background-color: #A9A1FC;
}
</style>
border-color css
<style>
span { border-color: #A9A1FC; }
span { border-color: rgb(169,161,252); }
td.TdClassName
{
border-color: #A9A1FC;
}
.TagClassName
{
border-color: #A9A1FC;
}
</style>