Shades of Perano #A0ADE7
Tints of Perano #A0ADE7
RGB
CMYK
RGB Variations
Color information
#A0ADE7 (or 0xA0ADE7) is known color: Perano. HEX triplet: A0, AD and E7. RGB value is (160,173,231). Sum of RGB (Red+Green+Blue) = 160+173+231=564 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.37% from 564); Green value is 173 (67.97% from 255 or 30.67% from 564); Blue value is 231 (90.62% from 255 or 40.96% from 564); Max value from RGB is 231 - color contains mainly: blue. Hex color #A0ADE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A0ADE7 is #5F5218. Grayscale: #AFAFAF. Windows color (decimal): -6246937 or 15183264. OLE color: 15183264.
HSL color Cylindrical-coordinate representation of color #A0ADE7: hue angle of 229.01º degrees, saturation: 0.6, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A0ADE7 is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 173 | 231 | - |
| CMYK | 0.31 | 0.25 | 0 | 0.09 |
| HSL | 229.01º | 0.6% | 0.77% | - |
| HSV(B) | 229.01º | 0.31% | 0.91% | - |
| XYZ | 43.86 | 43.13 | 81.61 | - |
| YUV | 175.73 | 159.19 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 173 | 231 | 0.31 | 0.25 | 0 | 0.09 | 229.01 | 0.6 | 0.77 |
| Hex | A0 | AD | E7 | 1F | 19 | 0 | 9 | E5 | 3C | 4D |
| Octal | 240 | 255 | 347 | 37 | 31 | 0 | 11 | 345 | 74 | 115 |
| Binary | 10100000 | 10101101 | 11100111 | 11111 | 11001 | 0 | 1001 | 11100101 | 111100 | 1001101 |
Color Harmonies of #A0ADE7
Complementary color
Monochromatic Colors of #A0ADE7
Black with #A0ADE7
Text Example
Text Example
White with #A0ADE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0ADE7; }
p { color: rgb(160,173,231); }
H1.HeaderClassName
{
color: #A0ADE7;
}
.AnyTagClassName
{
color: #A0ADE7;
}
</style>
background-color css
<style>
a { background-color: #A0ADE7; }
a { background-color: rgb(160,173,231); }
div.DivClassName
{
background-color: #A0ADE7;
}
.BgClassName
{
background-color: #A0ADE7;
}
</style>
border-color css
<style>
span { border-color: #A0ADE7; }
span { border-color: rgb(160,173,231); }
td.TdClassName
{
border-color: #A0ADE7;
}
.TagClassName
{
border-color: #A0ADE7;
}
</style>