Shades of Medium Orchid #AD4FF2
Tints of Medium Orchid #AD4FF2
RGB
CMYK
RGB Variations
Color information
#AD4FF2 (or 0xAD4FF2) is known color: Medium Orchid. HEX triplet: AD, 4F and F2. RGB value is (173,79,242). Sum of RGB (Red+Green+Blue) = 173+79+242=494 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.02% from 494); Green value is 79 (31.25% from 255 or 15.99% from 494); Blue value is 242 (94.92% from 255 or 48.99% from 494); Max value from RGB is 242 - color contains mainly: blue. Hex color #AD4FF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD4FF2 is #52B00D. Grayscale: #7D7D7D. Windows color (decimal): -5419022 or 15880109. OLE color: 15880109.
HSL color Cylindrical-coordinate representation of color #AD4FF2: hue angle of 274.6º 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 #AD4FF2 is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 79 | 242 | - |
| CMYK | 0.29 | 0.67 | 0 | 0.05 |
| HSL | 274.6º | 0.86% | 0.63% | - |
| HSV(B) | 274.6º | 0.67% | 0.95% | - |
| XYZ | 36.06 | 20.89 | 86.14 | - |
| YUV | 125.69 | 193.64 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 79 | 242 | 0.29 | 0.67 | 0 | 0.05 | 274.6 | 0.86 | 0.63 |
| Hex | AD | 4F | F2 | 1D | 43 | 0 | 5 | 113 | 56 | 3F |
| Octal | 255 | 117 | 362 | 35 | 103 | 0 | 5 | 423 | 126 | 77 |
| Binary | 10101101 | 1001111 | 11110010 | 11101 | 1000011 | 0 | 101 | 100010011 | 1010110 | 111111 |
Color Harmonies of #AD4FF2
Complementary color
Monochromatic Colors of #AD4FF2
Black with #AD4FF2
Text Example
Text Example
White with #AD4FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4FF2; }
p { color: rgb(173,79,242); }
H1.HeaderClassName
{
color: #AD4FF2;
}
.AnyTagClassName
{
color: #AD4FF2;
}
</style>
background-color css
<style>
a { background-color: #AD4FF2; }
a { background-color: rgb(173,79,242); }
div.DivClassName
{
background-color: #AD4FF2;
}
.BgClassName
{
background-color: #AD4FF2;
}
</style>
border-color css
<style>
span { border-color: #AD4FF2; }
span { border-color: rgb(173,79,242); }
td.TdClassName
{
border-color: #AD4FF2;
}
.TagClassName
{
border-color: #AD4FF2;
}
</style>