Shades of Medium Orchid #AD42F3
Tints of Medium Orchid #AD42F3
RGB
CMYK
RGB Variations
Color information
#AD42F3 (or 0xAD42F3) is known color: Medium Orchid. HEX triplet: AD, 42 and F3. RGB value is (173,66,243). Sum of RGB (Red+Green+Blue) = 173+66+243=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 66 (26.17% from 255 or 13.69% from 482); Blue value is 243 (95.31% from 255 or 50.41% from 482); Max value from RGB is 243 - color contains mainly: blue. Hex color #AD42F3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD42F3 is #52BD0C. Grayscale: #757575. Windows color (decimal): -5422349 or 15942317. OLE color: 15942317.
HSL color Cylindrical-coordinate representation of color #AD42F3: hue angle of 276.27º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD42F3 is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 66 | 243 | - |
| CMYK | 0.29 | 0.73 | 0 | 0.05 |
| HSL | 276.27º | 0.88% | 0.61% | - |
| HSV(B) | 276.27º | 0.73% | 0.95% | - |
| XYZ | 35.36 | 19.25 | 86.65 | - |
| YUV | 118.17 | 198.45 | 167.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 66 | 243 | 0.29 | 0.73 | 0 | 0.05 | 276.27 | 0.88 | 0.61 |
| Hex | AD | 42 | F3 | 1D | 49 | 0 | 5 | 114 | 58 | 3D |
| Octal | 255 | 102 | 363 | 35 | 111 | 0 | 5 | 424 | 130 | 75 |
| Binary | 10101101 | 1000010 | 11110011 | 11101 | 1001001 | 0 | 101 | 100010100 | 1011000 | 111101 |
Color Harmonies of #AD42F3
Complementary color
Monochromatic Colors of #AD42F3
Black with #AD42F3
Text Example
Text Example
White with #AD42F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD42F3; }
p { color: rgb(173,66,243); }
H1.HeaderClassName
{
color: #AD42F3;
}
.AnyTagClassName
{
color: #AD42F3;
}
</style>
background-color css
<style>
a { background-color: #AD42F3; }
a { background-color: rgb(173,66,243); }
div.DivClassName
{
background-color: #AD42F3;
}
.BgClassName
{
background-color: #AD42F3;
}
</style>
border-color css
<style>
span { border-color: #AD42F3; }
span { border-color: rgb(173,66,243); }
td.TdClassName
{
border-color: #AD42F3;
}
.TagClassName
{
border-color: #AD42F3;
}
</style>