Shades of Perano #A1ADED
Tints of Perano #A1ADED
RGB
CMYK
RGB Variations
Color information
#A1ADED (or 0xA1ADED) is known color: Perano. HEX triplet: A1, AD and ED. RGB value is (161,173,237). Sum of RGB (Red+Green+Blue) = 161+173+237=571 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.20% from 571); Green value is 173 (67.97% from 255 or 30.30% from 571); Blue value is 237 (92.97% from 255 or 41.51% from 571); Max value from RGB is 237 - color contains mainly: blue. Hex color #A1ADED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A1ADED is #5E5212. Grayscale: #B0B0B0. Windows color (decimal): -6181395 or 15576481. OLE color: 15576481.
HSL color Cylindrical-coordinate representation of color #A1ADED: hue angle of 230.53º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1ADED is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 173 | 237 | - |
| CMYK | 0.32 | 0.27 | 0 | 0.07 |
| HSL | 230.53º | 0.68% | 0.78% | - |
| HSV(B) | 230.53º | 0.32% | 0.93% | - |
| XYZ | 44.93 | 43.58 | 86.16 | - |
| YUV | 176.71 | 162.02 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 173 | 237 | 0.32 | 0.27 | 0 | 0.07 | 230.53 | 0.68 | 0.78 |
| Hex | A1 | AD | ED | 20 | 1B | 0 | 7 | E7 | 44 | 4E |
| Octal | 241 | 255 | 355 | 40 | 33 | 0 | 7 | 347 | 104 | 116 |
| Binary | 10100001 | 10101101 | 11101101 | 100000 | 11011 | 0 | 111 | 11100111 | 1000100 | 1001110 |
Color Harmonies of #A1ADED
Complementary color
Monochromatic Colors of #A1ADED
Black with #A1ADED
Text Example
Text Example
White with #A1ADED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1ADED; }
p { color: rgb(161,173,237); }
H1.HeaderClassName
{
color: #A1ADED;
}
.AnyTagClassName
{
color: #A1ADED;
}
</style>
background-color css
<style>
a { background-color: #A1ADED; }
a { background-color: rgb(161,173,237); }
div.DivClassName
{
background-color: #A1ADED;
}
.BgClassName
{
background-color: #A1ADED;
}
</style>
border-color css
<style>
span { border-color: #A1ADED; }
span { border-color: rgb(161,173,237); }
td.TdClassName
{
border-color: #A1ADED;
}
.TagClassName
{
border-color: #A1ADED;
}
</style>