Shades of Medium Orchid #AD4AC6
Tints of Medium Orchid #AD4AC6
RGB
CMYK
RGB Variations
Color information
#AD4AC6 (or 0xAD4AC6) is known color: Medium Orchid. HEX triplet: AD, 4A and C6. RGB value is (173,74,198). Sum of RGB (Red+Green+Blue) = 173+74+198=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 74 (29.30% from 255 or 16.63% from 445); Blue value is 198 (77.73% from 255 or 44.49% from 445); Max value from RGB is 198 - color contains mainly: blue. Hex color #AD4AC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD4AC6 is #52B539. Grayscale: #757575. Windows color (decimal): -5420346 or 12995245. OLE color: 12995245.
HSL color Cylindrical-coordinate representation of color #AD4AC6: hue angle of 287.9º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AD4AC6 is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 74 | 198 | - |
| CMYK | 0.13 | 0.63 | 0 | 0.22 |
| HSL | 287.9º | 0.52% | 0.53% | - |
| HSV(B) | 287.9º | 0.63% | 0.78% | - |
| XYZ | 29.88 | 17.86 | 55.3 | - |
| YUV | 117.74 | 173.3 | 167.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 74 | 198 | 0.13 | 0.63 | 0 | 0.22 | 287.9 | 0.52 | 0.53 |
| Hex | AD | 4A | C6 | D | 3F | 0 | 16 | 120 | 34 | 35 |
| Octal | 255 | 112 | 306 | 15 | 77 | 0 | 26 | 440 | 64 | 65 |
| Binary | 10101101 | 1001010 | 11000110 | 1101 | 111111 | 0 | 10110 | 100100000 | 110100 | 110101 |
Color Harmonies of #AD4AC6
Complementary color
Monochromatic Colors of #AD4AC6
Black with #AD4AC6
Text Example
Text Example
White with #AD4AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4AC6; }
p { color: rgb(173,74,198); }
H1.HeaderClassName
{
color: #AD4AC6;
}
.AnyTagClassName
{
color: #AD4AC6;
}
</style>
background-color css
<style>
a { background-color: #AD4AC6; }
a { background-color: rgb(173,74,198); }
div.DivClassName
{
background-color: #AD4AC6;
}
.BgClassName
{
background-color: #AD4AC6;
}
</style>
border-color css
<style>
span { border-color: #AD4AC6; }
span { border-color: rgb(173,74,198); }
td.TdClassName
{
border-color: #AD4AC6;
}
.TagClassName
{
border-color: #AD4AC6;
}
</style>