Shades of Medium Orchid #AD61EA
Tints of Medium Orchid #AD61EA
RGB
CMYK
RGB Variations
Color information
#AD61EA (or 0xAD61EA) is known color: Medium Orchid. HEX triplet: AD, 61 and EA. RGB value is (173,97,234). Sum of RGB (Red+Green+Blue) = 173+97+234=504 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.33% from 504); Green value is 97 (38.28% from 255 or 19.25% from 504); Blue value is 234 (91.80% from 255 or 46.43% from 504); Max value from RGB is 234 - color contains mainly: blue. Hex color #AD61EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD61EA is #529E15. Grayscale: #868686. Windows color (decimal): -5414422 or 15360429. OLE color: 15360429.
HSL color Cylindrical-coordinate representation of color #AD61EA: hue angle of 273.28º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AD61EA is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 97 | 234 | - |
| CMYK | 0.26 | 0.59 | 0 | 0.08 |
| HSL | 273.28º | 0.77% | 0.65% | - |
| HSV(B) | 273.28º | 0.59% | 0.92% | - |
| XYZ | 36.36 | 23.37 | 80.44 | - |
| YUV | 135.34 | 183.68 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 97 | 234 | 0.26 | 0.59 | 0 | 0.08 | 273.28 | 0.77 | 0.65 |
| Hex | AD | 61 | EA | 1A | 3B | 0 | 8 | 111 | 4D | 41 |
| Octal | 255 | 141 | 352 | 32 | 73 | 0 | 10 | 421 | 115 | 101 |
| Binary | 10101101 | 1100001 | 11101010 | 11010 | 111011 | 0 | 1000 | 100010001 | 1001101 | 1000001 |
Color Harmonies of #AD61EA
Complementary color
Monochromatic Colors of #AD61EA
Black with #AD61EA
Text Example
Text Example
White with #AD61EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD61EA; }
p { color: rgb(173,97,234); }
H1.HeaderClassName
{
color: #AD61EA;
}
.AnyTagClassName
{
color: #AD61EA;
}
</style>
background-color css
<style>
a { background-color: #AD61EA; }
a { background-color: rgb(173,97,234); }
div.DivClassName
{
background-color: #AD61EA;
}
.BgClassName
{
background-color: #AD61EA;
}
</style>
border-color css
<style>
span { border-color: #AD61EA; }
span { border-color: rgb(173,97,234); }
td.TdClassName
{
border-color: #AD61EA;
}
.TagClassName
{
border-color: #AD61EA;
}
</style>