Shades of Perano #A0ADDF
Tints of Perano #A0ADDF
RGB
CMYK
RGB Variations
Color information
#A0ADDF (or 0xA0ADDF) is known color: Perano. HEX triplet: A0, AD and DF. RGB value is (160,173,223). Sum of RGB (Red+Green+Blue) = 160+173+223=556 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.78% from 556); Green value is 173 (67.97% from 255 or 31.12% from 556); Blue value is 223 (87.5% from 255 or 40.11% from 556); Max value from RGB is 223 - color contains mainly: blue. Hex color #A0ADDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0ADDF is #5F5220. Grayscale: #AEAEAE. Windows color (decimal): -6246945 or 14658976. OLE color: 14658976.
HSL color Cylindrical-coordinate representation of color #A0ADDF: hue angle of 227.62º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A0ADDF is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 173 | 223 | - |
| CMYK | 0.28 | 0.22 | 0 | 0.13 |
| HSL | 227.62º | 0.5% | 0.75% | - |
| HSV(B) | 227.62º | 0.28% | 0.87% | - |
| XYZ | 42.76 | 42.69 | 75.8 | - |
| YUV | 174.81 | 155.19 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 173 | 223 | 0.28 | 0.22 | 0 | 0.13 | 227.62 | 0.5 | 0.75 |
| Hex | A0 | AD | DF | 1C | 16 | 0 | D | E4 | 32 | 4B |
| Octal | 240 | 255 | 337 | 34 | 26 | 0 | 15 | 344 | 62 | 113 |
| Binary | 10100000 | 10101101 | 11011111 | 11100 | 10110 | 0 | 1101 | 11100100 | 110010 | 1001011 |
Color Harmonies of #A0ADDF
Complementary color
Monochromatic Colors of #A0ADDF
Black with #A0ADDF
Text Example
Text Example
White with #A0ADDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0ADDF; }
p { color: rgb(160,173,223); }
H1.HeaderClassName
{
color: #A0ADDF;
}
.AnyTagClassName
{
color: #A0ADDF;
}
</style>
background-color css
<style>
a { background-color: #A0ADDF; }
a { background-color: rgb(160,173,223); }
div.DivClassName
{
background-color: #A0ADDF;
}
.BgClassName
{
background-color: #A0ADDF;
}
</style>
border-color css
<style>
span { border-color: #A0ADDF; }
span { border-color: rgb(160,173,223); }
td.TdClassName
{
border-color: #A0ADDF;
}
.TagClassName
{
border-color: #A0ADDF;
}
</style>