Shades of Medium Orchid #AC53D6
Tints of Medium Orchid #AC53D6
RGB
CMYK
RGB Variations
Color information
#AC53D6 (or 0xAC53D6) is known color: Medium Orchid. HEX triplet: AC, 53 and D6. RGB value is (172,83,214). Sum of RGB (Red+Green+Blue) = 172+83+214=469 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.67% from 469); Green value is 83 (32.81% from 255 or 17.70% from 469); Blue value is 214 (83.98% from 255 or 45.63% from 469); Max value from RGB is 214 - color contains mainly: blue. Hex color #AC53D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC53D6 is #53AC29. Grayscale: #7C7C7C. Windows color (decimal): -5483562 or 14046124. OLE color: 14046124.
HSL color Cylindrical-coordinate representation of color #AC53D6: hue angle of 280.76º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AC53D6 is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 83 | 214 | - |
| CMYK | 0.20 | 0.61 | 0 | 0.16 |
| HSL | 280.76º | 0.62% | 0.58% | - |
| HSV(B) | 280.76º | 0.61% | 0.84% | - |
| XYZ | 32.24 | 19.81 | 65.74 | - |
| YUV | 124.55 | 178.49 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 83 | 214 | 0.20 | 0.61 | 0 | 0.16 | 280.76 | 0.62 | 0.58 |
| Hex | AC | 53 | D6 | 14 | 3D | 0 | 10 | 119 | 3E | 3A |
| Octal | 254 | 123 | 326 | 24 | 75 | 0 | 20 | 431 | 76 | 72 |
| Binary | 10101100 | 1010011 | 11010110 | 10100 | 111101 | 0 | 10000 | 100011001 | 111110 | 111010 |
Color Harmonies of #AC53D6
Complementary color
Monochromatic Colors of #AC53D6
Black with #AC53D6
Text Example
Text Example
White with #AC53D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC53D6; }
p { color: rgb(172,83,214); }
H1.HeaderClassName
{
color: #AC53D6;
}
.AnyTagClassName
{
color: #AC53D6;
}
</style>
background-color css
<style>
a { background-color: #AC53D6; }
a { background-color: rgb(172,83,214); }
div.DivClassName
{
background-color: #AC53D6;
}
.BgClassName
{
background-color: #AC53D6;
}
</style>
border-color css
<style>
span { border-color: #AC53D6; }
span { border-color: rgb(172,83,214); }
td.TdClassName
{
border-color: #AC53D6;
}
.TagClassName
{
border-color: #AC53D6;
}
</style>