Shades of Medium Orchid #AC41ED
Tints of Medium Orchid #AC41ED
RGB
CMYK
RGB Variations
Color information
#AC41ED (or 0xAC41ED) is known color: Medium Orchid. HEX triplet: AC, 41 and ED. RGB value is (172,65,237). Sum of RGB (Red+Green+Blue) = 172+65+237=474 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.29% from 474); Green value is 65 (25.78% from 255 or 13.71% from 474); Blue value is 237 (92.97% from 255 or 50% from 474); Max value from RGB is 237 - color contains mainly: blue. Hex color #AC41ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC41ED is #53BE12. Grayscale: #747474. Windows color (decimal): -5488147 or 15548844. OLE color: 15548844.
HSL color Cylindrical-coordinate representation of color #AC41ED: hue angle of 277.33º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AC41ED is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 65 | 237 | - |
| CMYK | 0.27 | 0.73 | 0 | 0.07 |
| HSL | 277.33º | 0.83% | 0.59% | - |
| HSV(B) | 277.33º | 0.73% | 0.93% | - |
| XYZ | 34.19 | 18.67 | 81.92 | - |
| YUV | 116.6 | 195.95 | 167.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 65 | 237 | 0.27 | 0.73 | 0 | 0.07 | 277.33 | 0.83 | 0.59 |
| Hex | AC | 41 | ED | 1B | 49 | 0 | 7 | 115 | 53 | 3B |
| Octal | 254 | 101 | 355 | 33 | 111 | 0 | 7 | 425 | 123 | 73 |
| Binary | 10101100 | 1000001 | 11101101 | 11011 | 1001001 | 0 | 111 | 100010101 | 1010011 | 111011 |
Color Harmonies of #AC41ED
Complementary color
Monochromatic Colors of #AC41ED
Black with #AC41ED
Text Example
Text Example
White with #AC41ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC41ED; }
p { color: rgb(172,65,237); }
H1.HeaderClassName
{
color: #AC41ED;
}
.AnyTagClassName
{
color: #AC41ED;
}
</style>
background-color css
<style>
a { background-color: #AC41ED; }
a { background-color: rgb(172,65,237); }
div.DivClassName
{
background-color: #AC41ED;
}
.BgClassName
{
background-color: #AC41ED;
}
</style>
border-color css
<style>
span { border-color: #AC41ED; }
span { border-color: rgb(172,65,237); }
td.TdClassName
{
border-color: #AC41ED;
}
.TagClassName
{
border-color: #AC41ED;
}
</style>