Shades of Medium Orchid #AC41D1
Tints of Medium Orchid #AC41D1
RGB
CMYK
RGB Variations
Color information
#AC41D1 (or 0xAC41D1) is known color: Medium Orchid. HEX triplet: AC, 41 and D1. RGB value is (172,65,209). Sum of RGB (Red+Green+Blue) = 172+65+209=446 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.57% from 446); Green value is 65 (25.78% from 255 or 14.57% from 446); Blue value is 209 (82.03% from 255 or 46.86% from 446); Max value from RGB is 209 - color contains mainly: blue. Hex color #AC41D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC41D1 is #53BE2E. Grayscale: #707070. Windows color (decimal): -5488175 or 13713836. OLE color: 13713836.
HSL color Cylindrical-coordinate representation of color #AC41D1: hue angle of 284.58º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AC41D1 is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 65 | 209 | - |
| CMYK | 0.18 | 0.69 | 0 | 0.18 |
| HSL | 284.58º | 0.61% | 0.54% | - |
| HSV(B) | 284.58º | 0.69% | 0.82% | - |
| XYZ | 30.41 | 17.15 | 62.03 | - |
| YUV | 113.41 | 181.95 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 65 | 209 | 0.18 | 0.69 | 0 | 0.18 | 284.58 | 0.61 | 0.54 |
| Hex | AC | 41 | D1 | 12 | 45 | 0 | 12 | 11D | 3D | 36 |
| Octal | 254 | 101 | 321 | 22 | 105 | 0 | 22 | 435 | 75 | 66 |
| Binary | 10101100 | 1000001 | 11010001 | 10010 | 1000101 | 0 | 10010 | 100011101 | 111101 | 110110 |
Color Harmonies of #AC41D1
Complementary color
Monochromatic Colors of #AC41D1
Black with #AC41D1
Text Example
Text Example
White with #AC41D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC41D1; }
p { color: rgb(172,65,209); }
H1.HeaderClassName
{
color: #AC41D1;
}
.AnyTagClassName
{
color: #AC41D1;
}
</style>
background-color css
<style>
a { background-color: #AC41D1; }
a { background-color: rgb(172,65,209); }
div.DivClassName
{
background-color: #AC41D1;
}
.BgClassName
{
background-color: #AC41D1;
}
</style>
border-color css
<style>
span { border-color: #AC41D1; }
span { border-color: rgb(172,65,209); }
td.TdClassName
{
border-color: #AC41D1;
}
.TagClassName
{
border-color: #AC41D1;
}
</style>