Shades of Medium Orchid #AC52D5
Tints of Medium Orchid #AC52D5
RGB
CMYK
RGB Variations
Color information
#AC52D5 (or 0xAC52D5) is known color: Medium Orchid. HEX triplet: AC, 52 and D5. RGB value is (172,82,213). Sum of RGB (Red+Green+Blue) = 172+82+213=467 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.83% from 467); Green value is 82 (32.42% from 255 or 17.56% from 467); Blue value is 213 (83.59% from 255 or 45.61% from 467); Max value from RGB is 213 - color contains mainly: blue. Hex color #AC52D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC52D5 is #53AD2A. Grayscale: #7B7B7B. Windows color (decimal): -5483819 or 13980332. OLE color: 13980332.
HSL color Cylindrical-coordinate representation of color #AC52D5: hue angle of 281.22º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC52D5 is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 82 | 213 | - |
| CMYK | 0.19 | 0.62 | 0 | 0.16 |
| HSL | 281.22º | 0.61% | 0.58% | - |
| HSV(B) | 281.22º | 0.62% | 0.84% | - |
| XYZ | 32.04 | 19.61 | 65.05 | - |
| YUV | 123.84 | 178.32 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 82 | 213 | 0.19 | 0.62 | 0 | 0.16 | 281.22 | 0.61 | 0.58 |
| Hex | AC | 52 | D5 | 13 | 3E | 0 | 10 | 119 | 3D | 3A |
| Octal | 254 | 122 | 325 | 23 | 76 | 0 | 20 | 431 | 75 | 72 |
| Binary | 10101100 | 1010010 | 11010101 | 10011 | 111110 | 0 | 10000 | 100011001 | 111101 | 111010 |
Color Harmonies of #AC52D5
Complementary color
Monochromatic Colors of #AC52D5
Black with #AC52D5
Text Example
Text Example
White with #AC52D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC52D5; }
p { color: rgb(172,82,213); }
H1.HeaderClassName
{
color: #AC52D5;
}
.AnyTagClassName
{
color: #AC52D5;
}
</style>
background-color css
<style>
a { background-color: #AC52D5; }
a { background-color: rgb(172,82,213); }
div.DivClassName
{
background-color: #AC52D5;
}
.BgClassName
{
background-color: #AC52D5;
}
</style>
border-color css
<style>
span { border-color: #AC52D5; }
span { border-color: rgb(172,82,213); }
td.TdClassName
{
border-color: #AC52D5;
}
.TagClassName
{
border-color: #AC52D5;
}
</style>