Shades of Perano #A0ADEF
Tints of Perano #A0ADEF
RGB
CMYK
RGB Variations
Color information
#A0ADEF (or 0xA0ADEF) is known color: Perano. HEX triplet: A0, AD and EF. RGB value is (160,173,239). Sum of RGB (Red+Green+Blue) = 160+173+239=572 (75% of max value = 765). Red value is 160 (62.89% from 255 or 27.97% from 572); Green value is 173 (67.97% from 255 or 30.24% from 572); Blue value is 239 (93.75% from 255 or 41.78% from 572); Max value from RGB is 239 - color contains mainly: blue. Hex color #A0ADEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A0ADEF is #5F5210. Grayscale: #B0B0B0. Windows color (decimal): -6246929 or 15707552. OLE color: 15707552.
HSL color Cylindrical-coordinate representation of color #A0ADEF: hue angle of 230.13º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0ADEF is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 173 | 239 | - |
| CMYK | 0.33 | 0.28 | 0 | 0.06 |
| HSL | 230.13º | 0.71% | 0.78% | - |
| HSV(B) | 230.13º | 0.33% | 0.94% | - |
| XYZ | 45.02 | 43.59 | 87.7 | - |
| YUV | 176.64 | 163.19 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 173 | 239 | 0.33 | 0.28 | 0 | 0.06 | 230.13 | 0.71 | 0.78 |
| Hex | A0 | AD | EF | 21 | 1C | 0 | 6 | E6 | 47 | 4E |
| Octal | 240 | 255 | 357 | 41 | 34 | 0 | 6 | 346 | 107 | 116 |
| Binary | 10100000 | 10101101 | 11101111 | 100001 | 11100 | 0 | 110 | 11100110 | 1000111 | 1001110 |
Color Harmonies of #A0ADEF
Complementary color
Monochromatic Colors of #A0ADEF
Black with #A0ADEF
Text Example
Text Example
White with #A0ADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0ADEF; }
p { color: rgb(160,173,239); }
H1.HeaderClassName
{
color: #A0ADEF;
}
.AnyTagClassName
{
color: #A0ADEF;
}
</style>
background-color css
<style>
a { background-color: #A0ADEF; }
a { background-color: rgb(160,173,239); }
div.DivClassName
{
background-color: #A0ADEF;
}
.BgClassName
{
background-color: #A0ADEF;
}
</style>
border-color css
<style>
span { border-color: #A0ADEF; }
span { border-color: rgb(160,173,239); }
td.TdClassName
{
border-color: #A0ADEF;
}
.TagClassName
{
border-color: #A0ADEF;
}
</style>