Shades of Perano #A0B6FF
Tints of Perano #A0B6FF
RGB
CMYK
RGB Variations
Color information
#A0B6FF (or 0xA0B6FF) is known color: Perano. HEX triplet: A0, B6 and FF. RGB value is (160,182,255). Sum of RGB (Red+Green+Blue) = 160+182+255=597 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.80% from 597); Green value is 182 (71.48% from 255 or 30.49% from 597); Blue value is 255 (100% from 255 or 42.71% from 597); Max value from RGB is 255 - color contains mainly: blue. Hex color #A0B6FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0B6FF is #5F4900. Grayscale: #B7B7B7. Windows color (decimal): -6244609 or 16758432. OLE color: 16758432.
HSL color Cylindrical-coordinate representation of color #A0B6FF: hue angle of 226.11º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0B6FF is Cyan = 0.37, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 182 | 255 | - |
| CMYK | 0.37 | 0.29 | 0 | 0 |
| HSL | 226.11º | 1% | 0.81% | - |
| HSV(B) | 226.11º | 0.37% | 1% | - |
| XYZ | 49.28 | 48.15 | 101.3 | - |
| YUV | 183.74 | 168.21 | 111.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 182 | 255 | 0.37 | 0.29 | 0 | 0 | 226.11 | 1 | 0.81 |
| Hex | A0 | B6 | FF | 25 | 1D | 0 | 0 | E2 | 64 | 51 |
| Octal | 240 | 266 | 377 | 45 | 35 | 0 | 0 | 342 | 144 | 121 |
| Binary | 10100000 | 10110110 | 11111111 | 100101 | 11101 | 0 | 0 | 11100010 | 1100100 | 1010001 |
Color Harmonies of #A0B6FF
Complementary color
Monochromatic Colors of #A0B6FF
Black with #A0B6FF
Text Example
Text Example
White with #A0B6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B6FF; }
p { color: rgb(160,182,255); }
H1.HeaderClassName
{
color: #A0B6FF;
}
.AnyTagClassName
{
color: #A0B6FF;
}
</style>
background-color css
<style>
a { background-color: #A0B6FF; }
a { background-color: rgb(160,182,255); }
div.DivClassName
{
background-color: #A0B6FF;
}
.BgClassName
{
background-color: #A0B6FF;
}
</style>
border-color css
<style>
span { border-color: #A0B6FF; }
span { border-color: rgb(160,182,255); }
td.TdClassName
{
border-color: #A0B6FF;
}
.TagClassName
{
border-color: #A0B6FF;
}
</style>