Shades of Medium Orchid #AD4FFF
Tints of Medium Orchid #AD4FFF
RGB
CMYK
RGB Variations
Color information
#AD4FFF (or 0xAD4FFF) is known color: Medium Orchid. HEX triplet: AD, 4F and FF. RGB value is (173,79,255). Sum of RGB (Red+Green+Blue) = 173+79+255=507 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.12% from 507); Green value is 79 (31.25% from 255 or 15.58% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD4FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD4FFF is #52B000. Grayscale: #7E7E7E. Windows color (decimal): -5419009 or 16732077. OLE color: 16732077.
HSL color Cylindrical-coordinate representation of color #AD4FFF: hue angle of 272.05º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD4FFF is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 79 | 255 | - |
| CMYK | 0.32 | 0.69 | 0 | 0 |
| HSL | 272.05º | 1% | 0.65% | - |
| HSV(B) | 272.05º | 0.69% | 1% | - |
| XYZ | 38.08 | 21.7 | 96.79 | - |
| YUV | 127.17 | 200.14 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 79 | 255 | 0.32 | 0.69 | 0 | 0 | 272.05 | 1 | 0.65 |
| Hex | AD | 4F | FF | 20 | 45 | 0 | 0 | 110 | 64 | 41 |
| Octal | 255 | 117 | 377 | 40 | 105 | 0 | 0 | 420 | 144 | 101 |
| Binary | 10101101 | 1001111 | 11111111 | 100000 | 1000101 | 0 | 0 | 100010000 | 1100100 | 1000001 |
Color Harmonies of #AD4FFF
Complementary color
Monochromatic Colors of #AD4FFF
Black with #AD4FFF
Text Example
Text Example
White with #AD4FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4FFF; }
p { color: rgb(173,79,255); }
H1.HeaderClassName
{
color: #AD4FFF;
}
.AnyTagClassName
{
color: #AD4FFF;
}
</style>
background-color css
<style>
a { background-color: #AD4FFF; }
a { background-color: rgb(173,79,255); }
div.DivClassName
{
background-color: #AD4FFF;
}
.BgClassName
{
background-color: #AD4FFF;
}
</style>
border-color css
<style>
span { border-color: #AD4FFF; }
span { border-color: rgb(173,79,255); }
td.TdClassName
{
border-color: #AD4FFF;
}
.TagClassName
{
border-color: #AD4FFF;
}
</style>