Shades of Medium Orchid #AC4ADA
Tints of Medium Orchid #AC4ADA
RGB
CMYK
RGB Variations
Color information
#AC4ADA (or 0xAC4ADA) is known color: Medium Orchid. HEX triplet: AC, 4A and DA. RGB value is (172,74,218). Sum of RGB (Red+Green+Blue) = 172+74+218=464 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.07% from 464); Green value is 74 (29.30% from 255 or 15.95% from 464); Blue value is 218 (85.55% from 255 or 46.98% from 464); Max value from RGB is 218 - color contains mainly: blue. Hex color #AC4ADA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC4ADA is #53B525. Grayscale: #777777. Windows color (decimal): -5485862 or 14305964. OLE color: 14305964.
HSL color Cylindrical-coordinate representation of color #AC4ADA: hue angle of 280.83º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AC4ADA is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 74 | 218 | - |
| CMYK | 0.21 | 0.66 | 0 | 0.15 |
| HSL | 280.83º | 0.66% | 0.57% | - |
| HSV(B) | 280.83º | 0.66% | 0.85% | - |
| XYZ | 32.12 | 18.73 | 68.25 | - |
| YUV | 119.72 | 183.47 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 74 | 218 | 0.21 | 0.66 | 0 | 0.15 | 280.83 | 0.66 | 0.57 |
| Hex | AC | 4A | DA | 15 | 42 | 0 | F | 119 | 42 | 39 |
| Octal | 254 | 112 | 332 | 25 | 102 | 0 | 17 | 431 | 102 | 71 |
| Binary | 10101100 | 1001010 | 11011010 | 10101 | 1000010 | 0 | 1111 | 100011001 | 1000010 | 111001 |
Color Harmonies of #AC4ADA
Complementary color
Monochromatic Colors of #AC4ADA
Black with #AC4ADA
Text Example
Text Example
White with #AC4ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4ADA; }
p { color: rgb(172,74,218); }
H1.HeaderClassName
{
color: #AC4ADA;
}
.AnyTagClassName
{
color: #AC4ADA;
}
</style>
background-color css
<style>
a { background-color: #AC4ADA; }
a { background-color: rgb(172,74,218); }
div.DivClassName
{
background-color: #AC4ADA;
}
.BgClassName
{
background-color: #AC4ADA;
}
</style>
border-color css
<style>
span { border-color: #AC4ADA; }
span { border-color: rgb(172,74,218); }
td.TdClassName
{
border-color: #AC4ADA;
}
.TagClassName
{
border-color: #AC4ADA;
}
</style>