Shades of Medium Orchid #AC49ED
Tints of Medium Orchid #AC49ED
RGB
CMYK
RGB Variations
Color information
#AC49ED (or 0xAC49ED) is known color: Medium Orchid. HEX triplet: AC, 49 and ED. RGB value is (172,73,237). Sum of RGB (Red+Green+Blue) = 172+73+237=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 73 (28.91% from 255 or 15.15% from 482); Blue value is 237 (92.97% from 255 or 49.17% from 482); Max value from RGB is 237 - color contains mainly: blue. Hex color #AC49ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC49ED is #53B612. Grayscale: #787878. Windows color (decimal): -5486099 or 15550892. OLE color: 15550892.
HSL color Cylindrical-coordinate representation of color #AC49ED: hue angle of 276.22º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AC49ED is Cyan = 0.27, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 73 | 237 | - |
| CMYK | 0.27 | 0.69 | 0 | 0.07 |
| HSL | 276.22º | 0.82% | 0.61% | - |
| HSV(B) | 276.22º | 0.69% | 0.93% | - |
| XYZ | 34.68 | 19.65 | 82.09 | - |
| YUV | 121.3 | 193.3 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 73 | 237 | 0.27 | 0.69 | 0 | 0.07 | 276.22 | 0.82 | 0.61 |
| Hex | AC | 49 | ED | 1B | 45 | 0 | 7 | 114 | 52 | 3D |
| Octal | 254 | 111 | 355 | 33 | 105 | 0 | 7 | 424 | 122 | 75 |
| Binary | 10101100 | 1001001 | 11101101 | 11011 | 1000101 | 0 | 111 | 100010100 | 1010010 | 111101 |
Color Harmonies of #AC49ED
Complementary color
Monochromatic Colors of #AC49ED
Black with #AC49ED
Text Example
Text Example
White with #AC49ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC49ED; }
p { color: rgb(172,73,237); }
H1.HeaderClassName
{
color: #AC49ED;
}
.AnyTagClassName
{
color: #AC49ED;
}
</style>
background-color css
<style>
a { background-color: #AC49ED; }
a { background-color: rgb(172,73,237); }
div.DivClassName
{
background-color: #AC49ED;
}
.BgClassName
{
background-color: #AC49ED;
}
</style>
border-color css
<style>
span { border-color: #AC49ED; }
span { border-color: rgb(172,73,237); }
td.TdClassName
{
border-color: #AC49ED;
}
.TagClassName
{
border-color: #AC49ED;
}
</style>