Shades of Perano #A0A6FB
Tints of Perano #A0A6FB
RGB
CMYK
RGB Variations
Color information
#A0A6FB (or 0xA0A6FB) is known color: Perano. HEX triplet: A0, A6 and FB. RGB value is (160,166,251). Sum of RGB (Red+Green+Blue) = 160+166+251=577 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.73% from 577); Green value is 166 (65.23% from 255 or 28.77% from 577); Blue value is 251 (98.44% from 255 or 43.50% from 577); Max value from RGB is 251 - color contains mainly: blue. Hex color #A0A6FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A0A6FB is #5F5904. Grayscale: #ADADAD. Windows color (decimal): -6248709 or 16492192. OLE color: 16492192.
HSL color Cylindrical-coordinate representation of color #A0A6FB: hue angle of 236.04º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0A6FB is Cyan = 0.36, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 166 | 251 | - |
| CMYK | 0.36 | 0.34 | 0 | 0.02 |
| HSL | 236.04º | 0.92% | 0.81% | - |
| HSV(B) | 236.04º | 0.36% | 0.98% | - |
| XYZ | 45.55 | 41.71 | 96.92 | - |
| YUV | 173.9 | 171.51 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 166 | 251 | 0.36 | 0.34 | 0 | 0.02 | 236.04 | 0.92 | 0.81 |
| Hex | A0 | A6 | FB | 24 | 22 | 0 | 2 | EC | 5C | 51 |
| Octal | 240 | 246 | 373 | 44 | 42 | 0 | 2 | 354 | 134 | 121 |
| Binary | 10100000 | 10100110 | 11111011 | 100100 | 100010 | 0 | 10 | 11101100 | 1011100 | 1010001 |
Color Harmonies of #A0A6FB
Complementary color
Monochromatic Colors of #A0A6FB
Black with #A0A6FB
Text Example
Text Example
White with #A0A6FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A6FB; }
p { color: rgb(160,166,251); }
H1.HeaderClassName
{
color: #A0A6FB;
}
.AnyTagClassName
{
color: #A0A6FB;
}
</style>
background-color css
<style>
a { background-color: #A0A6FB; }
a { background-color: rgb(160,166,251); }
div.DivClassName
{
background-color: #A0A6FB;
}
.BgClassName
{
background-color: #A0A6FB;
}
</style>
border-color css
<style>
span { border-color: #A0A6FB; }
span { border-color: rgb(160,166,251); }
td.TdClassName
{
border-color: #A0A6FB;
}
.TagClassName
{
border-color: #A0A6FB;
}
</style>