Shades of Medium Orchid #AC52CA
Tints of Medium Orchid #AC52CA
RGB
CMYK
RGB Variations
Color information
#AC52CA (or 0xAC52CA) is known color: Medium Orchid. HEX triplet: AC, 52 and CA. RGB value is (172,82,202). Sum of RGB (Red+Green+Blue) = 172+82+202=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 82 (32.42% from 255 or 17.98% from 456); Blue value is 202 (79.30% from 255 or 44.30% from 456); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC52CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC52CA is #53AD35. Grayscale: #7A7A7A. Windows color (decimal): -5483830 or 13259436. OLE color: 13259436.
HSL color Cylindrical-coordinate representation of color #AC52CA: hue angle of 285º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AC52CA is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 172 | 82 | 202 | - |
| CMYK | 0.15 | 0.59 | 0 | 0.21 |
| HSL | 285º | 0.53% | 0.56% | - |
| HSV(B) | 285º | 0.59% | 0.79% | - |
| XYZ | 30.69 | 19.07 | 57.94 | - |
| YUV | 122.59 | 172.82 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 82 | 202 | 0.15 | 0.59 | 0 | 0.21 | 285 | 0.53 | 0.56 |
| Hex | AC | 52 | CA | F | 3B | 0 | 15 | 11D | 35 | 38 |
| Octal | 254 | 122 | 312 | 17 | 73 | 0 | 25 | 435 | 65 | 70 |
| Binary | 10101100 | 1010010 | 11001010 | 1111 | 111011 | 0 | 10101 | 100011101 | 110101 | 111000 |
Color Harmonies of #AC52CA
Complementary color
Monochromatic Colors of #AC52CA
Black with #AC52CA
Text Example
Text Example
White with #AC52CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC52CA; }
p { color: rgb(172,82,202); }
H1.HeaderClassName
{
color: #AC52CA;
}
.AnyTagClassName
{
color: #AC52CA;
}
</style>
background-color css
<style>
a { background-color: #AC52CA; }
a { background-color: rgb(172,82,202); }
div.DivClassName
{
background-color: #AC52CA;
}
.BgClassName
{
background-color: #AC52CA;
}
</style>
border-color css
<style>
span { border-color: #AC52CA; }
span { border-color: rgb(172,82,202); }
td.TdClassName
{
border-color: #AC52CA;
}
.TagClassName
{
border-color: #AC52CA;
}
</style>