Shades of Medium Orchid #AD4FF1
Tints of Medium Orchid #AD4FF1
RGB
CMYK
RGB Variations
Color information
#AD4FF1 (or 0xAD4FF1) is known color: Medium Orchid. HEX triplet: AD, 4F and F1. RGB value is (173,79,241). Sum of RGB (Red+Green+Blue) = 173+79+241=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 79 (31.25% from 255 or 16.02% from 493); Blue value is 241 (94.53% from 255 or 48.88% from 493); Max value from RGB is 241 - color contains mainly: blue. Hex color #AD4FF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD4FF1 is #52B00E. Grayscale: #7D7D7D. Windows color (decimal): -5419023 or 15814573. OLE color: 15814573.
HSL color Cylindrical-coordinate representation of color #AD4FF1: hue angle of 274.81º degrees, saturation: 0.85, 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 #AD4FF1 is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 79 | 241 | - |
| CMYK | 0.28 | 0.67 | 0 | 0.05 |
| HSL | 274.81º | 0.85% | 0.63% | - |
| HSV(B) | 274.81º | 0.67% | 0.95% | - |
| XYZ | 35.91 | 20.83 | 85.35 | - |
| YUV | 125.57 | 193.14 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 79 | 241 | 0.28 | 0.67 | 0 | 0.05 | 274.81 | 0.85 | 0.63 |
| Hex | AD | 4F | F1 | 1C | 43 | 0 | 5 | 113 | 55 | 3F |
| Octal | 255 | 117 | 361 | 34 | 103 | 0 | 5 | 423 | 125 | 77 |
| Binary | 10101101 | 1001111 | 11110001 | 11100 | 1000011 | 0 | 101 | 100010011 | 1010101 | 111111 |
Color Harmonies of #AD4FF1
Complementary color
Monochromatic Colors of #AD4FF1
Black with #AD4FF1
Text Example
Text Example
White with #AD4FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4FF1; }
p { color: rgb(173,79,241); }
H1.HeaderClassName
{
color: #AD4FF1;
}
.AnyTagClassName
{
color: #AD4FF1;
}
</style>
background-color css
<style>
a { background-color: #AD4FF1; }
a { background-color: rgb(173,79,241); }
div.DivClassName
{
background-color: #AD4FF1;
}
.BgClassName
{
background-color: #AD4FF1;
}
</style>
border-color css
<style>
span { border-color: #AD4FF1; }
span { border-color: rgb(173,79,241); }
td.TdClassName
{
border-color: #AD4FF1;
}
.TagClassName
{
border-color: #AD4FF1;
}
</style>