Shades of Medium Orchid #AD4ACC
Tints of Medium Orchid #AD4ACC
RGB
CMYK
RGB Variations
Color information
#AD4ACC (or 0xAD4ACC) is known color: Medium Orchid. HEX triplet: AD, 4A and CC. RGB value is (173,74,204). Sum of RGB (Red+Green+Blue) = 173+74+204=451 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.36% from 451); Green value is 74 (29.30% from 255 or 16.41% from 451); Blue value is 204 (80.08% from 255 or 45.23% from 451); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD4ACC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD4ACC is #52B533. Grayscale: #767676. Windows color (decimal): -5420340 or 13388461. OLE color: 13388461.
HSL color Cylindrical-coordinate representation of color #AD4ACC: hue angle of 285.69º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AD4ACC is Cyan = 0.15, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 74 | 204 | - |
| CMYK | 0.15 | 0.64 | 0 | 0.2 |
| HSL | 285.69º | 0.56% | 0.55% | - |
| HSV(B) | 285.69º | 0.64% | 0.8% | - |
| XYZ | 30.58 | 18.14 | 59.02 | - |
| YUV | 118.42 | 176.3 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 74 | 204 | 0.15 | 0.64 | 0 | 0.2 | 285.69 | 0.56 | 0.55 |
| Hex | AD | 4A | CC | F | 40 | 0 | 14 | 11E | 38 | 37 |
| Octal | 255 | 112 | 314 | 17 | 100 | 0 | 24 | 436 | 70 | 67 |
| Binary | 10101101 | 1001010 | 11001100 | 1111 | 1000000 | 0 | 10100 | 100011110 | 111000 | 110111 |
Color Harmonies of #AD4ACC
Complementary color
Monochromatic Colors of #AD4ACC
Black with #AD4ACC
Text Example
Text Example
White with #AD4ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4ACC; }
p { color: rgb(173,74,204); }
H1.HeaderClassName
{
color: #AD4ACC;
}
.AnyTagClassName
{
color: #AD4ACC;
}
</style>
background-color css
<style>
a { background-color: #AD4ACC; }
a { background-color: rgb(173,74,204); }
div.DivClassName
{
background-color: #AD4ACC;
}
.BgClassName
{
background-color: #AD4ACC;
}
</style>
border-color css
<style>
span { border-color: #AD4ACC; }
span { border-color: rgb(173,74,204); }
td.TdClassName
{
border-color: #AD4ACC;
}
.TagClassName
{
border-color: #AD4ACC;
}
</style>