Shades of Perano #ADA6ED
Tints of Perano #ADA6ED
RGB
CMYK
RGB Variations
Color information
#ADA6ED (or 0xADA6ED) is known color: Perano. HEX triplet: AD, A6 and ED. RGB value is (173,166,237). Sum of RGB (Red+Green+Blue) = 173+166+237=576 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.03% from 576); Green value is 166 (65.23% from 255 or 28.82% 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 #ADA6ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADA6ED is #525912. Grayscale: #AFAFAF. Windows color (decimal): -5396755 or 15574701. OLE color: 15574701.
HSL color Cylindrical-coordinate representation of color #ADA6ED: hue angle of 245.92º 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 #ADA6ED is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 166 | 237 | - |
| CMYK | 0.27 | 0.30 | 0 | 0.07 |
| HSL | 245.92º | 0.66% | 0.79% | - |
| HSV(B) | 245.92º | 0.3% | 0.93% | - |
| XYZ | 46.16 | 42.27 | 85.85 | - |
| YUV | 176.19 | 162.32 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 166 | 237 | 0.27 | 0.30 | 0 | 0.07 | 245.92 | 0.66 | 0.79 |
| Hex | AD | A6 | ED | 1B | 1E | 0 | 7 | F6 | 42 | 4F |
| Octal | 255 | 246 | 355 | 33 | 36 | 0 | 7 | 366 | 102 | 117 |
| Binary | 10101101 | 10100110 | 11101101 | 11011 | 11110 | 0 | 111 | 11110110 | 1000010 | 1001111 |
Color Harmonies of #ADA6ED
Complementary color
Monochromatic Colors of #ADA6ED
Black with #ADA6ED
Text Example
Text Example
White with #ADA6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA6ED; }
p { color: rgb(173,166,237); }
H1.HeaderClassName
{
color: #ADA6ED;
}
.AnyTagClassName
{
color: #ADA6ED;
}
</style>
background-color css
<style>
a { background-color: #ADA6ED; }
a { background-color: rgb(173,166,237); }
div.DivClassName
{
background-color: #ADA6ED;
}
.BgClassName
{
background-color: #ADA6ED;
}
</style>
border-color css
<style>
span { border-color: #ADA6ED; }
span { border-color: rgb(173,166,237); }
td.TdClassName
{
border-color: #ADA6ED;
}
.TagClassName
{
border-color: #ADA6ED;
}
</style>