Shades of Medium Orchid #AC53C7
Tints of Medium Orchid #AC53C7
RGB
CMYK
RGB Variations
Color information
#AC53C7 (or 0xAC53C7) is known color: Medium Orchid. HEX triplet: AC, 53 and C7. RGB value is (172,83,199). Sum of RGB (Red+Green+Blue) = 172+83+199=454 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.89% from 454); Green value is 83 (32.81% from 255 or 18.28% from 454); Blue value is 199 (78.12% from 255 or 43.83% from 454); Max value from RGB is 199 - color contains mainly: blue. Hex color #AC53C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC53C7 is #53AC38. Grayscale: #7A7A7A. Windows color (decimal): -5483577 or 13063084. OLE color: 13063084.
HSL color Cylindrical-coordinate representation of color #AC53C7: hue angle of 286.03º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC53C7 is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 83 | 199 | - |
| CMYK | 0.14 | 0.58 | 0 | 0.22 |
| HSL | 286.03º | 0.51% | 0.55% | - |
| HSV(B) | 286.03º | 0.58% | 0.78% | - |
| XYZ | 30.42 | 19.08 | 56.11 | - |
| YUV | 122.84 | 170.99 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 83 | 199 | 0.14 | 0.58 | 0 | 0.22 | 286.03 | 0.51 | 0.55 |
| Hex | AC | 53 | C7 | E | 3A | 0 | 16 | 11E | 33 | 37 |
| Octal | 254 | 123 | 307 | 16 | 72 | 0 | 26 | 436 | 63 | 67 |
| Binary | 10101100 | 1010011 | 11000111 | 1110 | 111010 | 0 | 10110 | 100011110 | 110011 | 110111 |
Color Harmonies of #AC53C7
Complementary color
Monochromatic Colors of #AC53C7
Black with #AC53C7
Text Example
Text Example
White with #AC53C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC53C7; }
p { color: rgb(172,83,199); }
H1.HeaderClassName
{
color: #AC53C7;
}
.AnyTagClassName
{
color: #AC53C7;
}
</style>
background-color css
<style>
a { background-color: #AC53C7; }
a { background-color: rgb(172,83,199); }
div.DivClassName
{
background-color: #AC53C7;
}
.BgClassName
{
background-color: #AC53C7;
}
</style>
border-color css
<style>
span { border-color: #AC53C7; }
span { border-color: rgb(172,83,199); }
td.TdClassName
{
border-color: #AC53C7;
}
.TagClassName
{
border-color: #AC53C7;
}
</style>