Shades of Medium Orchid #AD50FF
Tints of Medium Orchid #AD50FF
RGB
CMYK
RGB Variations
Color information
#AD50FF (or 0xAD50FF) is known color: Medium Orchid. HEX triplet: AD, 50 and FF. RGB value is (173,80,255). Sum of RGB (Red+Green+Blue) = 173+80+255=508 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.06% from 508); Green value is 80 (31.64% from 255 or 15.75% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD50FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD50FF is #52AF00. Grayscale: #7F7F7F. Windows color (decimal): -5418753 or 16732333. OLE color: 16732333.
HSL color Cylindrical-coordinate representation of color #AD50FF: hue angle of 271.89º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD50FF is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 80 | 255 | - |
| CMYK | 0.32 | 0.69 | 0 | 0 |
| HSL | 271.89º | 1% | 0.66% | - |
| HSV(B) | 271.89º | 0.69% | 1% | - |
| XYZ | 38.15 | 21.84 | 96.81 | - |
| YUV | 127.76 | 199.81 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 80 | 255 | 0.32 | 0.69 | 0 | 0 | 271.89 | 1 | 0.66 |
| Hex | AD | 50 | FF | 20 | 45 | 0 | 0 | 110 | 64 | 42 |
| Octal | 255 | 120 | 377 | 40 | 105 | 0 | 0 | 420 | 144 | 102 |
| Binary | 10101101 | 1010000 | 11111111 | 100000 | 1000101 | 0 | 0 | 100010000 | 1100100 | 1000010 |
Color Harmonies of #AD50FF
Complementary color
Monochromatic Colors of #AD50FF
Black with #AD50FF
Text Example
Text Example
White with #AD50FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD50FF; }
p { color: rgb(173,80,255); }
H1.HeaderClassName
{
color: #AD50FF;
}
.AnyTagClassName
{
color: #AD50FF;
}
</style>
background-color css
<style>
a { background-color: #AD50FF; }
a { background-color: rgb(173,80,255); }
div.DivClassName
{
background-color: #AD50FF;
}
.BgClassName
{
background-color: #AD50FF;
}
</style>
border-color css
<style>
span { border-color: #AD50FF; }
span { border-color: rgb(173,80,255); }
td.TdClassName
{
border-color: #AD50FF;
}
.TagClassName
{
border-color: #AD50FF;
}
</style>