Shades of Perano #A1ADE6
Tints of Perano #A1ADE6
RGB
CMYK
RGB Variations
Color information
#A1ADE6 (or 0xA1ADE6) is known color: Perano. HEX triplet: A1, AD and E6. RGB value is (161,173,230). Sum of RGB (Red+Green+Blue) = 161+173+230=564 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.55% from 564); Green value is 173 (67.97% from 255 or 30.67% from 564); Blue value is 230 (90.23% from 255 or 40.78% from 564); Max value from RGB is 230 - color contains mainly: blue. Hex color #A1ADE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A1ADE6 is #5E5219. Grayscale: #AFAFAF. Windows color (decimal): -6181402 or 15117729. OLE color: 15117729.
HSL color Cylindrical-coordinate representation of color #A1ADE6: hue angle of 229.57º degrees, saturation: 0.58, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A1ADE6 is Cyan = 0.3, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 161 | 173 | 230 | - |
| CMYK | 0.3 | 0.25 | 0 | 0.10 |
| HSL | 229.57º | 0.58% | 0.77% | - |
| HSV(B) | 229.57º | 0.3% | 0.9% | - |
| XYZ | 43.92 | 43.18 | 80.88 | - |
| YUV | 175.91 | 158.52 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 173 | 230 | 0.3 | 0.25 | 0 | 0.10 | 229.57 | 0.58 | 0.77 |
| Hex | A1 | AD | E6 | 1E | 19 | 0 | A | E6 | 3A | 4D |
| Octal | 241 | 255 | 346 | 36 | 31 | 0 | 12 | 346 | 72 | 115 |
| Binary | 10100001 | 10101101 | 11100110 | 11110 | 11001 | 0 | 1010 | 11100110 | 111010 | 1001101 |
Color Harmonies of #A1ADE6
Complementary color
Monochromatic Colors of #A1ADE6
Black with #A1ADE6
Text Example
Text Example
White with #A1ADE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1ADE6; }
p { color: rgb(161,173,230); }
H1.HeaderClassName
{
color: #A1ADE6;
}
.AnyTagClassName
{
color: #A1ADE6;
}
</style>
background-color css
<style>
a { background-color: #A1ADE6; }
a { background-color: rgb(161,173,230); }
div.DivClassName
{
background-color: #A1ADE6;
}
.BgClassName
{
background-color: #A1ADE6;
}
</style>
border-color css
<style>
span { border-color: #A1ADE6; }
span { border-color: rgb(161,173,230); }
td.TdClassName
{
border-color: #A1ADE6;
}
.TagClassName
{
border-color: #A1ADE6;
}
</style>