Shades of Perano #AD9FFF
Tints of Perano #AD9FFF
RGB
CMYK
RGB Variations
Color information
#AD9FFF (or 0xAD9FFF) is known color: Perano. HEX triplet: AD, 9F and FF. RGB value is (173,159,255). Sum of RGB (Red+Green+Blue) = 173+159+255=587 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.47% from 587); Green value is 159 (62.5% from 255 or 27.09% from 587); Blue value is 255 (100% from 255 or 43.44% from 587); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD9FFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD9FFF is #526000. Grayscale: #ADADAD. Windows color (decimal): -5398529 or 16752557. OLE color: 16752557.
HSL color Cylindrical-coordinate representation of color #AD9FFF: hue angle of 248.75º 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 #AD9FFF is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 159 | 255 | - |
| CMYK | 0.32 | 0.38 | 0 | 0 |
| HSL | 248.75º | 1% | 0.81% | - |
| HSV(B) | 248.75º | 0.38% | 1% | - |
| XYZ | 47.68 | 40.9 | 99.99 | - |
| YUV | 174.13 | 173.64 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 159 | 255 | 0.32 | 0.38 | 0 | 0 | 248.75 | 1 | 0.81 |
| Hex | AD | 9F | FF | 20 | 26 | 0 | 0 | F9 | 64 | 51 |
| Octal | 255 | 237 | 377 | 40 | 46 | 0 | 0 | 371 | 144 | 121 |
| Binary | 10101101 | 10011111 | 11111111 | 100000 | 100110 | 0 | 0 | 11111001 | 1100100 | 1010001 |
Color Harmonies of #AD9FFF
Complementary color
Monochromatic Colors of #AD9FFF
Black with #AD9FFF
Text Example
Text Example
White with #AD9FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9FFF; }
p { color: rgb(173,159,255); }
H1.HeaderClassName
{
color: #AD9FFF;
}
.AnyTagClassName
{
color: #AD9FFF;
}
</style>
background-color css
<style>
a { background-color: #AD9FFF; }
a { background-color: rgb(173,159,255); }
div.DivClassName
{
background-color: #AD9FFF;
}
.BgClassName
{
background-color: #AD9FFF;
}
</style>
border-color css
<style>
span { border-color: #AD9FFF; }
span { border-color: rgb(173,159,255); }
td.TdClassName
{
border-color: #AD9FFF;
}
.TagClassName
{
border-color: #AD9FFF;
}
</style>