Shades of Medium Orchid #AC49F2
Tints of Medium Orchid #AC49F2
RGB
CMYK
RGB Variations
Color information
#AC49F2 (or 0xAC49F2) is known color: Medium Orchid. HEX triplet: AC, 49 and F2. RGB value is (172,73,242). Sum of RGB (Red+Green+Blue) = 172+73+242=487 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.32% from 487); Green value is 73 (28.91% from 255 or 14.99% from 487); Blue value is 242 (94.92% from 255 or 49.69% from 487); Max value from RGB is 242 - color contains mainly: blue. Hex color #AC49F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC49F2 is #53B60D. Grayscale: #797979. Windows color (decimal): -5486094 or 15878572. OLE color: 15878572.
HSL color Cylindrical-coordinate representation of color #AC49F2: hue angle of 275.15º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC49F2 is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 73 | 242 | - |
| CMYK | 0.29 | 0.70 | 0 | 0.05 |
| HSL | 275.15º | 0.87% | 0.62% | - |
| HSV(B) | 275.15º | 0.7% | 0.95% | - |
| XYZ | 35.42 | 19.95 | 85.99 | - |
| YUV | 121.87 | 195.8 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 73 | 242 | 0.29 | 0.70 | 0 | 0.05 | 275.15 | 0.87 | 0.62 |
| Hex | AC | 49 | F2 | 1D | 46 | 0 | 5 | 113 | 57 | 3E |
| Octal | 254 | 111 | 362 | 35 | 106 | 0 | 5 | 423 | 127 | 76 |
| Binary | 10101100 | 1001001 | 11110010 | 11101 | 1000110 | 0 | 101 | 100010011 | 1010111 | 111110 |
Color Harmonies of #AC49F2
Complementary color
Monochromatic Colors of #AC49F2
Black with #AC49F2
Text Example
Text Example
White with #AC49F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC49F2; }
p { color: rgb(172,73,242); }
H1.HeaderClassName
{
color: #AC49F2;
}
.AnyTagClassName
{
color: #AC49F2;
}
</style>
background-color css
<style>
a { background-color: #AC49F2; }
a { background-color: rgb(172,73,242); }
div.DivClassName
{
background-color: #AC49F2;
}
.BgClassName
{
background-color: #AC49F2;
}
</style>
border-color css
<style>
span { border-color: #AC49F2; }
span { border-color: rgb(172,73,242); }
td.TdClassName
{
border-color: #AC49F2;
}
.TagClassName
{
border-color: #AC49F2;
}
</style>