Shades of Perano #A0A9FE
Tints of Perano #A0A9FE
RGB
CMYK
RGB Variations
Color information
#A0A9FE (or 0xA0A9FE) is known color: Perano. HEX triplet: A0, A9 and FE. RGB value is (160,169,254). Sum of RGB (Red+Green+Blue) = 160+169+254=583 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.44% from 583); Green value is 169 (66.41% from 255 or 28.99% from 583); Blue value is 254 (99.61% from 255 or 43.57% from 583); Max value from RGB is 254 - color contains mainly: blue. Hex color #A0A9FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A0A9FE is #5F5601. Grayscale: #AFAFAF. Windows color (decimal): -6247938 or 16689568. OLE color: 16689568.
HSL color Cylindrical-coordinate representation of color #A0A9FE: hue angle of 234.26º 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 #A0A9FE is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 169 | 254 | - |
| CMYK | 0.37 | 0.33 | 0 | 0.00 |
| HSL | 234.26º | 0.98% | 0.81% | - |
| HSV(B) | 234.26º | 0.37% | 1% | - |
| XYZ | 46.57 | 43.01 | 99.61 | - |
| YUV | 176 | 172.02 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 169 | 254 | 0.37 | 0.33 | 0 | 0.00 | 234.26 | 0.98 | 0.81 |
| Hex | A0 | A9 | FE | 25 | 21 | 0 | 0 | EA | 62 | 51 |
| Octal | 240 | 251 | 376 | 45 | 41 | 0 | 0 | 352 | 142 | 121 |
| Binary | 10100000 | 10101001 | 11111110 | 100101 | 100001 | 0 | 0 | 11101010 | 1100010 | 1010001 |
Color Harmonies of #A0A9FE
Complementary color
Monochromatic Colors of #A0A9FE
Black with #A0A9FE
Text Example
Text Example
White with #A0A9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A9FE; }
p { color: rgb(160,169,254); }
H1.HeaderClassName
{
color: #A0A9FE;
}
.AnyTagClassName
{
color: #A0A9FE;
}
</style>
background-color css
<style>
a { background-color: #A0A9FE; }
a { background-color: rgb(160,169,254); }
div.DivClassName
{
background-color: #A0A9FE;
}
.BgClassName
{
background-color: #A0A9FE;
}
</style>
border-color css
<style>
span { border-color: #A0A9FE; }
span { border-color: rgb(160,169,254); }
td.TdClassName
{
border-color: #A0A9FE;
}
.TagClassName
{
border-color: #A0A9FE;
}
</style>