Shades of Medium Orchid #AC49FF
Tints of Medium Orchid #AC49FF
RGB
CMYK
RGB Variations
Color information
#AC49FF (or 0xAC49FF) is known color: Medium Orchid. HEX triplet: AC, 49 and FF. RGB value is (172,73,255). Sum of RGB (Red+Green+Blue) = 172+73+255=500 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.4% from 500); Green value is 73 (28.91% from 255 or 14.6% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC49FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC49FF is #53B600. Grayscale: #7A7A7A. Windows color (decimal): -5486081 or 16730540. OLE color: 16730540.
HSL color Cylindrical-coordinate representation of color #AC49FF: hue angle of 272.64º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AC49FF is Cyan = 0.33, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 73 | 255 | - |
| CMYK | 0.33 | 0.71 | 0 | 0 |
| HSL | 272.64º | 1% | 0.64% | - |
| HSV(B) | 272.64º | 0.71% | 1% | - |
| XYZ | 37.45 | 20.76 | 96.64 | - |
| YUV | 123.35 | 202.3 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 73 | 255 | 0.33 | 0.71 | 0 | 0 | 272.64 | 1 | 0.64 |
| Hex | AC | 49 | FF | 21 | 47 | 0 | 0 | 111 | 64 | 40 |
| Octal | 254 | 111 | 377 | 41 | 107 | 0 | 0 | 421 | 144 | 100 |
| Binary | 10101100 | 1001001 | 11111111 | 100001 | 1000111 | 0 | 0 | 100010001 | 1100100 | 1000000 |
Color Harmonies of #AC49FF
Complementary color
Monochromatic Colors of #AC49FF
Black with #AC49FF
Text Example
Text Example
White with #AC49FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC49FF; }
p { color: rgb(172,73,255); }
H1.HeaderClassName
{
color: #AC49FF;
}
.AnyTagClassName
{
color: #AC49FF;
}
</style>
background-color css
<style>
a { background-color: #AC49FF; }
a { background-color: rgb(172,73,255); }
div.DivClassName
{
background-color: #AC49FF;
}
.BgClassName
{
background-color: #AC49FF;
}
</style>
border-color css
<style>
span { border-color: #AC49FF; }
span { border-color: rgb(172,73,255); }
td.TdClassName
{
border-color: #AC49FF;
}
.TagClassName
{
border-color: #AC49FF;
}
</style>