Shades of Medium Orchid #AD53FF
Tints of Medium Orchid #AD53FF
RGB
CMYK
RGB Variations
Color information
#AD53FF (or 0xAD53FF) is known color: Medium Orchid. HEX triplet: AD, 53 and FF. RGB value is (173,83,255). Sum of RGB (Red+Green+Blue) = 173+83+255=511 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.86% from 511); Green value is 83 (32.81% from 255 or 16.24% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD53FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD53FF is #52AC00. Grayscale: #808080. Windows color (decimal): -5417985 or 16733101. OLE color: 16733101.
HSL color Cylindrical-coordinate representation of color #AD53FF: hue angle of 271.4º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AD53FF is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 83 | 255 | - |
| CMYK | 0.32 | 0.67 | 0 | 0 |
| HSL | 271.4º | 1% | 0.66% | - |
| HSV(B) | 271.4º | 0.67% | 1% | - |
| XYZ | 38.38 | 22.29 | 96.89 | - |
| YUV | 129.52 | 198.82 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 83 | 255 | 0.32 | 0.67 | 0 | 0 | 271.4 | 1 | 0.66 |
| Hex | AD | 53 | FF | 20 | 43 | 0 | 0 | 10F | 64 | 42 |
| Octal | 255 | 123 | 377 | 40 | 103 | 0 | 0 | 417 | 144 | 102 |
| Binary | 10101101 | 1010011 | 11111111 | 100000 | 1000011 | 0 | 0 | 100001111 | 1100100 | 1000010 |
Color Harmonies of #AD53FF
Complementary color
Monochromatic Colors of #AD53FF
Black with #AD53FF
Text Example
Text Example
White with #AD53FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD53FF; }
p { color: rgb(173,83,255); }
H1.HeaderClassName
{
color: #AD53FF;
}
.AnyTagClassName
{
color: #AD53FF;
}
</style>
background-color css
<style>
a { background-color: #AD53FF; }
a { background-color: rgb(173,83,255); }
div.DivClassName
{
background-color: #AD53FF;
}
.BgClassName
{
background-color: #AD53FF;
}
</style>
border-color css
<style>
span { border-color: #AD53FF; }
span { border-color: rgb(173,83,255); }
td.TdClassName
{
border-color: #AD53FF;
}
.TagClassName
{
border-color: #AD53FF;
}
</style>