Shades of Perano #A0A8F1
Tints of Perano #A0A8F1
RGB
CMYK
RGB Variations
Color information
#A0A8F1 (or 0xA0A8F1) is known color: Perano. HEX triplet: A0, A8 and F1. RGB value is (160,168,241). Sum of RGB (Red+Green+Blue) = 160+168+241=569 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.12% from 569); Green value is 168 (66.02% from 255 or 29.53% from 569); Blue value is 241 (94.53% from 255 or 42.36% from 569); Max value from RGB is 241 - color contains mainly: blue. Hex color #A0A8F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A0A8F1 is #5F570E. Grayscale: #ADADAD. Windows color (decimal): -6248207 or 15837344. OLE color: 15837344.
HSL color Cylindrical-coordinate representation of color #A0A8F1: hue angle of 234.07º 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 #A0A8F1 is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 168 | 241 | - |
| CMYK | 0.34 | 0.30 | 0 | 0.05 |
| HSL | 234.07º | 0.74% | 0.79% | - |
| HSV(B) | 234.07º | 0.34% | 0.95% | - |
| XYZ | 44.38 | 41.83 | 88.95 | - |
| YUV | 173.93 | 165.85 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 168 | 241 | 0.34 | 0.30 | 0 | 0.05 | 234.07 | 0.74 | 0.79 |
| Hex | A0 | A8 | F1 | 22 | 1E | 0 | 5 | EA | 4A | 4F |
| Octal | 240 | 250 | 361 | 42 | 36 | 0 | 5 | 352 | 112 | 117 |
| Binary | 10100000 | 10101000 | 11110001 | 100010 | 11110 | 0 | 101 | 11101010 | 1001010 | 1001111 |
Color Harmonies of #A0A8F1
Complementary color
Monochromatic Colors of #A0A8F1
Black with #A0A8F1
Text Example
Text Example
White with #A0A8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A8F1; }
p { color: rgb(160,168,241); }
H1.HeaderClassName
{
color: #A0A8F1;
}
.AnyTagClassName
{
color: #A0A8F1;
}
</style>
background-color css
<style>
a { background-color: #A0A8F1; }
a { background-color: rgb(160,168,241); }
div.DivClassName
{
background-color: #A0A8F1;
}
.BgClassName
{
background-color: #A0A8F1;
}
</style>
border-color css
<style>
span { border-color: #A0A8F1; }
span { border-color: rgb(160,168,241); }
td.TdClassName
{
border-color: #A0A8F1;
}
.TagClassName
{
border-color: #A0A8F1;
}
</style>