Shades of Perano #A0A7F1
Tints of Perano #A0A7F1
RGB
CMYK
RGB Variations
Color information
#A0A7F1 (or 0xA0A7F1) is known color: Perano. HEX triplet: A0, A7 and F1. RGB value is (160,167,241). Sum of RGB (Red+Green+Blue) = 160+167+241=568 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.17% from 568); Green value is 167 (65.62% from 255 or 29.40% from 568); Blue value is 241 (94.53% from 255 or 42.43% from 568); Max value from RGB is 241 - color contains mainly: blue. Hex color #A0A7F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A0A7F1 is #5F580E. Grayscale: #ADADAD. Windows color (decimal): -6248463 or 15837088. OLE color: 15837088.
HSL color Cylindrical-coordinate representation of color #A0A7F1: hue angle of 234.81º 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 #A0A7F1 is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 167 | 241 | - |
| CMYK | 0.34 | 0.31 | 0 | 0.05 |
| HSL | 234.81º | 0.74% | 0.79% | - |
| HSV(B) | 234.81º | 0.34% | 0.95% | - |
| XYZ | 44.19 | 41.46 | 88.89 | - |
| YUV | 173.34 | 166.18 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 167 | 241 | 0.34 | 0.31 | 0 | 0.05 | 234.81 | 0.74 | 0.79 |
| Hex | A0 | A7 | F1 | 22 | 1F | 0 | 5 | EB | 4A | 4F |
| Octal | 240 | 247 | 361 | 42 | 37 | 0 | 5 | 353 | 112 | 117 |
| Binary | 10100000 | 10100111 | 11110001 | 100010 | 11111 | 0 | 101 | 11101011 | 1001010 | 1001111 |
Color Harmonies of #A0A7F1
Complementary color
Monochromatic Colors of #A0A7F1
Black with #A0A7F1
Text Example
Text Example
White with #A0A7F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A7F1; }
p { color: rgb(160,167,241); }
H1.HeaderClassName
{
color: #A0A7F1;
}
.AnyTagClassName
{
color: #A0A7F1;
}
</style>
background-color css
<style>
a { background-color: #A0A7F1; }
a { background-color: rgb(160,167,241); }
div.DivClassName
{
background-color: #A0A7F1;
}
.BgClassName
{
background-color: #A0A7F1;
}
</style>
border-color css
<style>
span { border-color: #A0A7F1; }
span { border-color: rgb(160,167,241); }
td.TdClassName
{
border-color: #A0A7F1;
}
.TagClassName
{
border-color: #A0A7F1;
}
</style>