Shades of Medium Orchid #AD54F9
Tints of Medium Orchid #AD54F9
RGB
CMYK
RGB Variations
Color information
#AD54F9 (or 0xAD54F9) is known color: Medium Orchid. HEX triplet: AD, 54 and F9. RGB value is (173,84,249). Sum of RGB (Red+Green+Blue) = 173+84+249=506 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.19% from 506); Green value is 84 (33.20% from 255 or 16.60% from 506); Blue value is 249 (97.66% from 255 or 49.21% from 506); Max value from RGB is 249 - color contains mainly: blue. Hex color #AD54F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD54F9 is #52AB06. Grayscale: #808080. Windows color (decimal): -5417735 or 16340141. OLE color: 16340141.
HSL color Cylindrical-coordinate representation of color #AD54F9: hue angle of 272.36º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AD54F9 is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 84 | 249 | - |
| CMYK | 0.31 | 0.66 | 0 | 0.02 |
| HSL | 272.36º | 0.93% | 0.65% | - |
| HSV(B) | 272.36º | 0.66% | 0.98% | - |
| XYZ | 37.5 | 22.06 | 91.9 | - |
| YUV | 129.42 | 195.49 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 84 | 249 | 0.31 | 0.66 | 0 | 0.02 | 272.36 | 0.93 | 0.65 |
| Hex | AD | 54 | F9 | 1F | 42 | 0 | 2 | 110 | 5D | 41 |
| Octal | 255 | 124 | 371 | 37 | 102 | 0 | 2 | 420 | 135 | 101 |
| Binary | 10101101 | 1010100 | 11111001 | 11111 | 1000010 | 0 | 10 | 100010000 | 1011101 | 1000001 |
Color Harmonies of #AD54F9
Complementary color
Monochromatic Colors of #AD54F9
Black with #AD54F9
Text Example
Text Example
White with #AD54F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD54F9; }
p { color: rgb(173,84,249); }
H1.HeaderClassName
{
color: #AD54F9;
}
.AnyTagClassName
{
color: #AD54F9;
}
</style>
background-color css
<style>
a { background-color: #AD54F9; }
a { background-color: rgb(173,84,249); }
div.DivClassName
{
background-color: #AD54F9;
}
.BgClassName
{
background-color: #AD54F9;
}
</style>
border-color css
<style>
span { border-color: #AD54F9; }
span { border-color: rgb(173,84,249); }
td.TdClassName
{
border-color: #AD54F9;
}
.TagClassName
{
border-color: #AD54F9;
}
</style>