Shades of Perano #A6ADEB
Tints of Perano #A6ADEB
RGB
CMYK
RGB Variations
Color information
#A6ADEB (or 0xA6ADEB) is known color: Perano. HEX triplet: A6, AD and EB. RGB value is (166,173,235). Sum of RGB (Red+Green+Blue) = 166+173+235=574 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.92% from 574); Green value is 173 (67.97% from 255 or 30.14% from 574); Blue value is 235 (92.19% from 255 or 40.94% from 574); Max value from RGB is 235 - color contains mainly: blue. Hex color #A6ADEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6ADEB is #595214. Grayscale: #B1B1B1. Windows color (decimal): -5853717 or 15445414. OLE color: 15445414.
HSL color Cylindrical-coordinate representation of color #A6ADEB: hue angle of 233.91º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A6ADEB is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 166 | 173 | 235 | - |
| CMYK | 0.29 | 0.26 | 0 | 0.08 |
| HSL | 233.91º | 0.63% | 0.79% | - |
| HSV(B) | 233.91º | 0.29% | 0.92% | - |
| XYZ | 45.66 | 43.99 | 84.68 | - |
| YUV | 177.98 | 160.18 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 173 | 235 | 0.29 | 0.26 | 0 | 0.08 | 233.91 | 0.63 | 0.79 |
| Hex | A6 | AD | EB | 1D | 1A | 0 | 8 | EA | 3F | 4F |
| Octal | 246 | 255 | 353 | 35 | 32 | 0 | 10 | 352 | 77 | 117 |
| Binary | 10100110 | 10101101 | 11101011 | 11101 | 11010 | 0 | 1000 | 11101010 | 111111 | 1001111 |
Color Harmonies of #A6ADEB
Complementary color
Monochromatic Colors of #A6ADEB
Black with #A6ADEB
Text Example
Text Example
White with #A6ADEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6ADEB; }
p { color: rgb(166,173,235); }
H1.HeaderClassName
{
color: #A6ADEB;
}
.AnyTagClassName
{
color: #A6ADEB;
}
</style>
background-color css
<style>
a { background-color: #A6ADEB; }
a { background-color: rgb(166,173,235); }
div.DivClassName
{
background-color: #A6ADEB;
}
.BgClassName
{
background-color: #A6ADEB;
}
</style>
border-color css
<style>
span { border-color: #A6ADEB; }
span { border-color: rgb(166,173,235); }
td.TdClassName
{
border-color: #A6ADEB;
}
.TagClassName
{
border-color: #A6ADEB;
}
</style>