Shades of Perano #A9A1FE
Tints of Perano #A9A1FE
RGB
CMYK
RGB Variations
Color information
#A9A1FE (or 0xA9A1FE) is known color: Perano. HEX triplet: A9, A1 and FE. RGB value is (169,161,254). Sum of RGB (Red+Green+Blue) = 169+161+254=584 (77% of max value = 765). Red value is 169 (66.41% from 255 or 28.94% from 584); Green value is 161 (63.28% from 255 or 27.57% from 584); Blue value is 254 (99.61% from 255 or 43.49% from 584); Max value from RGB is 254 - color contains mainly: blue. Hex color #A9A1FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A9A1FE is #565E01. Grayscale: #ADADAD. Windows color (decimal): -5660162 or 16687529. OLE color: 16687529.
HSL color Cylindrical-coordinate representation of color #A9A1FE: hue angle of 245.16º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A9A1FE is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 169 | 161 | 254 | - |
| CMYK | 0.33 | 0.37 | 0 | 0.00 |
| HSL | 245.16º | 0.98% | 0.81% | - |
| HSV(B) | 245.16º | 0.37% | 1% | - |
| XYZ | 47 | 41.08 | 99.22 | - |
| YUV | 173.99 | 173.15 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 161 | 254 | 0.33 | 0.37 | 0 | 0.00 | 245.16 | 0.98 | 0.81 |
| Hex | A9 | A1 | FE | 21 | 25 | 0 | 0 | F5 | 62 | 51 |
| Octal | 251 | 241 | 376 | 41 | 45 | 0 | 0 | 365 | 142 | 121 |
| Binary | 10101001 | 10100001 | 11111110 | 100001 | 100101 | 0 | 0 | 11110101 | 1100010 | 1010001 |
Color Harmonies of #A9A1FE
Complementary color
Monochromatic Colors of #A9A1FE
Black with #A9A1FE
Text Example
Text Example
White with #A9A1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A1FE; }
p { color: rgb(169,161,254); }
H1.HeaderClassName
{
color: #A9A1FE;
}
.AnyTagClassName
{
color: #A9A1FE;
}
</style>
background-color css
<style>
a { background-color: #A9A1FE; }
a { background-color: rgb(169,161,254); }
div.DivClassName
{
background-color: #A9A1FE;
}
.BgClassName
{
background-color: #A9A1FE;
}
</style>
border-color css
<style>
span { border-color: #A9A1FE; }
span { border-color: rgb(169,161,254); }
td.TdClassName
{
border-color: #A9A1FE;
}
.TagClassName
{
border-color: #A9A1FE;
}
</style>