Shades of Perano #A9A1FB
Tints of Perano #A9A1FB
RGB
CMYK
RGB Variations
Color information
#A9A1FB (or 0xA9A1FB) is known color: Perano. HEX triplet: A9, A1 and FB. RGB value is (169,161,251). Sum of RGB (Red+Green+Blue) = 169+161+251=581 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.09% from 581); Green value is 161 (63.28% from 255 or 27.71% from 581); Blue value is 251 (98.44% from 255 or 43.20% from 581); Max value from RGB is 251 - color contains mainly: blue. Hex color #A9A1FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A9A1FB is #565E04. Grayscale: #ADADAD. Windows color (decimal): -5660165 or 16490921. OLE color: 16490921.
HSL color Cylindrical-coordinate representation of color #A9A1FB: hue angle of 245.33º degrees, saturation: 0.92, 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 #A9A1FB is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 169 | 161 | 251 | - |
| CMYK | 0.33 | 0.36 | 0 | 0.02 |
| HSL | 245.33º | 0.92% | 0.81% | - |
| HSV(B) | 245.33º | 0.36% | 0.98% | - |
| XYZ | 46.52 | 40.89 | 96.71 | - |
| YUV | 173.65 | 171.65 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 161 | 251 | 0.33 | 0.36 | 0 | 0.02 | 245.33 | 0.92 | 0.81 |
| Hex | A9 | A1 | FB | 21 | 24 | 0 | 2 | F5 | 5C | 51 |
| Octal | 251 | 241 | 373 | 41 | 44 | 0 | 2 | 365 | 134 | 121 |
| Binary | 10101001 | 10100001 | 11111011 | 100001 | 100100 | 0 | 10 | 11110101 | 1011100 | 1010001 |
Color Harmonies of #A9A1FB
Complementary color
Monochromatic Colors of #A9A1FB
Black with #A9A1FB
Text Example
Text Example
White with #A9A1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A1FB; }
p { color: rgb(169,161,251); }
H1.HeaderClassName
{
color: #A9A1FB;
}
.AnyTagClassName
{
color: #A9A1FB;
}
</style>
background-color css
<style>
a { background-color: #A9A1FB; }
a { background-color: rgb(169,161,251); }
div.DivClassName
{
background-color: #A9A1FB;
}
.BgClassName
{
background-color: #A9A1FB;
}
</style>
border-color css
<style>
span { border-color: #A9A1FB; }
span { border-color: rgb(169,161,251); }
td.TdClassName
{
border-color: #A9A1FB;
}
.TagClassName
{
border-color: #A9A1FB;
}
</style>