Shades of Medium Orchid #AC49D4
Tints of Medium Orchid #AC49D4
RGB
CMYK
RGB Variations
Color information
#AC49D4 (or 0xAC49D4) is known color: Medium Orchid. HEX triplet: AC, 49 and D4. RGB value is (172,73,212). Sum of RGB (Red+Green+Blue) = 172+73+212=457 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.64% from 457); Green value is 73 (28.91% from 255 or 15.97% from 457); Blue value is 212 (83.20% from 255 or 46.39% from 457); Max value from RGB is 212 - color contains mainly: blue. Hex color #AC49D4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC49D4 is #53B62B. Grayscale: #757575. Windows color (decimal): -5486124 or 13912492. OLE color: 13912492.
HSL color Cylindrical-coordinate representation of color #AC49D4: hue angle of 282.73º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AC49D4 is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 73 | 212 | - |
| CMYK | 0.19 | 0.66 | 0 | 0.17 |
| HSL | 282.73º | 0.62% | 0.56% | - |
| HSV(B) | 282.73º | 0.66% | 0.83% | - |
| XYZ | 31.28 | 18.29 | 64.17 | - |
| YUV | 118.45 | 180.8 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 73 | 212 | 0.19 | 0.66 | 0 | 0.17 | 282.73 | 0.62 | 0.56 |
| Hex | AC | 49 | D4 | 13 | 42 | 0 | 11 | 11B | 3E | 38 |
| Octal | 254 | 111 | 324 | 23 | 102 | 0 | 21 | 433 | 76 | 70 |
| Binary | 10101100 | 1001001 | 11010100 | 10011 | 1000010 | 0 | 10001 | 100011011 | 111110 | 111000 |
Color Harmonies of #AC49D4
Complementary color
Monochromatic Colors of #AC49D4
Black with #AC49D4
Text Example
Text Example
White with #AC49D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC49D4; }
p { color: rgb(172,73,212); }
H1.HeaderClassName
{
color: #AC49D4;
}
.AnyTagClassName
{
color: #AC49D4;
}
</style>
background-color css
<style>
a { background-color: #AC49D4; }
a { background-color: rgb(172,73,212); }
div.DivClassName
{
background-color: #AC49D4;
}
.BgClassName
{
background-color: #AC49D4;
}
</style>
border-color css
<style>
span { border-color: #AC49D4; }
span { border-color: rgb(172,73,212); }
td.TdClassName
{
border-color: #AC49D4;
}
.TagClassName
{
border-color: #AC49D4;
}
</style>