Shades of Perano #A0A1F1
Tints of Perano #A0A1F1
RGB
CMYK
RGB Variations
Color information
#A0A1F1 (or 0xA0A1F1) is known color: Perano. HEX triplet: A0, A1 and F1. RGB value is (160,161,241). Sum of RGB (Red+Green+Blue) = 160+161+241=562 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.47% from 562); Green value is 161 (63.28% from 255 or 28.65% from 562); Blue value is 241 (94.53% from 255 or 42.88% from 562); Max value from RGB is 241 - color contains mainly: blue. Hex color #A0A1F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A0A1F1 is #5F5E0E. Grayscale: #A9A9A9. Windows color (decimal): -6249999 or 15835552. OLE color: 15835552.
HSL color Cylindrical-coordinate representation of color #A0A1F1: hue angle of 239.26º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0A1F1 is Cyan = 0.34, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 161 | 241 | - |
| CMYK | 0.34 | 0.33 | 0 | 0.05 |
| HSL | 239.26º | 0.74% | 0.79% | - |
| HSV(B) | 239.26º | 0.34% | 0.95% | - |
| XYZ | 43.12 | 39.31 | 88.53 | - |
| YUV | 169.82 | 168.17 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 161 | 241 | 0.34 | 0.33 | 0 | 0.05 | 239.26 | 0.74 | 0.79 |
| Hex | A0 | A1 | F1 | 22 | 21 | 0 | 5 | EF | 4A | 4F |
| Octal | 240 | 241 | 361 | 42 | 41 | 0 | 5 | 357 | 112 | 117 |
| Binary | 10100000 | 10100001 | 11110001 | 100010 | 100001 | 0 | 101 | 11101111 | 1001010 | 1001111 |
Color Harmonies of #A0A1F1
Complementary color
Monochromatic Colors of #A0A1F1
Black with #A0A1F1
Text Example
Text Example
White with #A0A1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A1F1; }
p { color: rgb(160,161,241); }
H1.HeaderClassName
{
color: #A0A1F1;
}
.AnyTagClassName
{
color: #A0A1F1;
}
</style>
background-color css
<style>
a { background-color: #A0A1F1; }
a { background-color: rgb(160,161,241); }
div.DivClassName
{
background-color: #A0A1F1;
}
.BgClassName
{
background-color: #A0A1F1;
}
</style>
border-color css
<style>
span { border-color: #A0A1F1; }
span { border-color: rgb(160,161,241); }
td.TdClassName
{
border-color: #A0A1F1;
}
.TagClassName
{
border-color: #A0A1F1;
}
</style>