Shades of Medium Orchid #AD51FF
Tints of Medium Orchid #AD51FF
RGB
CMYK
RGB Variations
Color information
#AD51FF (or 0xAD51FF) is known color: Medium Orchid. HEX triplet: AD, 51 and FF. RGB value is (173,81,255). Sum of RGB (Red+Green+Blue) = 173+81+255=509 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.99% from 509); Green value is 81 (32.03% from 255 or 15.91% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD51FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD51FF is #52AE00. Grayscale: #7F7F7F. Windows color (decimal): -5418497 or 16732589. OLE color: 16732589.
HSL color Cylindrical-coordinate representation of color #AD51FF: hue angle of 271.72º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD51FF is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 81 | 255 | - |
| CMYK | 0.32 | 0.68 | 0 | 0 |
| HSL | 271.72º | 1% | 0.66% | - |
| HSV(B) | 271.72º | 0.68% | 1% | - |
| XYZ | 38.23 | 21.99 | 96.84 | - |
| YUV | 128.34 | 199.48 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 81 | 255 | 0.32 | 0.68 | 0 | 0 | 271.72 | 1 | 0.66 |
| Hex | AD | 51 | FF | 20 | 44 | 0 | 0 | 110 | 64 | 42 |
| Octal | 255 | 121 | 377 | 40 | 104 | 0 | 0 | 420 | 144 | 102 |
| Binary | 10101101 | 1010001 | 11111111 | 100000 | 1000100 | 0 | 0 | 100010000 | 1100100 | 1000010 |
Color Harmonies of #AD51FF
Complementary color
Monochromatic Colors of #AD51FF
Black with #AD51FF
Text Example
Text Example
White with #AD51FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD51FF; }
p { color: rgb(173,81,255); }
H1.HeaderClassName
{
color: #AD51FF;
}
.AnyTagClassName
{
color: #AD51FF;
}
</style>
background-color css
<style>
a { background-color: #AD51FF; }
a { background-color: rgb(173,81,255); }
div.DivClassName
{
background-color: #AD51FF;
}
.BgClassName
{
background-color: #AD51FF;
}
</style>
border-color css
<style>
span { border-color: #AD51FF; }
span { border-color: rgb(173,81,255); }
td.TdClassName
{
border-color: #AD51FF;
}
.TagClassName
{
border-color: #AD51FF;
}
</style>