Shades of Medium Orchid #AD60CA
Tints of Medium Orchid #AD60CA
RGB
CMYK
RGB Variations
Color information
#AD60CA (or 0xAD60CA) is known color: Medium Orchid. HEX triplet: AD, 60 and CA. RGB value is (173,96,202). Sum of RGB (Red+Green+Blue) = 173+96+202=471 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.73% from 471); Green value is 96 (37.89% from 255 or 20.38% from 471); Blue value is 202 (79.30% from 255 or 42.89% from 471); Max value from RGB is 202 - color contains mainly: blue. Hex color #AD60CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD60CA is #529F35. Grayscale: #828282. Windows color (decimal): -5414710 or 13263021. OLE color: 13263021.
HSL color Cylindrical-coordinate representation of color #AD60CA: hue angle of 283.58º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AD60CA is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 96 | 202 | - |
| CMYK | 0.14 | 0.52 | 0 | 0.21 |
| HSL | 283.58º | 0.5% | 0.58% | - |
| HSV(B) | 283.58º | 0.52% | 0.79% | - |
| XYZ | 32.08 | 21.51 | 58.34 | - |
| YUV | 131.11 | 168.01 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 96 | 202 | 0.14 | 0.52 | 0 | 0.21 | 283.58 | 0.5 | 0.58 |
| Hex | AD | 60 | CA | E | 34 | 0 | 15 | 11C | 32 | 3A |
| Octal | 255 | 140 | 312 | 16 | 64 | 0 | 25 | 434 | 62 | 72 |
| Binary | 10101101 | 1100000 | 11001010 | 1110 | 110100 | 0 | 10101 | 100011100 | 110010 | 111010 |
Color Harmonies of #AD60CA
Complementary color
Monochromatic Colors of #AD60CA
Black with #AD60CA
Text Example
Text Example
White with #AD60CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD60CA; }
p { color: rgb(173,96,202); }
H1.HeaderClassName
{
color: #AD60CA;
}
.AnyTagClassName
{
color: #AD60CA;
}
</style>
background-color css
<style>
a { background-color: #AD60CA; }
a { background-color: rgb(173,96,202); }
div.DivClassName
{
background-color: #AD60CA;
}
.BgClassName
{
background-color: #AD60CA;
}
</style>
border-color css
<style>
span { border-color: #AD60CA; }
span { border-color: rgb(173,96,202); }
td.TdClassName
{
border-color: #AD60CA;
}
.TagClassName
{
border-color: #AD60CA;
}
</style>