Shades of Perano #A1ADEF
Tints of Perano #A1ADEF
RGB
CMYK
RGB Variations
Color information
#A1ADEF (or 0xA1ADEF) is known color: Perano. HEX triplet: A1, AD and EF. RGB value is (161,173,239). Sum of RGB (Red+Green+Blue) = 161+173+239=573 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.10% from 573); Green value is 173 (67.97% from 255 or 30.19% from 573); Blue value is 239 (93.75% from 255 or 41.71% from 573); Max value from RGB is 239 - color contains mainly: blue. Hex color #A1ADEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A1ADEF is #5E5210. Grayscale: #B0B0B0. Windows color (decimal): -6181393 or 15707553. OLE color: 15707553.
HSL color Cylindrical-coordinate representation of color #A1ADEF: hue angle of 230.77º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1ADEF is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 173 | 239 | - |
| CMYK | 0.33 | 0.28 | 0 | 0.06 |
| HSL | 230.77º | 0.71% | 0.78% | - |
| HSV(B) | 230.77º | 0.33% | 0.94% | - |
| XYZ | 45.22 | 43.7 | 87.71 | - |
| YUV | 176.94 | 163.02 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 173 | 239 | 0.33 | 0.28 | 0 | 0.06 | 230.77 | 0.71 | 0.78 |
| Hex | A1 | AD | EF | 21 | 1C | 0 | 6 | E7 | 47 | 4E |
| Octal | 241 | 255 | 357 | 41 | 34 | 0 | 6 | 347 | 107 | 116 |
| Binary | 10100001 | 10101101 | 11101111 | 100001 | 11100 | 0 | 110 | 11100111 | 1000111 | 1001110 |
Color Harmonies of #A1ADEF
Complementary color
Monochromatic Colors of #A1ADEF
Black with #A1ADEF
Text Example
Text Example
White with #A1ADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1ADEF; }
p { color: rgb(161,173,239); }
H1.HeaderClassName
{
color: #A1ADEF;
}
.AnyTagClassName
{
color: #A1ADEF;
}
</style>
background-color css
<style>
a { background-color: #A1ADEF; }
a { background-color: rgb(161,173,239); }
div.DivClassName
{
background-color: #A1ADEF;
}
.BgClassName
{
background-color: #A1ADEF;
}
</style>
border-color css
<style>
span { border-color: #A1ADEF; }
span { border-color: rgb(161,173,239); }
td.TdClassName
{
border-color: #A1ADEF;
}
.TagClassName
{
border-color: #A1ADEF;
}
</style>