Shades of Perano #A1A6FA
Tints of Perano #A1A6FA
RGB
CMYK
RGB Variations
Color information
#A1A6FA (or 0xA1A6FA) is known color: Perano. HEX triplet: A1, A6 and FA. RGB value is (161,166,250). Sum of RGB (Red+Green+Blue) = 161+166+250=577 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.90% from 577); Green value is 166 (65.23% from 255 or 28.77% from 577); Blue value is 250 (98.05% from 255 or 43.33% from 577); Max value from RGB is 250 - color contains mainly: blue. Hex color #A1A6FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A1A6FA is #5E5905. Grayscale: #ADADAD. Windows color (decimal): -6183174 or 16426657. OLE color: 16426657.
HSL color Cylindrical-coordinate representation of color #A1A6FA: hue angle of 236.63º 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 #A1A6FA is Cyan = 0.36, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 166 | 250 | - |
| CMYK | 0.36 | 0.34 | 0 | 0.02 |
| HSL | 236.63º | 0.9% | 0.81% | - |
| HSV(B) | 236.63º | 0.36% | 0.98% | - |
| XYZ | 45.59 | 41.75 | 96.1 | - |
| YUV | 174.08 | 170.84 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 166 | 250 | 0.36 | 0.34 | 0 | 0.02 | 236.63 | 0.9 | 0.81 |
| Hex | A1 | A6 | FA | 24 | 22 | 0 | 2 | ED | 5A | 51 |
| Octal | 241 | 246 | 372 | 44 | 42 | 0 | 2 | 355 | 132 | 121 |
| Binary | 10100001 | 10100110 | 11111010 | 100100 | 100010 | 0 | 10 | 11101101 | 1011010 | 1010001 |
Color Harmonies of #A1A6FA
Complementary color
Monochromatic Colors of #A1A6FA
Black with #A1A6FA
Text Example
Text Example
White with #A1A6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A6FA; }
p { color: rgb(161,166,250); }
H1.HeaderClassName
{
color: #A1A6FA;
}
.AnyTagClassName
{
color: #A1A6FA;
}
</style>
background-color css
<style>
a { background-color: #A1A6FA; }
a { background-color: rgb(161,166,250); }
div.DivClassName
{
background-color: #A1A6FA;
}
.BgClassName
{
background-color: #A1A6FA;
}
</style>
border-color css
<style>
span { border-color: #A1A6FA; }
span { border-color: rgb(161,166,250); }
td.TdClassName
{
border-color: #A1A6FA;
}
.TagClassName
{
border-color: #A1A6FA;
}
</style>