Shades of Perano #A0B5FA
Tints of Perano #A0B5FA
RGB
CMYK
RGB Variations
Color information
#A0B5FA (or 0xA0B5FA) is known color: Perano. HEX triplet: A0, B5 and FA. RGB value is (160,181,250). Sum of RGB (Red+Green+Blue) = 160+181+250=591 (78% of max value = 765). Red value is 160 (62.89% from 255 or 27.07% from 591); Green value is 181 (71.09% from 255 or 30.63% from 591); Blue value is 250 (98.05% from 255 or 42.30% from 591); Max value from RGB is 250 - color contains mainly: blue. Hex color #A0B5FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0B5FA is #5F4A05. Grayscale: #B6B6B6. Windows color (decimal): -6244870 or 16430496. OLE color: 16430496.
HSL color Cylindrical-coordinate representation of color #A0B5FA: hue angle of 226º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0B5FA is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 181 | 250 | - |
| CMYK | 0.36 | 0.28 | 0 | 0.02 |
| HSL | 226º | 0.9% | 0.8% | - |
| HSV(B) | 226º | 0.36% | 0.98% | - |
| XYZ | 48.28 | 47.42 | 97.05 | - |
| YUV | 182.59 | 166.04 | 111.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 181 | 250 | 0.36 | 0.28 | 0 | 0.02 | 226 | 0.9 | 0.8 |
| Hex | A0 | B5 | FA | 24 | 1C | 0 | 2 | E2 | 5A | 50 |
| Octal | 240 | 265 | 372 | 44 | 34 | 0 | 2 | 342 | 132 | 120 |
| Binary | 10100000 | 10110101 | 11111010 | 100100 | 11100 | 0 | 10 | 11100010 | 1011010 | 1010000 |
Color Harmonies of #A0B5FA
Complementary color
Monochromatic Colors of #A0B5FA
Black with #A0B5FA
Text Example
Text Example
White with #A0B5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B5FA; }
p { color: rgb(160,181,250); }
H1.HeaderClassName
{
color: #A0B5FA;
}
.AnyTagClassName
{
color: #A0B5FA;
}
</style>
background-color css
<style>
a { background-color: #A0B5FA; }
a { background-color: rgb(160,181,250); }
div.DivClassName
{
background-color: #A0B5FA;
}
.BgClassName
{
background-color: #A0B5FA;
}
</style>
border-color css
<style>
span { border-color: #A0B5FA; }
span { border-color: rgb(160,181,250); }
td.TdClassName
{
border-color: #A0B5FA;
}
.TagClassName
{
border-color: #A0B5FA;
}
</style>