Shades of Perano #A0B3E9
Tints of Perano #A0B3E9
RGB
CMYK
RGB Variations
Color information
#A0B3E9 (or 0xA0B3E9) is known color: Perano. HEX triplet: A0, B3 and E9. RGB value is (160,179,233). Sum of RGB (Red+Green+Blue) = 160+179+233=572 (75% of max value = 765). Red value is 160 (62.89% from 255 or 27.97% from 572); Green value is 179 (70.31% from 255 or 31.29% from 572); Blue value is 233 (91.41% from 255 or 40.73% from 572); Max value from RGB is 233 - color contains mainly: blue. Hex color #A0B3E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0B3E9 is #5F4C16. Grayscale: #B3B3B3. Windows color (decimal): -6245399 or 15315872. OLE color: 15315872.
HSL color Cylindrical-coordinate representation of color #A0B3E9: hue angle of 224.38º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A0B3E9 is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 179 | 233 | - |
| CMYK | 0.31 | 0.23 | 0 | 0.09 |
| HSL | 224.38º | 0.62% | 0.77% | - |
| HSV(B) | 224.38º | 0.31% | 0.91% | - |
| XYZ | 45.33 | 45.6 | 83.5 | - |
| YUV | 179.48 | 158.21 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 179 | 233 | 0.31 | 0.23 | 0 | 0.09 | 224.38 | 0.62 | 0.77 |
| Hex | A0 | B3 | E9 | 1F | 17 | 0 | 9 | E0 | 3E | 4D |
| Octal | 240 | 263 | 351 | 37 | 27 | 0 | 11 | 340 | 76 | 115 |
| Binary | 10100000 | 10110011 | 11101001 | 11111 | 10111 | 0 | 1001 | 11100000 | 111110 | 1001101 |
Color Harmonies of #A0B3E9
Complementary color
Monochromatic Colors of #A0B3E9
Black with #A0B3E9
Text Example
Text Example
White with #A0B3E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B3E9; }
p { color: rgb(160,179,233); }
H1.HeaderClassName
{
color: #A0B3E9;
}
.AnyTagClassName
{
color: #A0B3E9;
}
</style>
background-color css
<style>
a { background-color: #A0B3E9; }
a { background-color: rgb(160,179,233); }
div.DivClassName
{
background-color: #A0B3E9;
}
.BgClassName
{
background-color: #A0B3E9;
}
</style>
border-color css
<style>
span { border-color: #A0B3E9; }
span { border-color: rgb(160,179,233); }
td.TdClassName
{
border-color: #A0B3E9;
}
.TagClassName
{
border-color: #A0B3E9;
}
</style>