Shades of Medium Orchid #AD4AFE
Tints of Medium Orchid #AD4AFE
RGB
CMYK
RGB Variations
Color information
#AD4AFE (or 0xAD4AFE) is known color: Medium Orchid. HEX triplet: AD, 4A and FE. RGB value is (173,74,254). Sum of RGB (Red+Green+Blue) = 173+74+254=501 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.53% from 501); Green value is 74 (29.30% from 255 or 14.77% from 501); Blue value is 254 (99.61% from 255 or 50.70% from 501); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD4AFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD4AFE is #52B501. Grayscale: #7B7B7B. Windows color (decimal): -5420290 or 16665261. OLE color: 16665261.
HSL color Cylindrical-coordinate representation of color #AD4AFE: hue angle of 273º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD4AFE is Cyan = 0.32, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 74 | 254 | - |
| CMYK | 0.32 | 0.71 | 0 | 0.00 |
| HSL | 273º | 0.99% | 0.64% | - |
| HSV(B) | 273º | 0.71% | 1% | - |
| XYZ | 37.57 | 20.94 | 95.83 | - |
| YUV | 124.12 | 201.3 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 74 | 254 | 0.32 | 0.71 | 0 | 0.00 | 273 | 0.99 | 0.64 |
| Hex | AD | 4A | FE | 20 | 47 | 0 | 0 | 111 | 63 | 40 |
| Octal | 255 | 112 | 376 | 40 | 107 | 0 | 0 | 421 | 143 | 100 |
| Binary | 10101101 | 1001010 | 11111110 | 100000 | 1000111 | 0 | 0 | 100010001 | 1100011 | 1000000 |
Color Harmonies of #AD4AFE
Complementary color
Monochromatic Colors of #AD4AFE
Black with #AD4AFE
Text Example
Text Example
White with #AD4AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4AFE; }
p { color: rgb(173,74,254); }
H1.HeaderClassName
{
color: #AD4AFE;
}
.AnyTagClassName
{
color: #AD4AFE;
}
</style>
background-color css
<style>
a { background-color: #AD4AFE; }
a { background-color: rgb(173,74,254); }
div.DivClassName
{
background-color: #AD4AFE;
}
.BgClassName
{
background-color: #AD4AFE;
}
</style>
border-color css
<style>
span { border-color: #AD4AFE; }
span { border-color: rgb(173,74,254); }
td.TdClassName
{
border-color: #AD4AFE;
}
.TagClassName
{
border-color: #AD4AFE;
}
</style>