Shades of Perano #A0ADF1
Tints of Perano #A0ADF1
RGB
CMYK
RGB Variations
Color information
#A0ADF1 (or 0xA0ADF1) is known color: Perano. HEX triplet: A0, AD and F1. RGB value is (160,173,241). Sum of RGB (Red+Green+Blue) = 160+173+241=574 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.87% from 574); Green value is 173 (67.97% from 255 or 30.14% from 574); Blue value is 241 (94.53% from 255 or 41.99% from 574); Max value from RGB is 241 - color contains mainly: blue. Hex color #A0ADF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A0ADF1 is #5F520E. Grayscale: #B0B0B0. Windows color (decimal): -6246927 or 15838624. OLE color: 15838624.
HSL color Cylindrical-coordinate representation of color #A0ADF1: hue angle of 230.37º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0ADF1 is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 173 | 241 | - |
| CMYK | 0.34 | 0.28 | 0 | 0.05 |
| HSL | 230.37º | 0.74% | 0.79% | - |
| HSV(B) | 230.37º | 0.34% | 0.95% | - |
| XYZ | 45.32 | 43.71 | 89.27 | - |
| YUV | 176.87 | 164.19 | 115.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 173 | 241 | 0.34 | 0.28 | 0 | 0.05 | 230.37 | 0.74 | 0.79 |
| Hex | A0 | AD | F1 | 22 | 1C | 0 | 5 | E6 | 4A | 4F |
| Octal | 240 | 255 | 361 | 42 | 34 | 0 | 5 | 346 | 112 | 117 |
| Binary | 10100000 | 10101101 | 11110001 | 100010 | 11100 | 0 | 101 | 11100110 | 1001010 | 1001111 |
Color Harmonies of #A0ADF1
Complementary color
Monochromatic Colors of #A0ADF1
Black with #A0ADF1
Text Example
Text Example
White with #A0ADF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0ADF1; }
p { color: rgb(160,173,241); }
H1.HeaderClassName
{
color: #A0ADF1;
}
.AnyTagClassName
{
color: #A0ADF1;
}
</style>
background-color css
<style>
a { background-color: #A0ADF1; }
a { background-color: rgb(160,173,241); }
div.DivClassName
{
background-color: #A0ADF1;
}
.BgClassName
{
background-color: #A0ADF1;
}
</style>
border-color css
<style>
span { border-color: #A0ADF1; }
span { border-color: rgb(160,173,241); }
td.TdClassName
{
border-color: #A0ADF1;
}
.TagClassName
{
border-color: #A0ADF1;
}
</style>