Shades of Medium Orchid #AC4ADD
Tints of Medium Orchid #AC4ADD
RGB
CMYK
RGB Variations
Color information
#AC4ADD (or 0xAC4ADD) is known color: Medium Orchid. HEX triplet: AC, 4A and DD. RGB value is (172,74,221). Sum of RGB (Red+Green+Blue) = 172+74+221=467 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.83% from 467); Green value is 74 (29.30% from 255 or 15.85% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC4ADD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC4ADD is #53B522. Grayscale: #777777. Windows color (decimal): -5485859 or 14502572. OLE color: 14502572.
HSL color Cylindrical-coordinate representation of color #AC4ADD: hue angle of 280º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AC4ADD is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 74 | 221 | - |
| CMYK | 0.22 | 0.67 | 0 | 0.13 |
| HSL | 280º | 0.68% | 0.58% | - |
| HSV(B) | 280º | 0.67% | 0.87% | - |
| XYZ | 32.51 | 18.89 | 70.34 | - |
| YUV | 120.06 | 184.97 | 165.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 74 | 221 | 0.22 | 0.67 | 0 | 0.13 | 280 | 0.68 | 0.58 |
| Hex | AC | 4A | DD | 16 | 43 | 0 | D | 118 | 44 | 3A |
| Octal | 254 | 112 | 335 | 26 | 103 | 0 | 15 | 430 | 104 | 72 |
| Binary | 10101100 | 1001010 | 11011101 | 10110 | 1000011 | 0 | 1101 | 100011000 | 1000100 | 111010 |
Color Harmonies of #AC4ADD
Complementary color
Monochromatic Colors of #AC4ADD
Black with #AC4ADD
Text Example
Text Example
White with #AC4ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4ADD; }
p { color: rgb(172,74,221); }
H1.HeaderClassName
{
color: #AC4ADD;
}
.AnyTagClassName
{
color: #AC4ADD;
}
</style>
background-color css
<style>
a { background-color: #AC4ADD; }
a { background-color: rgb(172,74,221); }
div.DivClassName
{
background-color: #AC4ADD;
}
.BgClassName
{
background-color: #AC4ADD;
}
</style>
border-color css
<style>
span { border-color: #AC4ADD; }
span { border-color: rgb(172,74,221); }
td.TdClassName
{
border-color: #AC4ADD;
}
.TagClassName
{
border-color: #AC4ADD;
}
</style>