Shades of Perano #A0ADF6
Tints of Perano #A0ADF6
RGB
CMYK
RGB Variations
Color information
#A0ADF6 (or 0xA0ADF6) is known color: Perano. HEX triplet: A0, AD and F6. RGB value is (160,173,246). Sum of RGB (Red+Green+Blue) = 160+173+246=579 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.63% from 579); Green value is 173 (67.97% from 255 or 29.88% from 579); Blue value is 246 (96.48% from 255 or 42.49% from 579); Max value from RGB is 246 - color contains mainly: blue. Hex color #A0ADF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A0ADF6 is #5F5209. Grayscale: #B1B1B1. Windows color (decimal): -6246922 or 16166304. OLE color: 16166304.
HSL color Cylindrical-coordinate representation of color #A0ADF6: hue angle of 230.93º degrees, saturation: 0.83, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A0ADF6 is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 160 | 173 | 246 | - |
| CMYK | 0.35 | 0.30 | 0 | 0.04 |
| HSL | 230.93º | 0.83% | 0.8% | - |
| HSV(B) | 230.93º | 0.35% | 0.96% | - |
| XYZ | 46.08 | 44.01 | 93.26 | - |
| YUV | 177.44 | 166.69 | 115.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 173 | 246 | 0.35 | 0.30 | 0 | 0.04 | 230.93 | 0.83 | 0.8 |
| Hex | A0 | AD | F6 | 23 | 1E | 0 | 4 | E7 | 53 | 50 |
| Octal | 240 | 255 | 366 | 43 | 36 | 0 | 4 | 347 | 123 | 120 |
| Binary | 10100000 | 10101101 | 11110110 | 100011 | 11110 | 0 | 100 | 11100111 | 1010011 | 1010000 |
Color Harmonies of #A0ADF6
Complementary color
Monochromatic Colors of #A0ADF6
Black with #A0ADF6
Text Example
Text Example
White with #A0ADF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0ADF6; }
p { color: rgb(160,173,246); }
H1.HeaderClassName
{
color: #A0ADF6;
}
.AnyTagClassName
{
color: #A0ADF6;
}
</style>
background-color css
<style>
a { background-color: #A0ADF6; }
a { background-color: rgb(160,173,246); }
div.DivClassName
{
background-color: #A0ADF6;
}
.BgClassName
{
background-color: #A0ADF6;
}
</style>
border-color css
<style>
span { border-color: #A0ADF6; }
span { border-color: rgb(160,173,246); }
td.TdClassName
{
border-color: #A0ADF6;
}
.TagClassName
{
border-color: #A0ADF6;
}
</style>