Shades of Medium Orchid #AD53FE
Tints of Medium Orchid #AD53FE
RGB
CMYK
RGB Variations
Color information
#AD53FE (or 0xAD53FE) is known color: Medium Orchid. HEX triplet: AD, 53 and FE. RGB value is (173,83,254). Sum of RGB (Red+Green+Blue) = 173+83+254=510 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.92% from 510); Green value is 83 (32.81% from 255 or 16.27% from 510); Blue value is 254 (99.61% from 255 or 49.80% from 510); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD53FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD53FE is #52AC01. Grayscale: #808080. Windows color (decimal): -5417986 or 16667565. OLE color: 16667565.
HSL color Cylindrical-coordinate representation of color #AD53FE: hue angle of 271.58º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AD53FE is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 83 | 254 | - |
| CMYK | 0.32 | 0.67 | 0 | 0.00 |
| HSL | 271.58º | 0.99% | 0.66% | - |
| HSV(B) | 271.58º | 0.67% | 1% | - |
| XYZ | 38.22 | 22.23 | 96.04 | - |
| YUV | 129.4 | 198.32 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 83 | 254 | 0.32 | 0.67 | 0 | 0.00 | 271.58 | 0.99 | 0.66 |
| Hex | AD | 53 | FE | 20 | 43 | 0 | 0 | 110 | 63 | 42 |
| Octal | 255 | 123 | 376 | 40 | 103 | 0 | 0 | 420 | 143 | 102 |
| Binary | 10101101 | 1010011 | 11111110 | 100000 | 1000011 | 0 | 0 | 100010000 | 1100011 | 1000010 |
Color Harmonies of #AD53FE
Complementary color
Monochromatic Colors of #AD53FE
Black with #AD53FE
Text Example
Text Example
White with #AD53FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD53FE; }
p { color: rgb(173,83,254); }
H1.HeaderClassName
{
color: #AD53FE;
}
.AnyTagClassName
{
color: #AD53FE;
}
</style>
background-color css
<style>
a { background-color: #AD53FE; }
a { background-color: rgb(173,83,254); }
div.DivClassName
{
background-color: #AD53FE;
}
.BgClassName
{
background-color: #AD53FE;
}
</style>
border-color css
<style>
span { border-color: #AD53FE; }
span { border-color: rgb(173,83,254); }
td.TdClassName
{
border-color: #AD53FE;
}
.TagClassName
{
border-color: #AD53FE;
}
</style>