Shades of Medium Orchid #AD60EA
Tints of Medium Orchid #AD60EA
RGB
CMYK
RGB Variations
Color information
#AD60EA (or 0xAD60EA) is known color: Medium Orchid. HEX triplet: AD, 60 and EA. RGB value is (173,96,234). Sum of RGB (Red+Green+Blue) = 173+96+234=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 96 (37.89% from 255 or 19.09% from 503); Blue value is 234 (91.80% from 255 or 46.52% from 503); Max value from RGB is 234 - color contains mainly: blue. Hex color #AD60EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD60EA is #529F15. Grayscale: #868686. Windows color (decimal): -5414678 or 15360173. OLE color: 15360173.
HSL color Cylindrical-coordinate representation of color #AD60EA: hue angle of 273.48º 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 #AD60EA is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 96 | 234 | - |
| CMYK | 0.26 | 0.59 | 0 | 0.08 |
| HSL | 273.48º | 0.77% | 0.65% | - |
| HSV(B) | 273.48º | 0.59% | 0.92% | - |
| XYZ | 36.27 | 23.19 | 80.41 | - |
| YUV | 134.76 | 184.01 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 96 | 234 | 0.26 | 0.59 | 0 | 0.08 | 273.48 | 0.77 | 0.65 |
| Hex | AD | 60 | EA | 1A | 3B | 0 | 8 | 111 | 4D | 41 |
| Octal | 255 | 140 | 352 | 32 | 73 | 0 | 10 | 421 | 115 | 101 |
| Binary | 10101101 | 1100000 | 11101010 | 11010 | 111011 | 0 | 1000 | 100010001 | 1001101 | 1000001 |
Color Harmonies of #AD60EA
Complementary color
Monochromatic Colors of #AD60EA
Black with #AD60EA
Text Example
Text Example
White with #AD60EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD60EA; }
p { color: rgb(173,96,234); }
H1.HeaderClassName
{
color: #AD60EA;
}
.AnyTagClassName
{
color: #AD60EA;
}
</style>
background-color css
<style>
a { background-color: #AD60EA; }
a { background-color: rgb(173,96,234); }
div.DivClassName
{
background-color: #AD60EA;
}
.BgClassName
{
background-color: #AD60EA;
}
</style>
border-color css
<style>
span { border-color: #AD60EA; }
span { border-color: rgb(173,96,234); }
td.TdClassName
{
border-color: #AD60EA;
}
.TagClassName
{
border-color: #AD60EA;
}
</style>