Shades of Perano #A6ADED
Tints of Perano #A6ADED
RGB
CMYK
RGB Variations
Color information
#A6ADED (or 0xA6ADED) is known color: Perano. HEX triplet: A6, AD and ED. RGB value is (166,173,237). Sum of RGB (Red+Green+Blue) = 166+173+237=576 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.82% from 576); Green value is 173 (67.97% from 255 or 30.03% from 576); Blue value is 237 (92.97% from 255 or 41.15% from 576); Max value from RGB is 237 - color contains mainly: blue. Hex color #A6ADED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6ADED is #595212. Grayscale: #B1B1B1. Windows color (decimal): -5853715 or 15576486. OLE color: 15576486.
HSL color Cylindrical-coordinate representation of color #A6ADED: hue angle of 234.08º degrees, saturation: 0.66, 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 #A6ADED is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 173 | 237 | - |
| CMYK | 0.30 | 0.27 | 0 | 0.07 |
| HSL | 234.08º | 0.66% | 0.79% | - |
| HSV(B) | 234.08º | 0.3% | 0.93% | - |
| XYZ | 45.96 | 44.11 | 86.21 | - |
| YUV | 178.2 | 161.18 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 173 | 237 | 0.30 | 0.27 | 0 | 0.07 | 234.08 | 0.66 | 0.79 |
| Hex | A6 | AD | ED | 1E | 1B | 0 | 7 | EA | 42 | 4F |
| Octal | 246 | 255 | 355 | 36 | 33 | 0 | 7 | 352 | 102 | 117 |
| Binary | 10100110 | 10101101 | 11101101 | 11110 | 11011 | 0 | 111 | 11101010 | 1000010 | 1001111 |
Color Harmonies of #A6ADED
Complementary color
Monochromatic Colors of #A6ADED
Black with #A6ADED
Text Example
Text Example
White with #A6ADED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6ADED; }
p { color: rgb(166,173,237); }
H1.HeaderClassName
{
color: #A6ADED;
}
.AnyTagClassName
{
color: #A6ADED;
}
</style>
background-color css
<style>
a { background-color: #A6ADED; }
a { background-color: rgb(166,173,237); }
div.DivClassName
{
background-color: #A6ADED;
}
.BgClassName
{
background-color: #A6ADED;
}
</style>
border-color css
<style>
span { border-color: #A6ADED; }
span { border-color: rgb(166,173,237); }
td.TdClassName
{
border-color: #A6ADED;
}
.TagClassName
{
border-color: #A6ADED;
}
</style>