Shades of Perano #A0A7FE
Tints of Perano #A0A7FE
RGB
CMYK
RGB Variations
Color information
#A0A7FE (or 0xA0A7FE) is known color: Perano. HEX triplet: A0, A7 and FE. RGB value is (160,167,254). Sum of RGB (Red+Green+Blue) = 160+167+254=581 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.54% from 581); Green value is 167 (65.62% from 255 or 28.74% from 581); Blue value is 254 (99.61% from 255 or 43.72% from 581); Max value from RGB is 254 - color contains mainly: blue. Hex color #A0A7FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A0A7FE is #5F5801. Grayscale: #AEAEAE. Windows color (decimal): -6248450 or 16689056. OLE color: 16689056.
HSL color Cylindrical-coordinate representation of color #A0A7FE: hue angle of 235.53º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0A7FE is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 167 | 254 | - |
| CMYK | 0.37 | 0.34 | 0 | 0.00 |
| HSL | 235.53º | 0.98% | 0.81% | - |
| HSV(B) | 235.53º | 0.37% | 1% | - |
| XYZ | 46.21 | 42.27 | 99.49 | - |
| YUV | 174.83 | 172.68 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 167 | 254 | 0.37 | 0.34 | 0 | 0.00 | 235.53 | 0.98 | 0.81 |
| Hex | A0 | A7 | FE | 25 | 22 | 0 | 0 | EC | 62 | 51 |
| Octal | 240 | 247 | 376 | 45 | 42 | 0 | 0 | 354 | 142 | 121 |
| Binary | 10100000 | 10100111 | 11111110 | 100101 | 100010 | 0 | 0 | 11101100 | 1100010 | 1010001 |
Color Harmonies of #A0A7FE
Complementary color
Monochromatic Colors of #A0A7FE
Black with #A0A7FE
Text Example
Text Example
White with #A0A7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A7FE; }
p { color: rgb(160,167,254); }
H1.HeaderClassName
{
color: #A0A7FE;
}
.AnyTagClassName
{
color: #A0A7FE;
}
</style>
background-color css
<style>
a { background-color: #A0A7FE; }
a { background-color: rgb(160,167,254); }
div.DivClassName
{
background-color: #A0A7FE;
}
.BgClassName
{
background-color: #A0A7FE;
}
</style>
border-color css
<style>
span { border-color: #A0A7FE; }
span { border-color: rgb(160,167,254); }
td.TdClassName
{
border-color: #A0A7FE;
}
.TagClassName
{
border-color: #A0A7FE;
}
</style>