Shades of Medium Orchid #AD60DB
Tints of Medium Orchid #AD60DB
RGB
CMYK
RGB Variations
Color information
#AD60DB (or 0xAD60DB) is known color: Medium Orchid. HEX triplet: AD, 60 and DB. RGB value is (173,96,219). Sum of RGB (Red+Green+Blue) = 173+96+219=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 96 (37.89% from 255 or 19.67% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD60DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD60DB is #529F24. Grayscale: #848484. Windows color (decimal): -5414693 or 14377133. OLE color: 14377133.
HSL color Cylindrical-coordinate representation of color #AD60DB: hue angle of 277.56º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AD60DB is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 96 | 219 | - |
| CMYK | 0.21 | 0.56 | 0 | 0.14 |
| HSL | 277.56º | 0.63% | 0.62% | - |
| HSV(B) | 277.56º | 0.56% | 0.86% | - |
| XYZ | 34.2 | 22.36 | 69.53 | - |
| YUV | 133.05 | 176.51 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 96 | 219 | 0.21 | 0.56 | 0 | 0.14 | 277.56 | 0.63 | 0.62 |
| Hex | AD | 60 | DB | 15 | 38 | 0 | E | 116 | 3F | 3E |
| Octal | 255 | 140 | 333 | 25 | 70 | 0 | 16 | 426 | 77 | 76 |
| Binary | 10101101 | 1100000 | 11011011 | 10101 | 111000 | 0 | 1110 | 100010110 | 111111 | 111110 |
Color Harmonies of #AD60DB
Complementary color
Monochromatic Colors of #AD60DB
Black with #AD60DB
Text Example
Text Example
White with #AD60DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD60DB; }
p { color: rgb(173,96,219); }
H1.HeaderClassName
{
color: #AD60DB;
}
.AnyTagClassName
{
color: #AD60DB;
}
</style>
background-color css
<style>
a { background-color: #AD60DB; }
a { background-color: rgb(173,96,219); }
div.DivClassName
{
background-color: #AD60DB;
}
.BgClassName
{
background-color: #AD60DB;
}
</style>
border-color css
<style>
span { border-color: #AD60DB; }
span { border-color: rgb(173,96,219); }
td.TdClassName
{
border-color: #AD60DB;
}
.TagClassName
{
border-color: #AD60DB;
}
</style>