Shades of Perano #A0B4F2
Tints of Perano #A0B4F2
RGB
CMYK
RGB Variations
Color information
#A0B4F2 (or 0xA0B4F2) is known color: Perano. HEX triplet: A0, B4 and F2. RGB value is (160,180,242). Sum of RGB (Red+Green+Blue) = 160+180+242=582 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.49% from 582); Green value is 180 (70.70% from 255 or 30.93% from 582); Blue value is 242 (94.92% from 255 or 41.58% from 582); Max value from RGB is 242 - color contains mainly: blue. Hex color #A0B4F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0B4F2 is #5F4B0D. Grayscale: #B4B4B4. Windows color (decimal): -6245134 or 15905952. OLE color: 15905952.
HSL color Cylindrical-coordinate representation of color #A0B4F2: hue angle of 225.37º degrees, saturation: 0.76, 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 #A0B4F2 is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 180 | 242 | - |
| CMYK | 0.34 | 0.26 | 0 | 0.05 |
| HSL | 225.37º | 0.76% | 0.79% | - |
| HSV(B) | 225.37º | 0.34% | 0.95% | - |
| XYZ | 46.85 | 46.53 | 90.52 | - |
| YUV | 181.09 | 162.37 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 180 | 242 | 0.34 | 0.26 | 0 | 0.05 | 225.37 | 0.76 | 0.79 |
| Hex | A0 | B4 | F2 | 22 | 1A | 0 | 5 | E1 | 4C | 4F |
| Octal | 240 | 264 | 362 | 42 | 32 | 0 | 5 | 341 | 114 | 117 |
| Binary | 10100000 | 10110100 | 11110010 | 100010 | 11010 | 0 | 101 | 11100001 | 1001100 | 1001111 |
Color Harmonies of #A0B4F2
Complementary color
Monochromatic Colors of #A0B4F2
Black with #A0B4F2
Text Example
Text Example
White with #A0B4F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B4F2; }
p { color: rgb(160,180,242); }
H1.HeaderClassName
{
color: #A0B4F2;
}
.AnyTagClassName
{
color: #A0B4F2;
}
</style>
background-color css
<style>
a { background-color: #A0B4F2; }
a { background-color: rgb(160,180,242); }
div.DivClassName
{
background-color: #A0B4F2;
}
.BgClassName
{
background-color: #A0B4F2;
}
</style>
border-color css
<style>
span { border-color: #A0B4F2; }
span { border-color: rgb(160,180,242); }
td.TdClassName
{
border-color: #A0B4F2;
}
.TagClassName
{
border-color: #A0B4F2;
}
</style>