Shades of Perano #AD9EFF
Tints of Perano #AD9EFF
RGB
CMYK
RGB Variations
Color information
#AD9EFF (or 0xAD9EFF) is known color: Perano. HEX triplet: AD, 9E and FF. RGB value is (173,158,255). Sum of RGB (Red+Green+Blue) = 173+158+255=586 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.52% from 586); Green value is 158 (62.11% from 255 or 26.96% from 586); Blue value is 255 (100% from 255 or 43.52% from 586); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD9EFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD9EFF is #526100. Grayscale: #ADADAD. Windows color (decimal): -5398785 or 16752301. OLE color: 16752301.
HSL color Cylindrical-coordinate representation of color #AD9EFF: hue angle of 249.28º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AD9EFF is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 158 | 255 | - |
| CMYK | 0.32 | 0.38 | 0 | 0 |
| HSL | 249.28º | 1% | 0.81% | - |
| HSV(B) | 249.28º | 0.38% | 1% | - |
| XYZ | 47.51 | 40.56 | 99.93 | - |
| YUV | 173.54 | 173.97 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 158 | 255 | 0.32 | 0.38 | 0 | 0 | 249.28 | 1 | 0.81 |
| Hex | AD | 9E | FF | 20 | 26 | 0 | 0 | F9 | 64 | 51 |
| Octal | 255 | 236 | 377 | 40 | 46 | 0 | 0 | 371 | 144 | 121 |
| Binary | 10101101 | 10011110 | 11111111 | 100000 | 100110 | 0 | 0 | 11111001 | 1100100 | 1010001 |
Color Harmonies of #AD9EFF
Complementary color
Monochromatic Colors of #AD9EFF
Black with #AD9EFF
Text Example
Text Example
White with #AD9EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9EFF; }
p { color: rgb(173,158,255); }
H1.HeaderClassName
{
color: #AD9EFF;
}
.AnyTagClassName
{
color: #AD9EFF;
}
</style>
background-color css
<style>
a { background-color: #AD9EFF; }
a { background-color: rgb(173,158,255); }
div.DivClassName
{
background-color: #AD9EFF;
}
.BgClassName
{
background-color: #AD9EFF;
}
</style>
border-color css
<style>
span { border-color: #AD9EFF; }
span { border-color: rgb(173,158,255); }
td.TdClassName
{
border-color: #AD9EFF;
}
.TagClassName
{
border-color: #AD9EFF;
}
</style>