Shades of Perano #AD9EFE
Tints of Perano #AD9EFE
RGB
CMYK
RGB Variations
Color information
#AD9EFE (or 0xAD9EFE) is known color: Perano. HEX triplet: AD, 9E and FE. RGB value is (173,158,254). Sum of RGB (Red+Green+Blue) = 173+158+254=585 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.57% from 585); Green value is 158 (62.11% from 255 or 27.01% from 585); Blue value is 254 (99.61% from 255 or 43.42% from 585); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD9EFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD9EFE is #526101. Grayscale: #ADADAD. Windows color (decimal): -5398786 or 16686765. OLE color: 16686765.
HSL color Cylindrical-coordinate representation of color #AD9EFE: hue angle of 249.38º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AD9EFE is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 158 | 254 | - |
| CMYK | 0.32 | 0.38 | 0 | 0.00 |
| HSL | 249.38º | 0.98% | 0.81% | - |
| HSV(B) | 249.38º | 0.38% | 1% | - |
| XYZ | 47.35 | 40.49 | 99.09 | - |
| YUV | 173.43 | 173.47 | 127.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 158 | 254 | 0.32 | 0.38 | 0 | 0.00 | 249.38 | 0.98 | 0.81 |
| Hex | AD | 9E | FE | 20 | 26 | 0 | 0 | F9 | 62 | 51 |
| Octal | 255 | 236 | 376 | 40 | 46 | 0 | 0 | 371 | 142 | 121 |
| Binary | 10101101 | 10011110 | 11111110 | 100000 | 100110 | 0 | 0 | 11111001 | 1100010 | 1010001 |
Color Harmonies of #AD9EFE
Complementary color
Monochromatic Colors of #AD9EFE
Black with #AD9EFE
Text Example
Text Example
White with #AD9EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9EFE; }
p { color: rgb(173,158,254); }
H1.HeaderClassName
{
color: #AD9EFE;
}
.AnyTagClassName
{
color: #AD9EFE;
}
</style>
background-color css
<style>
a { background-color: #AD9EFE; }
a { background-color: rgb(173,158,254); }
div.DivClassName
{
background-color: #AD9EFE;
}
.BgClassName
{
background-color: #AD9EFE;
}
</style>
border-color css
<style>
span { border-color: #AD9EFE; }
span { border-color: rgb(173,158,254); }
td.TdClassName
{
border-color: #AD9EFE;
}
.TagClassName
{
border-color: #AD9EFE;
}
</style>