Shades of Medium Orchid #AD4ADC
Tints of Medium Orchid #AD4ADC
RGB
CMYK
RGB Variations
Color information
#AD4ADC (or 0xAD4ADC) is known color: Medium Orchid. HEX triplet: AD, 4A and DC. RGB value is (173,74,220). Sum of RGB (Red+Green+Blue) = 173+74+220=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 74 (29.30% from 255 or 15.85% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD4ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD4ADC is #52B523. Grayscale: #777777. Windows color (decimal): -5420324 or 14437037. OLE color: 14437037.
HSL color Cylindrical-coordinate representation of color #AD4ADC: hue angle of 280.68º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AD4ADC is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 74 | 220 | - |
| CMYK | 0.21 | 0.66 | 0 | 0.14 |
| HSL | 280.68º | 0.68% | 0.58% | - |
| HSV(B) | 280.68º | 0.66% | 0.86% | - |
| XYZ | 32.6 | 18.95 | 69.65 | - |
| YUV | 120.25 | 184.3 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 74 | 220 | 0.21 | 0.66 | 0 | 0.14 | 280.68 | 0.68 | 0.58 |
| Hex | AD | 4A | DC | 15 | 42 | 0 | E | 119 | 44 | 3A |
| Octal | 255 | 112 | 334 | 25 | 102 | 0 | 16 | 431 | 104 | 72 |
| Binary | 10101101 | 1001010 | 11011100 | 10101 | 1000010 | 0 | 1110 | 100011001 | 1000100 | 111010 |
Color Harmonies of #AD4ADC
Complementary color
Monochromatic Colors of #AD4ADC
Black with #AD4ADC
Text Example
Text Example
White with #AD4ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4ADC; }
p { color: rgb(173,74,220); }
H1.HeaderClassName
{
color: #AD4ADC;
}
.AnyTagClassName
{
color: #AD4ADC;
}
</style>
background-color css
<style>
a { background-color: #AD4ADC; }
a { background-color: rgb(173,74,220); }
div.DivClassName
{
background-color: #AD4ADC;
}
.BgClassName
{
background-color: #AD4ADC;
}
</style>
border-color css
<style>
span { border-color: #AD4ADC; }
span { border-color: rgb(173,74,220); }
td.TdClassName
{
border-color: #AD4ADC;
}
.TagClassName
{
border-color: #AD4ADC;
}
</style>