Shades of Medium Orchid #AC52CE
Tints of Medium Orchid #AC52CE
RGB
CMYK
RGB Variations
Color information
#AC52CE (or 0xAC52CE) is known color: Medium Orchid. HEX triplet: AC, 52 and CE. RGB value is (172,82,206). Sum of RGB (Red+Green+Blue) = 172+82+206=460 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.39% from 460); Green value is 82 (32.42% from 255 or 17.83% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC52CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC52CE is #53AD31. Grayscale: #7A7A7A. Windows color (decimal): -5483826 or 13521580. OLE color: 13521580.
HSL color Cylindrical-coordinate representation of color #AC52CE: hue angle of 283.55º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC52CE is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 82 | 206 | - |
| CMYK | 0.17 | 0.60 | 0 | 0.19 |
| HSL | 283.55º | 0.56% | 0.56% | - |
| HSV(B) | 283.55º | 0.6% | 0.81% | - |
| XYZ | 31.17 | 19.26 | 60.47 | - |
| YUV | 123.05 | 174.82 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 82 | 206 | 0.17 | 0.60 | 0 | 0.19 | 283.55 | 0.56 | 0.56 |
| Hex | AC | 52 | CE | 11 | 3C | 0 | 13 | 11C | 38 | 38 |
| Octal | 254 | 122 | 316 | 21 | 74 | 0 | 23 | 434 | 70 | 70 |
| Binary | 10101100 | 1010010 | 11001110 | 10001 | 111100 | 0 | 10011 | 100011100 | 111000 | 111000 |
Color Harmonies of #AC52CE
Complementary color
Monochromatic Colors of #AC52CE
Black with #AC52CE
Text Example
Text Example
White with #AC52CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC52CE; }
p { color: rgb(172,82,206); }
H1.HeaderClassName
{
color: #AC52CE;
}
.AnyTagClassName
{
color: #AC52CE;
}
</style>
background-color css
<style>
a { background-color: #AC52CE; }
a { background-color: rgb(172,82,206); }
div.DivClassName
{
background-color: #AC52CE;
}
.BgClassName
{
background-color: #AC52CE;
}
</style>
border-color css
<style>
span { border-color: #AC52CE; }
span { border-color: rgb(172,82,206); }
td.TdClassName
{
border-color: #AC52CE;
}
.TagClassName
{
border-color: #AC52CE;
}
</style>