Shades of Medium Orchid #AD45FB
Tints of Medium Orchid #AD45FB
RGB
CMYK
RGB Variations
Color information
#AD45FB (or 0xAD45FB) is known color: Medium Orchid. HEX triplet: AD, 45 and FB. RGB value is (173,69,251). Sum of RGB (Red+Green+Blue) = 173+69+251=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 69 (27.34% from 255 or 14.00% from 493); Blue value is 251 (98.44% from 255 or 50.91% from 493); Max value from RGB is 251 - color contains mainly: blue. Hex color #AD45FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD45FB is #52BA04. Grayscale: #787878. Windows color (decimal): -5421573 or 16467373. OLE color: 16467373.
HSL color Cylindrical-coordinate representation of color #AD45FB: hue angle of 274.29º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD45FB is Cyan = 0.31, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 69 | 251 | - |
| CMYK | 0.31 | 0.73 | 0 | 0.02 |
| HSL | 274.29º | 0.96% | 0.63% | - |
| HSV(B) | 274.29º | 0.73% | 0.98% | - |
| XYZ | 36.77 | 20.11 | 93.21 | - |
| YUV | 120.84 | 201.46 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 69 | 251 | 0.31 | 0.73 | 0 | 0.02 | 274.29 | 0.96 | 0.63 |
| Hex | AD | 45 | FB | 1F | 49 | 0 | 2 | 112 | 60 | 3F |
| Octal | 255 | 105 | 373 | 37 | 111 | 0 | 2 | 422 | 140 | 77 |
| Binary | 10101101 | 1000101 | 11111011 | 11111 | 1001001 | 0 | 10 | 100010010 | 1100000 | 111111 |
Color Harmonies of #AD45FB
Complementary color
Monochromatic Colors of #AD45FB
Black with #AD45FB
Text Example
Text Example
White with #AD45FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD45FB; }
p { color: rgb(173,69,251); }
H1.HeaderClassName
{
color: #AD45FB;
}
.AnyTagClassName
{
color: #AD45FB;
}
</style>
background-color css
<style>
a { background-color: #AD45FB; }
a { background-color: rgb(173,69,251); }
div.DivClassName
{
background-color: #AD45FB;
}
.BgClassName
{
background-color: #AD45FB;
}
</style>
border-color css
<style>
span { border-color: #AD45FB; }
span { border-color: rgb(173,69,251); }
td.TdClassName
{
border-color: #AD45FB;
}
.TagClassName
{
border-color: #AD45FB;
}
</style>