Shades of Medium Orchid #AC53C1
Tints of Medium Orchid #AC53C1
RGB
CMYK
RGB Variations
Color information
#AC53C1 (or 0xAC53C1) is known color: Medium Orchid. HEX triplet: AC, 53 and C1. RGB value is (172,83,193). Sum of RGB (Red+Green+Blue) = 172+83+193=448 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.39% from 448); Green value is 83 (32.81% from 255 or 18.53% from 448); Blue value is 193 (75.78% from 255 or 43.08% from 448); Max value from RGB is 193 - color contains mainly: blue. Hex color #AC53C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC53C1 is #53AC3E. Grayscale: #797979. Windows color (decimal): -5483583 or 12669868. OLE color: 12669868.
HSL color Cylindrical-coordinate representation of color #AC53C1: hue angle of 288.55º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AC53C1 is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 83 | 193 | - |
| CMYK | 0.11 | 0.57 | 0 | 0.24 |
| HSL | 288.55º | 0.47% | 0.54% | - |
| HSV(B) | 288.55º | 0.57% | 0.76% | - |
| XYZ | 29.73 | 18.81 | 52.52 | - |
| YUV | 122.15 | 167.99 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 83 | 193 | 0.11 | 0.57 | 0 | 0.24 | 288.55 | 0.47 | 0.54 |
| Hex | AC | 53 | C1 | B | 39 | 0 | 18 | 121 | 2F | 36 |
| Octal | 254 | 123 | 301 | 13 | 71 | 0 | 30 | 441 | 57 | 66 |
| Binary | 10101100 | 1010011 | 11000001 | 1011 | 111001 | 0 | 11000 | 100100001 | 101111 | 110110 |
Color Harmonies of #AC53C1
Complementary color
Monochromatic Colors of #AC53C1
Black with #AC53C1
Text Example
Text Example
White with #AC53C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC53C1; }
p { color: rgb(172,83,193); }
H1.HeaderClassName
{
color: #AC53C1;
}
.AnyTagClassName
{
color: #AC53C1;
}
</style>
background-color css
<style>
a { background-color: #AC53C1; }
a { background-color: rgb(172,83,193); }
div.DivClassName
{
background-color: #AC53C1;
}
.BgClassName
{
background-color: #AC53C1;
}
</style>
border-color css
<style>
span { border-color: #AC53C1; }
span { border-color: rgb(172,83,193); }
td.TdClassName
{
border-color: #AC53C1;
}
.TagClassName
{
border-color: #AC53C1;
}
</style>