Shades of Perano #AD9FFE
Tints of Perano #AD9FFE
RGB
CMYK
RGB Variations
Color information
#AD9FFE (or 0xAD9FFE) is known color: Perano. HEX triplet: AD, 9F and FE. RGB value is (173,159,254). Sum of RGB (Red+Green+Blue) = 173+159+254=586 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.52% from 586); Green value is 159 (62.5% from 255 or 27.13% from 586); Blue value is 254 (99.61% from 255 or 43.34% from 586); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD9FFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD9FFE is #526001. Grayscale: #ADADAD. Windows color (decimal): -5398530 or 16687021. OLE color: 16687021.
HSL color Cylindrical-coordinate representation of color #AD9FFE: hue angle of 248.84º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AD9FFE is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 159 | 254 | - |
| CMYK | 0.32 | 0.37 | 0 | 0.00 |
| HSL | 248.84º | 0.98% | 0.81% | - |
| HSV(B) | 248.84º | 0.37% | 1% | - |
| XYZ | 47.52 | 40.84 | 99.14 | - |
| YUV | 174.02 | 173.14 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 159 | 254 | 0.32 | 0.37 | 0 | 0.00 | 248.84 | 0.98 | 0.81 |
| Hex | AD | 9F | FE | 20 | 25 | 0 | 0 | F9 | 62 | 51 |
| Octal | 255 | 237 | 376 | 40 | 45 | 0 | 0 | 371 | 142 | 121 |
| Binary | 10101101 | 10011111 | 11111110 | 100000 | 100101 | 0 | 0 | 11111001 | 1100010 | 1010001 |
Color Harmonies of #AD9FFE
Complementary color
Monochromatic Colors of #AD9FFE
Black with #AD9FFE
Text Example
Text Example
White with #AD9FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9FFE; }
p { color: rgb(173,159,254); }
H1.HeaderClassName
{
color: #AD9FFE;
}
.AnyTagClassName
{
color: #AD9FFE;
}
</style>
background-color css
<style>
a { background-color: #AD9FFE; }
a { background-color: rgb(173,159,254); }
div.DivClassName
{
background-color: #AD9FFE;
}
.BgClassName
{
background-color: #AD9FFE;
}
</style>
border-color css
<style>
span { border-color: #AD9FFE; }
span { border-color: rgb(173,159,254); }
td.TdClassName
{
border-color: #AD9FFE;
}
.TagClassName
{
border-color: #AD9FFE;
}
</style>