Shades of Perano #A0B3FE
Tints of Perano #A0B3FE
RGB
CMYK
RGB Variations
Color information
#A0B3FE (or 0xA0B3FE) is known color: Perano. HEX triplet: A0, B3 and FE. RGB value is (160,179,254). Sum of RGB (Red+Green+Blue) = 160+179+254=593 (78% of max value = 765). Red value is 160 (62.89% from 255 or 26.98% from 593); Green value is 179 (70.31% from 255 or 30.19% from 593); Blue value is 254 (99.61% from 255 or 42.83% from 593); Max value from RGB is 254 - color contains mainly: blue. Hex color #A0B3FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0B3FE is #5F4C01. Grayscale: #B5B5B5. Windows color (decimal): -6245378 or 16692128. OLE color: 16692128.
HSL color Cylindrical-coordinate representation of color #A0B3FE: hue angle of 227.87º 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 #A0B3FE is Cyan = 0.37, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 179 | 254 | - |
| CMYK | 0.37 | 0.30 | 0 | 0.00 |
| HSL | 227.87º | 0.98% | 0.81% | - |
| HSV(B) | 227.87º | 0.37% | 1% | - |
| XYZ | 48.51 | 46.87 | 100.26 | - |
| YUV | 181.87 | 168.71 | 112.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 179 | 254 | 0.37 | 0.30 | 0 | 0.00 | 227.87 | 0.98 | 0.81 |
| Hex | A0 | B3 | FE | 25 | 1E | 0 | 0 | E4 | 62 | 51 |
| Octal | 240 | 263 | 376 | 45 | 36 | 0 | 0 | 344 | 142 | 121 |
| Binary | 10100000 | 10110011 | 11111110 | 100101 | 11110 | 0 | 0 | 11100100 | 1100010 | 1010001 |
Color Harmonies of #A0B3FE
Complementary color
Monochromatic Colors of #A0B3FE
Black with #A0B3FE
Text Example
Text Example
White with #A0B3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B3FE; }
p { color: rgb(160,179,254); }
H1.HeaderClassName
{
color: #A0B3FE;
}
.AnyTagClassName
{
color: #A0B3FE;
}
</style>
background-color css
<style>
a { background-color: #A0B3FE; }
a { background-color: rgb(160,179,254); }
div.DivClassName
{
background-color: #A0B3FE;
}
.BgClassName
{
background-color: #A0B3FE;
}
</style>
border-color css
<style>
span { border-color: #A0B3FE; }
span { border-color: rgb(160,179,254); }
td.TdClassName
{
border-color: #A0B3FE;
}
.TagClassName
{
border-color: #A0B3FE;
}
</style>