Shades of Medium Orchid #AD4AFD
Tints of Medium Orchid #AD4AFD
RGB
CMYK
RGB Variations
Color information
#AD4AFD (or 0xAD4AFD) is known color: Medium Orchid. HEX triplet: AD, 4A and FD. RGB value is (173,74,253). Sum of RGB (Red+Green+Blue) = 173+74+253=500 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.6% from 500); Green value is 74 (29.30% from 255 or 14.8% from 500); Blue value is 253 (99.22% from 255 or 50.6% from 500); Max value from RGB is 253 - color contains mainly: blue. Hex color #AD4AFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD4AFD is #52B502. Grayscale: #7B7B7B. Windows color (decimal): -5420291 or 16599725. OLE color: 16599725.
HSL color Cylindrical-coordinate representation of color #AD4AFD: hue angle of 273.18º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD4AFD is Cyan = 0.32, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 74 | 253 | - |
| CMYK | 0.32 | 0.71 | 0 | 0.01 |
| HSL | 273.18º | 0.98% | 0.64% | - |
| HSV(B) | 273.18º | 0.71% | 0.99% | - |
| XYZ | 37.41 | 20.87 | 94.99 | - |
| YUV | 124.01 | 200.8 | 162.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 74 | 253 | 0.32 | 0.71 | 0 | 0.01 | 273.18 | 0.98 | 0.64 |
| Hex | AD | 4A | FD | 20 | 47 | 0 | 1 | 111 | 62 | 40 |
| Octal | 255 | 112 | 375 | 40 | 107 | 0 | 1 | 421 | 142 | 100 |
| Binary | 10101101 | 1001010 | 11111101 | 100000 | 1000111 | 0 | 1 | 100010001 | 1100010 | 1000000 |
Color Harmonies of #AD4AFD
Complementary color
Monochromatic Colors of #AD4AFD
Black with #AD4AFD
Text Example
Text Example
White with #AD4AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4AFD; }
p { color: rgb(173,74,253); }
H1.HeaderClassName
{
color: #AD4AFD;
}
.AnyTagClassName
{
color: #AD4AFD;
}
</style>
background-color css
<style>
a { background-color: #AD4AFD; }
a { background-color: rgb(173,74,253); }
div.DivClassName
{
background-color: #AD4AFD;
}
.BgClassName
{
background-color: #AD4AFD;
}
</style>
border-color css
<style>
span { border-color: #AD4AFD; }
span { border-color: rgb(173,74,253); }
td.TdClassName
{
border-color: #AD4AFD;
}
.TagClassName
{
border-color: #AD4AFD;
}
</style>