Shades of Perano #A9A0FC
Tints of Perano #A9A0FC
RGB
CMYK
RGB Variations
Color information
#A9A0FC (or 0xA9A0FC) is known color: Perano. HEX triplet: A9, A0 and FC. RGB value is (169,160,252). Sum of RGB (Red+Green+Blue) = 169+160+252=581 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.09% from 581); Green value is 160 (62.89% from 255 or 27.54% from 581); Blue value is 252 (98.83% from 255 or 43.37% from 581); Max value from RGB is 252 - color contains mainly: blue. Hex color #A9A0FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A9A0FC is #565F03. Grayscale: #ACACAC. Windows color (decimal): -5660420 or 16556201. OLE color: 16556201.
HSL color Cylindrical-coordinate representation of color #A9A0FC: hue angle of 245.87º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A9A0FC is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 169 | 160 | 252 | - |
| CMYK | 0.33 | 0.37 | 0 | 0.01 |
| HSL | 245.87º | 0.94% | 0.81% | - |
| HSV(B) | 245.87º | 0.37% | 0.99% | - |
| XYZ | 46.5 | 40.6 | 97.48 | - |
| YUV | 173.18 | 172.48 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 160 | 252 | 0.33 | 0.37 | 0 | 0.01 | 245.87 | 0.94 | 0.81 |
| Hex | A9 | A0 | FC | 21 | 25 | 0 | 1 | F6 | 5E | 51 |
| Octal | 251 | 240 | 374 | 41 | 45 | 0 | 1 | 366 | 136 | 121 |
| Binary | 10101001 | 10100000 | 11111100 | 100001 | 100101 | 0 | 1 | 11110110 | 1011110 | 1010001 |
Color Harmonies of #A9A0FC
Complementary color
Monochromatic Colors of #A9A0FC
Black with #A9A0FC
Text Example
Text Example
White with #A9A0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A0FC; }
p { color: rgb(169,160,252); }
H1.HeaderClassName
{
color: #A9A0FC;
}
.AnyTagClassName
{
color: #A9A0FC;
}
</style>
background-color css
<style>
a { background-color: #A9A0FC; }
a { background-color: rgb(169,160,252); }
div.DivClassName
{
background-color: #A9A0FC;
}
.BgClassName
{
background-color: #A9A0FC;
}
</style>
border-color css
<style>
span { border-color: #A9A0FC; }
span { border-color: rgb(169,160,252); }
td.TdClassName
{
border-color: #A9A0FC;
}
.TagClassName
{
border-color: #A9A0FC;
}
</style>