Shades of Medium Orchid #AC52D4
Tints of Medium Orchid #AC52D4
RGB
CMYK
RGB Variations
Color information
#AC52D4 (or 0xAC52D4) is known color: Medium Orchid. HEX triplet: AC, 52 and D4. RGB value is (172,82,212). Sum of RGB (Red+Green+Blue) = 172+82+212=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 82 (32.42% from 255 or 17.60% from 466); Blue value is 212 (83.20% from 255 or 45.49% from 466); Max value from RGB is 212 - color contains mainly: blue. Hex color #AC52D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC52D4 is #53AD2B. Grayscale: #7B7B7B. Windows color (decimal): -5483820 or 13914796. OLE color: 13914796.
HSL color Cylindrical-coordinate representation of color #AC52D4: hue angle of 281.54º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AC52D4 is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 82 | 212 | - |
| CMYK | 0.19 | 0.61 | 0 | 0.17 |
| HSL | 281.54º | 0.6% | 0.58% | - |
| HSV(B) | 281.54º | 0.61% | 0.83% | - |
| XYZ | 31.91 | 19.56 | 64.38 | - |
| YUV | 123.73 | 177.82 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 82 | 212 | 0.19 | 0.61 | 0 | 0.17 | 281.54 | 0.6 | 0.58 |
| Hex | AC | 52 | D4 | 13 | 3D | 0 | 11 | 11A | 3C | 3A |
| Octal | 254 | 122 | 324 | 23 | 75 | 0 | 21 | 432 | 74 | 72 |
| Binary | 10101100 | 1010010 | 11010100 | 10011 | 111101 | 0 | 10001 | 100011010 | 111100 | 111010 |
Color Harmonies of #AC52D4
Complementary color
Monochromatic Colors of #AC52D4
Black with #AC52D4
Text Example
Text Example
White with #AC52D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC52D4; }
p { color: rgb(172,82,212); }
H1.HeaderClassName
{
color: #AC52D4;
}
.AnyTagClassName
{
color: #AC52D4;
}
</style>
background-color css
<style>
a { background-color: #AC52D4; }
a { background-color: rgb(172,82,212); }
div.DivClassName
{
background-color: #AC52D4;
}
.BgClassName
{
background-color: #AC52D4;
}
</style>
border-color css
<style>
span { border-color: #AC52D4; }
span { border-color: rgb(172,82,212); }
td.TdClassName
{
border-color: #AC52D4;
}
.TagClassName
{
border-color: #AC52D4;
}
</style>