Shades of Medium Orchid #AD52DB
Tints of Medium Orchid #AD52DB
RGB
CMYK
RGB Variations
Color information
#AD52DB (or 0xAD52DB) is known color: Medium Orchid. HEX triplet: AD, 52 and DB. RGB value is (173,82,219). Sum of RGB (Red+Green+Blue) = 173+82+219=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 82 (32.42% from 255 or 17.30% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD52DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD52DB is #52AD24. Grayscale: #7C7C7C. Windows color (decimal): -5418277 or 14373549. OLE color: 14373549.
HSL color Cylindrical-coordinate representation of color #AD52DB: hue angle of 279.85º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AD52DB is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 82 | 219 | - |
| CMYK | 0.21 | 0.63 | 0 | 0.14 |
| HSL | 279.85º | 0.66% | 0.59% | - |
| HSV(B) | 279.85º | 0.63% | 0.86% | - |
| XYZ | 33.04 | 20.03 | 69.14 | - |
| YUV | 124.83 | 181.15 | 162.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 82 | 219 | 0.21 | 0.63 | 0 | 0.14 | 279.85 | 0.66 | 0.59 |
| Hex | AD | 52 | DB | 15 | 3F | 0 | E | 118 | 42 | 3B |
| Octal | 255 | 122 | 333 | 25 | 77 | 0 | 16 | 430 | 102 | 73 |
| Binary | 10101101 | 1010010 | 11011011 | 10101 | 111111 | 0 | 1110 | 100011000 | 1000010 | 111011 |
Color Harmonies of #AD52DB
Complementary color
Monochromatic Colors of #AD52DB
Black with #AD52DB
Text Example
Text Example
White with #AD52DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD52DB; }
p { color: rgb(173,82,219); }
H1.HeaderClassName
{
color: #AD52DB;
}
.AnyTagClassName
{
color: #AD52DB;
}
</style>
background-color css
<style>
a { background-color: #AD52DB; }
a { background-color: rgb(173,82,219); }
div.DivClassName
{
background-color: #AD52DB;
}
.BgClassName
{
background-color: #AD52DB;
}
</style>
border-color css
<style>
span { border-color: #AD52DB; }
span { border-color: rgb(173,82,219); }
td.TdClassName
{
border-color: #AD52DB;
}
.TagClassName
{
border-color: #AD52DB;
}
</style>