Shades of Medium Orchid #AD61C4
Tints of Medium Orchid #AD61C4
RGB
CMYK
RGB Variations
Color information
#AD61C4 (or 0xAD61C4) is known color: Medium Orchid. HEX triplet: AD, 61 and C4. RGB value is (173,97,196). Sum of RGB (Red+Green+Blue) = 173+97+196=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 97 (38.28% from 255 or 20.82% from 466); Blue value is 196 (76.95% from 255 or 42.06% from 466); Max value from RGB is 196 - color contains mainly: blue. Hex color #AD61C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD61C4 is #529E3B. Grayscale: #828282. Windows color (decimal): -5414460 or 12870061. OLE color: 12870061.
HSL color Cylindrical-coordinate representation of color #AD61C4: hue angle of 286.06º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD61C4 is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 97 | 196 | - |
| CMYK | 0.12 | 0.51 | 0 | 0.23 |
| HSL | 286.06º | 0.46% | 0.57% | - |
| HSV(B) | 286.06º | 0.51% | 0.77% | - |
| XYZ | 31.47 | 21.42 | 54.7 | - |
| YUV | 131.01 | 164.68 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 97 | 196 | 0.12 | 0.51 | 0 | 0.23 | 286.06 | 0.46 | 0.57 |
| Hex | AD | 61 | C4 | C | 33 | 0 | 17 | 11E | 2E | 39 |
| Octal | 255 | 141 | 304 | 14 | 63 | 0 | 27 | 436 | 56 | 71 |
| Binary | 10101101 | 1100001 | 11000100 | 1100 | 110011 | 0 | 10111 | 100011110 | 101110 | 111001 |
Color Harmonies of #AD61C4
Complementary color
Monochromatic Colors of #AD61C4
Black with #AD61C4
Text Example
Text Example
White with #AD61C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD61C4; }
p { color: rgb(173,97,196); }
H1.HeaderClassName
{
color: #AD61C4;
}
.AnyTagClassName
{
color: #AD61C4;
}
</style>
background-color css
<style>
a { background-color: #AD61C4; }
a { background-color: rgb(173,97,196); }
div.DivClassName
{
background-color: #AD61C4;
}
.BgClassName
{
background-color: #AD61C4;
}
</style>
border-color css
<style>
span { border-color: #AD61C4; }
span { border-color: rgb(173,97,196); }
td.TdClassName
{
border-color: #AD61C4;
}
.TagClassName
{
border-color: #AD61C4;
}
</style>