Shades of Perano #A6ADEC
Tints of Perano #A6ADEC
RGB
CMYK
RGB Variations
Color information
#A6ADEC (or 0xA6ADEC) is known color: Perano. HEX triplet: A6, AD and EC. RGB value is (166,173,236). Sum of RGB (Red+Green+Blue) = 166+173+236=575 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.87% from 575); Green value is 173 (67.97% from 255 or 30.09% from 575); Blue value is 236 (92.58% from 255 or 41.04% from 575); Max value from RGB is 236 - color contains mainly: blue. Hex color #A6ADEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6ADEC is #595213. Grayscale: #B1B1B1. Windows color (decimal): -5853716 or 15510950. OLE color: 15510950.
HSL color Cylindrical-coordinate representation of color #A6ADEC: hue angle of 234º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A6ADEC is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 173 | 236 | - |
| CMYK | 0.30 | 0.27 | 0 | 0.07 |
| HSL | 234º | 0.65% | 0.79% | - |
| HSV(B) | 234º | 0.3% | 0.93% | - |
| XYZ | 45.81 | 44.05 | 85.45 | - |
| YUV | 178.09 | 160.68 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 173 | 236 | 0.30 | 0.27 | 0 | 0.07 | 234 | 0.65 | 0.79 |
| Hex | A6 | AD | EC | 1E | 1B | 0 | 7 | EA | 41 | 4F |
| Octal | 246 | 255 | 354 | 36 | 33 | 0 | 7 | 352 | 101 | 117 |
| Binary | 10100110 | 10101101 | 11101100 | 11110 | 11011 | 0 | 111 | 11101010 | 1000001 | 1001111 |
Color Harmonies of #A6ADEC
Complementary color
Monochromatic Colors of #A6ADEC
Black with #A6ADEC
Text Example
Text Example
White with #A6ADEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6ADEC; }
p { color: rgb(166,173,236); }
H1.HeaderClassName
{
color: #A6ADEC;
}
.AnyTagClassName
{
color: #A6ADEC;
}
</style>
background-color css
<style>
a { background-color: #A6ADEC; }
a { background-color: rgb(166,173,236); }
div.DivClassName
{
background-color: #A6ADEC;
}
.BgClassName
{
background-color: #A6ADEC;
}
</style>
border-color css
<style>
span { border-color: #A6ADEC; }
span { border-color: rgb(166,173,236); }
td.TdClassName
{
border-color: #A6ADEC;
}
.TagClassName
{
border-color: #A6ADEC;
}
</style>