Shades of Medium Orchid #AC55E5
Tints of Medium Orchid #AC55E5
RGB
CMYK
RGB Variations
Color information
#AC55E5 (or 0xAC55E5) is known color: Medium Orchid. HEX triplet: AC, 55 and E5. RGB value is (172,85,229). Sum of RGB (Red+Green+Blue) = 172+85+229=486 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.39% from 486); Green value is 85 (33.59% from 255 or 17.49% from 486); Blue value is 229 (89.84% from 255 or 47.12% from 486); Max value from RGB is 229 - color contains mainly: blue. Hex color #AC55E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC55E5 is #53AA1A. Grayscale: #7E7E7E. Windows color (decimal): -5483035 or 15029676. OLE color: 15029676.
HSL color Cylindrical-coordinate representation of color #AC55E5: hue angle of 276.25º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC55E5 is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 85 | 229 | - |
| CMYK | 0.25 | 0.63 | 0 | 0.10 |
| HSL | 276.25º | 0.73% | 0.62% | - |
| HSV(B) | 276.25º | 0.63% | 0.9% | - |
| XYZ | 34.4 | 20.92 | 76.35 | - |
| YUV | 127.43 | 185.32 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 85 | 229 | 0.25 | 0.63 | 0 | 0.10 | 276.25 | 0.73 | 0.62 |
| Hex | AC | 55 | E5 | 19 | 3F | 0 | A | 114 | 49 | 3E |
| Octal | 254 | 125 | 345 | 31 | 77 | 0 | 12 | 424 | 111 | 76 |
| Binary | 10101100 | 1010101 | 11100101 | 11001 | 111111 | 0 | 1010 | 100010100 | 1001001 | 111110 |
Color Harmonies of #AC55E5
Complementary color
Monochromatic Colors of #AC55E5
Black with #AC55E5
Text Example
Text Example
White with #AC55E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC55E5; }
p { color: rgb(172,85,229); }
H1.HeaderClassName
{
color: #AC55E5;
}
.AnyTagClassName
{
color: #AC55E5;
}
</style>
background-color css
<style>
a { background-color: #AC55E5; }
a { background-color: rgb(172,85,229); }
div.DivClassName
{
background-color: #AC55E5;
}
.BgClassName
{
background-color: #AC55E5;
}
</style>
border-color css
<style>
span { border-color: #AC55E5; }
span { border-color: rgb(172,85,229); }
td.TdClassName
{
border-color: #AC55E5;
}
.TagClassName
{
border-color: #AC55E5;
}
</style>