Shades of Perano #A6ADEF
Tints of Perano #A6ADEF
RGB
CMYK
RGB Variations
Color information
#A6ADEF (or 0xA6ADEF) is known color: Perano. HEX triplet: A6, AD and EF. RGB value is (166,173,239). Sum of RGB (Red+Green+Blue) = 166+173+239=578 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.72% from 578); Green value is 173 (67.97% from 255 or 29.93% from 578); Blue value is 239 (93.75% from 255 or 41.35% from 578); Max value from RGB is 239 - color contains mainly: blue. Hex color #A6ADEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6ADEF is #595210. Grayscale: #B2B2B2. Windows color (decimal): -5853713 or 15707558. OLE color: 15707558.
HSL color Cylindrical-coordinate representation of color #A6ADEF: hue angle of 234.25º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A6ADEF is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 166 | 173 | 239 | - |
| CMYK | 0.31 | 0.28 | 0 | 0.06 |
| HSL | 234.25º | 0.7% | 0.79% | - |
| HSV(B) | 234.25º | 0.31% | 0.94% | - |
| XYZ | 46.25 | 44.23 | 87.76 | - |
| YUV | 178.43 | 162.18 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 173 | 239 | 0.31 | 0.28 | 0 | 0.06 | 234.25 | 0.7 | 0.79 |
| Hex | A6 | AD | EF | 1F | 1C | 0 | 6 | EA | 46 | 4F |
| Octal | 246 | 255 | 357 | 37 | 34 | 0 | 6 | 352 | 106 | 117 |
| Binary | 10100110 | 10101101 | 11101111 | 11111 | 11100 | 0 | 110 | 11101010 | 1000110 | 1001111 |
Color Harmonies of #A6ADEF
Complementary color
Monochromatic Colors of #A6ADEF
Black with #A6ADEF
Text Example
Text Example
White with #A6ADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6ADEF; }
p { color: rgb(166,173,239); }
H1.HeaderClassName
{
color: #A6ADEF;
}
.AnyTagClassName
{
color: #A6ADEF;
}
</style>
background-color css
<style>
a { background-color: #A6ADEF; }
a { background-color: rgb(166,173,239); }
div.DivClassName
{
background-color: #A6ADEF;
}
.BgClassName
{
background-color: #A6ADEF;
}
</style>
border-color css
<style>
span { border-color: #A6ADEF; }
span { border-color: rgb(166,173,239); }
td.TdClassName
{
border-color: #A6ADEF;
}
.TagClassName
{
border-color: #A6ADEF;
}
</style>