Shades of Perano #A0B0FC
Tints of Perano #A0B0FC
RGB
CMYK
RGB Variations
Color information
#A0B0FC (or 0xA0B0FC) is known color: Perano. HEX triplet: A0, B0 and FC. RGB value is (160,176,252). Sum of RGB (Red+Green+Blue) = 160+176+252=588 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.21% from 588); Green value is 176 (69.14% from 255 or 29.93% from 588); Blue value is 252 (98.83% from 255 or 42.86% from 588); Max value from RGB is 252 - color contains mainly: blue. Hex color #A0B0FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A0B0FC is #5F4F03. Grayscale: #B3B3B3. Windows color (decimal): -6246148 or 16560288. OLE color: 16560288.
HSL color Cylindrical-coordinate representation of color #A0B0FC: hue angle of 229.57º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0B0FC is Cyan = 0.37, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 176 | 252 | - |
| CMYK | 0.37 | 0.30 | 0 | 0.01 |
| HSL | 229.57º | 0.94% | 0.81% | - |
| HSV(B) | 229.57º | 0.37% | 0.99% | - |
| XYZ | 47.59 | 45.55 | 98.38 | - |
| YUV | 179.88 | 168.7 | 113.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 176 | 252 | 0.37 | 0.30 | 0 | 0.01 | 229.57 | 0.94 | 0.81 |
| Hex | A0 | B0 | FC | 25 | 1E | 0 | 1 | E6 | 5E | 51 |
| Octal | 240 | 260 | 374 | 45 | 36 | 0 | 1 | 346 | 136 | 121 |
| Binary | 10100000 | 10110000 | 11111100 | 100101 | 11110 | 0 | 1 | 11100110 | 1011110 | 1010001 |
Color Harmonies of #A0B0FC
Complementary color
Monochromatic Colors of #A0B0FC
Black with #A0B0FC
Text Example
Text Example
White with #A0B0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B0FC; }
p { color: rgb(160,176,252); }
H1.HeaderClassName
{
color: #A0B0FC;
}
.AnyTagClassName
{
color: #A0B0FC;
}
</style>
background-color css
<style>
a { background-color: #A0B0FC; }
a { background-color: rgb(160,176,252); }
div.DivClassName
{
background-color: #A0B0FC;
}
.BgClassName
{
background-color: #A0B0FC;
}
</style>
border-color css
<style>
span { border-color: #A0B0FC; }
span { border-color: rgb(160,176,252); }
td.TdClassName
{
border-color: #A0B0FC;
}
.TagClassName
{
border-color: #A0B0FC;
}
</style>