Shades of Medium Orchid #AD5ADB
Tints of Medium Orchid #AD5ADB
RGB
CMYK
RGB Variations
Color information
#AD5ADB (or 0xAD5ADB) is known color: Medium Orchid. HEX triplet: AD, 5A and DB. RGB value is (173,90,219). Sum of RGB (Red+Green+Blue) = 173+90+219=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 90 (35.55% from 255 or 18.67% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD5ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5ADB is #52A524. Grayscale: #818181. Windows color (decimal): -5416229 or 14375597. OLE color: 14375597.
HSL color Cylindrical-coordinate representation of color #AD5ADB: hue angle of 278.6º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AD5ADB is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 90 | 219 | - |
| CMYK | 0.21 | 0.59 | 0 | 0.14 |
| HSL | 278.6º | 0.64% | 0.61% | - |
| HSV(B) | 278.6º | 0.59% | 0.86% | - |
| XYZ | 33.68 | 21.31 | 69.36 | - |
| YUV | 129.52 | 178.5 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 90 | 219 | 0.21 | 0.59 | 0 | 0.14 | 278.6 | 0.64 | 0.61 |
| Hex | AD | 5A | DB | 15 | 3B | 0 | E | 117 | 40 | 3D |
| Octal | 255 | 132 | 333 | 25 | 73 | 0 | 16 | 427 | 100 | 75 |
| Binary | 10101101 | 1011010 | 11011011 | 10101 | 111011 | 0 | 1110 | 100010111 | 1000000 | 111101 |
Color Harmonies of #AD5ADB
Complementary color
Monochromatic Colors of #AD5ADB
Black with #AD5ADB
Text Example
Text Example
White with #AD5ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5ADB; }
p { color: rgb(173,90,219); }
H1.HeaderClassName
{
color: #AD5ADB;
}
.AnyTagClassName
{
color: #AD5ADB;
}
</style>
background-color css
<style>
a { background-color: #AD5ADB; }
a { background-color: rgb(173,90,219); }
div.DivClassName
{
background-color: #AD5ADB;
}
.BgClassName
{
background-color: #AD5ADB;
}
</style>
border-color css
<style>
span { border-color: #AD5ADB; }
span { border-color: rgb(173,90,219); }
td.TdClassName
{
border-color: #AD5ADB;
}
.TagClassName
{
border-color: #AD5ADB;
}
</style>