Shades of Medium Orchid #AD52DA
Tints of Medium Orchid #AD52DA
RGB
CMYK
RGB Variations
Color information
#AD52DA (or 0xAD52DA) is known color: Medium Orchid. HEX triplet: AD, 52 and DA. RGB value is (173,82,218). Sum of RGB (Red+Green+Blue) = 173+82+218=473 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.58% from 473); Green value is 82 (32.42% from 255 or 17.34% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD52DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD52DA is #52AD25. Grayscale: #7C7C7C. Windows color (decimal): -5418278 or 14308013. OLE color: 14308013.
HSL color Cylindrical-coordinate representation of color #AD52DA: hue angle of 280.15º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD52DA is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 82 | 218 | - |
| CMYK | 0.21 | 0.62 | 0 | 0.15 |
| HSL | 280.15º | 0.65% | 0.59% | - |
| HSV(B) | 280.15º | 0.62% | 0.85% | - |
| XYZ | 32.91 | 19.98 | 68.45 | - |
| YUV | 124.71 | 180.65 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 82 | 218 | 0.21 | 0.62 | 0 | 0.15 | 280.15 | 0.65 | 0.59 |
| Hex | AD | 52 | DA | 15 | 3E | 0 | F | 118 | 41 | 3B |
| Octal | 255 | 122 | 332 | 25 | 76 | 0 | 17 | 430 | 101 | 73 |
| Binary | 10101101 | 1010010 | 11011010 | 10101 | 111110 | 0 | 1111 | 100011000 | 1000001 | 111011 |
Color Harmonies of #AD52DA
Complementary color
Monochromatic Colors of #AD52DA
Black with #AD52DA
Text Example
Text Example
White with #AD52DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD52DA; }
p { color: rgb(173,82,218); }
H1.HeaderClassName
{
color: #AD52DA;
}
.AnyTagClassName
{
color: #AD52DA;
}
</style>
background-color css
<style>
a { background-color: #AD52DA; }
a { background-color: rgb(173,82,218); }
div.DivClassName
{
background-color: #AD52DA;
}
.BgClassName
{
background-color: #AD52DA;
}
</style>
border-color css
<style>
span { border-color: #AD52DA; }
span { border-color: rgb(173,82,218); }
td.TdClassName
{
border-color: #AD52DA;
}
.TagClassName
{
border-color: #AD52DA;
}
</style>