Shades of Medium Orchid #AD52CE
Tints of Medium Orchid #AD52CE
RGB
CMYK
RGB Variations
Color information
#AD52CE (or 0xAD52CE) is known color: Medium Orchid. HEX triplet: AD, 52 and CE. RGB value is (173,82,206). Sum of RGB (Red+Green+Blue) = 173+82+206=461 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.53% from 461); Green value is 82 (32.42% from 255 or 17.79% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD52CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD52CE is #52AD31. Grayscale: #7A7A7A. Windows color (decimal): -5418290 or 13521581. OLE color: 13521581.
HSL color Cylindrical-coordinate representation of color #AD52CE: hue angle of 284.03º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD52CE is Cyan = 0.16, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 82 | 206 | - |
| CMYK | 0.16 | 0.60 | 0 | 0.19 |
| HSL | 284.03º | 0.56% | 0.56% | - |
| HSV(B) | 284.03º | 0.6% | 0.81% | - |
| XYZ | 31.39 | 19.38 | 60.48 | - |
| YUV | 123.35 | 174.65 | 163.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 82 | 206 | 0.16 | 0.60 | 0 | 0.19 | 284.03 | 0.56 | 0.56 |
| Hex | AD | 52 | CE | 10 | 3C | 0 | 13 | 11C | 38 | 38 |
| Octal | 255 | 122 | 316 | 20 | 74 | 0 | 23 | 434 | 70 | 70 |
| Binary | 10101101 | 1010010 | 11001110 | 10000 | 111100 | 0 | 10011 | 100011100 | 111000 | 111000 |
Color Harmonies of #AD52CE
Complementary color
Monochromatic Colors of #AD52CE
Black with #AD52CE
Text Example
Text Example
White with #AD52CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD52CE; }
p { color: rgb(173,82,206); }
H1.HeaderClassName
{
color: #AD52CE;
}
.AnyTagClassName
{
color: #AD52CE;
}
</style>
background-color css
<style>
a { background-color: #AD52CE; }
a { background-color: rgb(173,82,206); }
div.DivClassName
{
background-color: #AD52CE;
}
.BgClassName
{
background-color: #AD52CE;
}
</style>
border-color css
<style>
span { border-color: #AD52CE; }
span { border-color: rgb(173,82,206); }
td.TdClassName
{
border-color: #AD52CE;
}
.TagClassName
{
border-color: #AD52CE;
}
</style>