Shades of Medium Orchid #AD51F2
Tints of Medium Orchid #AD51F2
RGB
CMYK
RGB Variations
Color information
#AD51F2 (or 0xAD51F2) is known color: Medium Orchid. HEX triplet: AD, 51 and F2. RGB value is (173,81,242). Sum of RGB (Red+Green+Blue) = 173+81+242=496 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.88% from 496); Green value is 81 (32.03% from 255 or 16.33% from 496); Blue value is 242 (94.92% from 255 or 48.79% from 496); Max value from RGB is 242 - color contains mainly: blue. Hex color #AD51F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD51F2 is #52AE0D. Grayscale: #7E7E7E. Windows color (decimal): -5418510 or 15880621. OLE color: 15880621.
HSL color Cylindrical-coordinate representation of color #AD51F2: hue angle of 274.29º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AD51F2 is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 81 | 242 | - |
| CMYK | 0.29 | 0.67 | 0 | 0.05 |
| HSL | 274.29º | 0.86% | 0.63% | - |
| HSV(B) | 274.29º | 0.67% | 0.95% | - |
| XYZ | 36.2 | 21.18 | 86.18 | - |
| YUV | 126.86 | 192.98 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 81 | 242 | 0.29 | 0.67 | 0 | 0.05 | 274.29 | 0.86 | 0.63 |
| Hex | AD | 51 | F2 | 1D | 43 | 0 | 5 | 112 | 56 | 3F |
| Octal | 255 | 121 | 362 | 35 | 103 | 0 | 5 | 422 | 126 | 77 |
| Binary | 10101101 | 1010001 | 11110010 | 11101 | 1000011 | 0 | 101 | 100010010 | 1010110 | 111111 |
Color Harmonies of #AD51F2
Complementary color
Monochromatic Colors of #AD51F2
Black with #AD51F2
Text Example
Text Example
White with #AD51F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD51F2; }
p { color: rgb(173,81,242); }
H1.HeaderClassName
{
color: #AD51F2;
}
.AnyTagClassName
{
color: #AD51F2;
}
</style>
background-color css
<style>
a { background-color: #AD51F2; }
a { background-color: rgb(173,81,242); }
div.DivClassName
{
background-color: #AD51F2;
}
.BgClassName
{
background-color: #AD51F2;
}
</style>
border-color css
<style>
span { border-color: #AD51F2; }
span { border-color: rgb(173,81,242); }
td.TdClassName
{
border-color: #AD51F2;
}
.TagClassName
{
border-color: #AD51F2;
}
</style>