Shades of Medium Orchid #AC51E5
Tints of Medium Orchid #AC51E5
RGB
CMYK
RGB Variations
Color information
#AC51E5 (or 0xAC51E5) is known color: Medium Orchid. HEX triplet: AC, 51 and E5. RGB value is (172,81,229). Sum of RGB (Red+Green+Blue) = 172+81+229=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 81 (32.03% from 255 or 16.80% from 482); Blue value is 229 (89.84% from 255 or 47.51% from 482); Max value from RGB is 229 - color contains mainly: blue. Hex color #AC51E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC51E5 is #53AE1A. Grayscale: #7C7C7C. Windows color (decimal): -5484059 or 15028652. OLE color: 15028652.
HSL color Cylindrical-coordinate representation of color #AC51E5: hue angle of 276.89º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC51E5 is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 81 | 229 | - |
| CMYK | 0.25 | 0.65 | 0 | 0.10 |
| HSL | 276.89º | 0.74% | 0.61% | - |
| HSV(B) | 276.89º | 0.65% | 0.9% | - |
| XYZ | 34.1 | 20.31 | 76.25 | - |
| YUV | 125.08 | 186.65 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 81 | 229 | 0.25 | 0.65 | 0 | 0.10 | 276.89 | 0.74 | 0.61 |
| Hex | AC | 51 | E5 | 19 | 41 | 0 | A | 115 | 4A | 3D |
| Octal | 254 | 121 | 345 | 31 | 101 | 0 | 12 | 425 | 112 | 75 |
| Binary | 10101100 | 1010001 | 11100101 | 11001 | 1000001 | 0 | 1010 | 100010101 | 1001010 | 111101 |
Color Harmonies of #AC51E5
Complementary color
Monochromatic Colors of #AC51E5
Black with #AC51E5
Text Example
Text Example
White with #AC51E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC51E5; }
p { color: rgb(172,81,229); }
H1.HeaderClassName
{
color: #AC51E5;
}
.AnyTagClassName
{
color: #AC51E5;
}
</style>
background-color css
<style>
a { background-color: #AC51E5; }
a { background-color: rgb(172,81,229); }
div.DivClassName
{
background-color: #AC51E5;
}
.BgClassName
{
background-color: #AC51E5;
}
</style>
border-color css
<style>
span { border-color: #AC51E5; }
span { border-color: rgb(172,81,229); }
td.TdClassName
{
border-color: #AC51E5;
}
.TagClassName
{
border-color: #AC51E5;
}
</style>