Shades of Medium Orchid #AC41D0
Tints of Medium Orchid #AC41D0
RGB
CMYK
RGB Variations
Color information
#AC41D0 (or 0xAC41D0) is known color: Medium Orchid. HEX triplet: AC, 41 and D0. RGB value is (172,65,208). Sum of RGB (Red+Green+Blue) = 172+65+208=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 65 (25.78% from 255 or 14.61% from 445); Blue value is 208 (81.64% from 255 or 46.74% from 445); Max value from RGB is 208 - color contains mainly: blue. Hex color #AC41D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC41D0 is #53BE2F. Grayscale: #707070. Windows color (decimal): -5488176 or 13648300. OLE color: 13648300.
HSL color Cylindrical-coordinate representation of color #AC41D0: hue angle of 284.9º degrees, saturation: 0.6, 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 #AC41D0 is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 65 | 208 | - |
| CMYK | 0.17 | 0.69 | 0 | 0.18 |
| HSL | 284.9º | 0.6% | 0.54% | - |
| HSV(B) | 284.9º | 0.69% | 0.82% | - |
| XYZ | 30.29 | 17.11 | 61.38 | - |
| YUV | 113.3 | 181.45 | 169.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 65 | 208 | 0.17 | 0.69 | 0 | 0.18 | 284.9 | 0.6 | 0.54 |
| Hex | AC | 41 | D0 | 11 | 45 | 0 | 12 | 11D | 3C | 36 |
| Octal | 254 | 101 | 320 | 21 | 105 | 0 | 22 | 435 | 74 | 66 |
| Binary | 10101100 | 1000001 | 11010000 | 10001 | 1000101 | 0 | 10010 | 100011101 | 111100 | 110110 |
Color Harmonies of #AC41D0
Complementary color
Monochromatic Colors of #AC41D0
Black with #AC41D0
Text Example
Text Example
White with #AC41D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC41D0; }
p { color: rgb(172,65,208); }
H1.HeaderClassName
{
color: #AC41D0;
}
.AnyTagClassName
{
color: #AC41D0;
}
</style>
background-color css
<style>
a { background-color: #AC41D0; }
a { background-color: rgb(172,65,208); }
div.DivClassName
{
background-color: #AC41D0;
}
.BgClassName
{
background-color: #AC41D0;
}
</style>
border-color css
<style>
span { border-color: #AC41D0; }
span { border-color: rgb(172,65,208); }
td.TdClassName
{
border-color: #AC41D0;
}
.TagClassName
{
border-color: #AC41D0;
}
</style>