Shades of Medium Orchid #AC54D6
Tints of Medium Orchid #AC54D6
RGB
CMYK
RGB Variations
Color information
#AC54D6 (or 0xAC54D6) is known color: Medium Orchid. HEX triplet: AC, 54 and D6. RGB value is (172,84,214). Sum of RGB (Red+Green+Blue) = 172+84+214=470 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.60% from 470); Green value is 84 (33.20% from 255 or 17.87% from 470); Blue value is 214 (83.98% from 255 or 45.53% from 470); Max value from RGB is 214 - color contains mainly: blue. Hex color #AC54D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC54D6 is #53AB29. Grayscale: #7C7C7C. Windows color (decimal): -5483306 or 14046380. OLE color: 14046380.
HSL color Cylindrical-coordinate representation of color #AC54D6: hue angle of 280.62º degrees, saturation: 0.61, 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 #AC54D6 is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 84 | 214 | - |
| CMYK | 0.20 | 0.61 | 0 | 0.16 |
| HSL | 280.62º | 0.61% | 0.58% | - |
| HSV(B) | 280.62º | 0.61% | 0.84% | - |
| XYZ | 32.32 | 19.97 | 65.77 | - |
| YUV | 125.13 | 178.15 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 84 | 214 | 0.20 | 0.61 | 0 | 0.16 | 280.62 | 0.61 | 0.58 |
| Hex | AC | 54 | D6 | 14 | 3D | 0 | 10 | 119 | 3D | 3A |
| Octal | 254 | 124 | 326 | 24 | 75 | 0 | 20 | 431 | 75 | 72 |
| Binary | 10101100 | 1010100 | 11010110 | 10100 | 111101 | 0 | 10000 | 100011001 | 111101 | 111010 |
Color Harmonies of #AC54D6
Complementary color
Monochromatic Colors of #AC54D6
Black with #AC54D6
Text Example
Text Example
White with #AC54D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC54D6; }
p { color: rgb(172,84,214); }
H1.HeaderClassName
{
color: #AC54D6;
}
.AnyTagClassName
{
color: #AC54D6;
}
</style>
background-color css
<style>
a { background-color: #AC54D6; }
a { background-color: rgb(172,84,214); }
div.DivClassName
{
background-color: #AC54D6;
}
.BgClassName
{
background-color: #AC54D6;
}
</style>
border-color css
<style>
span { border-color: #AC54D6; }
span { border-color: rgb(172,84,214); }
td.TdClassName
{
border-color: #AC54D6;
}
.TagClassName
{
border-color: #AC54D6;
}
</style>