Shades of Medium Orchid #AD44F2
Tints of Medium Orchid #AD44F2
RGB
CMYK
RGB Variations
Color information
#AD44F2 (or 0xAD44F2) is known color: Medium Orchid. HEX triplet: AD, 44 and F2. RGB value is (173,68,242). Sum of RGB (Red+Green+Blue) = 173+68+242=483 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.82% from 483); Green value is 68 (26.95% from 255 or 14.08% from 483); Blue value is 242 (94.92% from 255 or 50.10% from 483); Max value from RGB is 242 - color contains mainly: blue. Hex color #AD44F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD44F2 is #52BB0D. Grayscale: #767676. Windows color (decimal): -5421838 or 15877293. OLE color: 15877293.
HSL color Cylindrical-coordinate representation of color #AD44F2: hue angle of 276.21º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD44F2 is Cyan = 0.29, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 68 | 242 | - |
| CMYK | 0.29 | 0.72 | 0 | 0.05 |
| HSL | 276.21º | 0.87% | 0.61% | - |
| HSV(B) | 276.21º | 0.72% | 0.95% | - |
| XYZ | 35.33 | 19.43 | 85.89 | - |
| YUV | 119.23 | 197.29 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 68 | 242 | 0.29 | 0.72 | 0 | 0.05 | 276.21 | 0.87 | 0.61 |
| Hex | AD | 44 | F2 | 1D | 48 | 0 | 5 | 114 | 57 | 3D |
| Octal | 255 | 104 | 362 | 35 | 110 | 0 | 5 | 424 | 127 | 75 |
| Binary | 10101101 | 1000100 | 11110010 | 11101 | 1001000 | 0 | 101 | 100010100 | 1010111 | 111101 |
Color Harmonies of #AD44F2
Complementary color
Monochromatic Colors of #AD44F2
Black with #AD44F2
Text Example
Text Example
White with #AD44F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD44F2; }
p { color: rgb(173,68,242); }
H1.HeaderClassName
{
color: #AD44F2;
}
.AnyTagClassName
{
color: #AD44F2;
}
</style>
background-color css
<style>
a { background-color: #AD44F2; }
a { background-color: rgb(173,68,242); }
div.DivClassName
{
background-color: #AD44F2;
}
.BgClassName
{
background-color: #AD44F2;
}
</style>
border-color css
<style>
span { border-color: #AD44F2; }
span { border-color: rgb(173,68,242); }
td.TdClassName
{
border-color: #AD44F2;
}
.TagClassName
{
border-color: #AD44F2;
}
</style>