Shades of Medium Orchid #AD62DA
Tints of Medium Orchid #AD62DA
RGB
CMYK
RGB Variations
Color information
#AD62DA (or 0xAD62DA) is known color: Medium Orchid. HEX triplet: AD, 62 and DA. RGB value is (173,98,218). Sum of RGB (Red+Green+Blue) = 173+98+218=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 98 (38.67% from 255 or 20.04% from 489); Blue value is 218 (85.55% from 255 or 44.58% from 489); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD62DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD62DA is #529D25. Grayscale: #858585. Windows color (decimal): -5414182 or 14312109. OLE color: 14312109.
HSL color Cylindrical-coordinate representation of color #AD62DA: hue angle of 277.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AD62DA is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 98 | 218 | - |
| CMYK | 0.21 | 0.55 | 0 | 0.15 |
| HSL | 277.5º | 0.62% | 0.62% | - |
| HSV(B) | 277.5º | 0.55% | 0.85% | - |
| XYZ | 34.26 | 22.68 | 68.9 | - |
| YUV | 134.11 | 175.35 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 98 | 218 | 0.21 | 0.55 | 0 | 0.15 | 277.5 | 0.62 | 0.62 |
| Hex | AD | 62 | DA | 15 | 37 | 0 | F | 116 | 3E | 3E |
| Octal | 255 | 142 | 332 | 25 | 67 | 0 | 17 | 426 | 76 | 76 |
| Binary | 10101101 | 1100010 | 11011010 | 10101 | 110111 | 0 | 1111 | 100010110 | 111110 | 111110 |
Color Harmonies of #AD62DA
Complementary color
Monochromatic Colors of #AD62DA
Black with #AD62DA
Text Example
Text Example
White with #AD62DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD62DA; }
p { color: rgb(173,98,218); }
H1.HeaderClassName
{
color: #AD62DA;
}
.AnyTagClassName
{
color: #AD62DA;
}
</style>
background-color css
<style>
a { background-color: #AD62DA; }
a { background-color: rgb(173,98,218); }
div.DivClassName
{
background-color: #AD62DA;
}
.BgClassName
{
background-color: #AD62DA;
}
</style>
border-color css
<style>
span { border-color: #AD62DA; }
span { border-color: rgb(173,98,218); }
td.TdClassName
{
border-color: #AD62DA;
}
.TagClassName
{
border-color: #AD62DA;
}
</style>