Shades of Medium Orchid #AC47E5
Tints of Medium Orchid #AC47E5
RGB
CMYK
RGB Variations
Color information
#AC47E5 (or 0xAC47E5) is known color: Medium Orchid. HEX triplet: AC, 47 and E5. RGB value is (172,71,229). Sum of RGB (Red+Green+Blue) = 172+71+229=472 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.44% from 472); Green value is 71 (28.12% from 255 or 15.04% from 472); Blue value is 229 (89.84% from 255 or 48.52% from 472); Max value from RGB is 229 - color contains mainly: blue. Hex color #AC47E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC47E5 is #53B81A. Grayscale: #767676. Windows color (decimal): -5486619 or 15026092. OLE color: 15026092.
HSL color Cylindrical-coordinate representation of color #AC47E5: hue angle of 278.35º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AC47E5 is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 71 | 229 | - |
| CMYK | 0.25 | 0.69 | 0 | 0.10 |
| HSL | 278.35º | 0.75% | 0.59% | - |
| HSV(B) | 278.35º | 0.69% | 0.9% | - |
| XYZ | 33.41 | 18.93 | 76.02 | - |
| YUV | 119.21 | 189.96 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 71 | 229 | 0.25 | 0.69 | 0 | 0.10 | 278.35 | 0.75 | 0.59 |
| Hex | AC | 47 | E5 | 19 | 45 | 0 | A | 116 | 4B | 3B |
| Octal | 254 | 107 | 345 | 31 | 105 | 0 | 12 | 426 | 113 | 73 |
| Binary | 10101100 | 1000111 | 11100101 | 11001 | 1000101 | 0 | 1010 | 100010110 | 1001011 | 111011 |
Color Harmonies of #AC47E5
Complementary color
Monochromatic Colors of #AC47E5
Black with #AC47E5
Text Example
Text Example
White with #AC47E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC47E5; }
p { color: rgb(172,71,229); }
H1.HeaderClassName
{
color: #AC47E5;
}
.AnyTagClassName
{
color: #AC47E5;
}
</style>
background-color css
<style>
a { background-color: #AC47E5; }
a { background-color: rgb(172,71,229); }
div.DivClassName
{
background-color: #AC47E5;
}
.BgClassName
{
background-color: #AC47E5;
}
</style>
border-color css
<style>
span { border-color: #AC47E5; }
span { border-color: rgb(172,71,229); }
td.TdClassName
{
border-color: #AC47E5;
}
.TagClassName
{
border-color: #AC47E5;
}
</style>