Shades of Perano #A0ADEB
Tints of Perano #A0ADEB
RGB
CMYK
RGB Variations
Color information
#A0ADEB (or 0xA0ADEB) is known color: Perano. HEX triplet: A0, AD and EB. RGB value is (160,173,235). Sum of RGB (Red+Green+Blue) = 160+173+235=568 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.17% from 568); Green value is 173 (67.97% from 255 or 30.46% from 568); Blue value is 235 (92.19% from 255 or 41.37% from 568); Max value from RGB is 235 - color contains mainly: blue. Hex color #A0ADEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A0ADEB is #5F5214. Grayscale: #AFAFAF. Windows color (decimal): -6246933 or 15445408. OLE color: 15445408.
HSL color Cylindrical-coordinate representation of color #A0ADEB: hue angle of 229.6º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0ADEB is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 173 | 235 | - |
| CMYK | 0.32 | 0.26 | 0 | 0.08 |
| HSL | 229.6º | 0.65% | 0.77% | - |
| HSV(B) | 229.6º | 0.32% | 0.92% | - |
| XYZ | 44.44 | 43.36 | 84.62 | - |
| YUV | 176.18 | 161.19 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 173 | 235 | 0.32 | 0.26 | 0 | 0.08 | 229.6 | 0.65 | 0.77 |
| Hex | A0 | AD | EB | 20 | 1A | 0 | 8 | E6 | 41 | 4D |
| Octal | 240 | 255 | 353 | 40 | 32 | 0 | 10 | 346 | 101 | 115 |
| Binary | 10100000 | 10101101 | 11101011 | 100000 | 11010 | 0 | 1000 | 11100110 | 1000001 | 1001101 |
Color Harmonies of #A0ADEB
Complementary color
Monochromatic Colors of #A0ADEB
Black with #A0ADEB
Text Example
Text Example
White with #A0ADEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0ADEB; }
p { color: rgb(160,173,235); }
H1.HeaderClassName
{
color: #A0ADEB;
}
.AnyTagClassName
{
color: #A0ADEB;
}
</style>
background-color css
<style>
a { background-color: #A0ADEB; }
a { background-color: rgb(160,173,235); }
div.DivClassName
{
background-color: #A0ADEB;
}
.BgClassName
{
background-color: #A0ADEB;
}
</style>
border-color css
<style>
span { border-color: #A0ADEB; }
span { border-color: rgb(160,173,235); }
td.TdClassName
{
border-color: #A0ADEB;
}
.TagClassName
{
border-color: #A0ADEB;
}
</style>