Shades of Perano #A0B0F3
Tints of Perano #A0B0F3
RGB
CMYK
RGB Variations
Color information
#A0B0F3 (or 0xA0B0F3) is known color: Perano. HEX triplet: A0, B0 and F3. RGB value is (160,176,243). Sum of RGB (Red+Green+Blue) = 160+176+243=579 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.63% from 579); Green value is 176 (69.14% from 255 or 30.40% from 579); Blue value is 243 (95.31% from 255 or 41.97% from 579); Max value from RGB is 243 - color contains mainly: blue. Hex color #A0B0F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A0B0F3 is #5F4F0C. Grayscale: #B2B2B2. Windows color (decimal): -6246157 or 15970464. OLE color: 15970464.
HSL color Cylindrical-coordinate representation of color #A0B0F3: hue angle of 228.43º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0B0F3 is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 176 | 243 | - |
| CMYK | 0.34 | 0.28 | 0 | 0.05 |
| HSL | 228.43º | 0.78% | 0.79% | - |
| HSV(B) | 228.43º | 0.34% | 0.95% | - |
| XYZ | 46.2 | 45 | 91.04 | - |
| YUV | 178.85 | 164.2 | 114.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 176 | 243 | 0.34 | 0.28 | 0 | 0.05 | 228.43 | 0.78 | 0.79 |
| Hex | A0 | B0 | F3 | 22 | 1C | 0 | 5 | E4 | 4E | 4F |
| Octal | 240 | 260 | 363 | 42 | 34 | 0 | 5 | 344 | 116 | 117 |
| Binary | 10100000 | 10110000 | 11110011 | 100010 | 11100 | 0 | 101 | 11100100 | 1001110 | 1001111 |
Color Harmonies of #A0B0F3
Complementary color
Monochromatic Colors of #A0B0F3
Black with #A0B0F3
Text Example
Text Example
White with #A0B0F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B0F3; }
p { color: rgb(160,176,243); }
H1.HeaderClassName
{
color: #A0B0F3;
}
.AnyTagClassName
{
color: #A0B0F3;
}
</style>
background-color css
<style>
a { background-color: #A0B0F3; }
a { background-color: rgb(160,176,243); }
div.DivClassName
{
background-color: #A0B0F3;
}
.BgClassName
{
background-color: #A0B0F3;
}
</style>
border-color css
<style>
span { border-color: #A0B0F3; }
span { border-color: rgb(160,176,243); }
td.TdClassName
{
border-color: #A0B0F3;
}
.TagClassName
{
border-color: #A0B0F3;
}
</style>