Shades of Medium Orchid #AC4CCF
Tints of Medium Orchid #AC4CCF
RGB
CMYK
RGB Variations
Color information
#AC4CCF (or 0xAC4CCF) is known color: Medium Orchid. HEX triplet: AC, 4C and CF. RGB value is (172,76,207). Sum of RGB (Red+Green+Blue) = 172+76+207=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 76 (30.08% from 255 or 16.70% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC4CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC4CCF is #53B330. Grayscale: #777777. Windows color (decimal): -5485361 or 13585580. OLE color: 13585580.
HSL color Cylindrical-coordinate representation of color #AC4CCF: hue angle of 283.97º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC4CCF is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 76 | 207 | - |
| CMYK | 0.17 | 0.63 | 0 | 0.19 |
| HSL | 283.97º | 0.58% | 0.55% | - |
| HSV(B) | 283.97º | 0.63% | 0.81% | - |
| XYZ | 30.86 | 18.44 | 60.97 | - |
| YUV | 119.64 | 177.3 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 76 | 207 | 0.17 | 0.63 | 0 | 0.19 | 283.97 | 0.58 | 0.55 |
| Hex | AC | 4C | CF | 11 | 3F | 0 | 13 | 11C | 3A | 37 |
| Octal | 254 | 114 | 317 | 21 | 77 | 0 | 23 | 434 | 72 | 67 |
| Binary | 10101100 | 1001100 | 11001111 | 10001 | 111111 | 0 | 10011 | 100011100 | 111010 | 110111 |
Color Harmonies of #AC4CCF
Complementary color
Monochromatic Colors of #AC4CCF
Black with #AC4CCF
Text Example
Text Example
White with #AC4CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4CCF; }
p { color: rgb(172,76,207); }
H1.HeaderClassName
{
color: #AC4CCF;
}
.AnyTagClassName
{
color: #AC4CCF;
}
</style>
background-color css
<style>
a { background-color: #AC4CCF; }
a { background-color: rgb(172,76,207); }
div.DivClassName
{
background-color: #AC4CCF;
}
.BgClassName
{
background-color: #AC4CCF;
}
</style>
border-color css
<style>
span { border-color: #AC4CCF; }
span { border-color: rgb(172,76,207); }
td.TdClassName
{
border-color: #AC4CCF;
}
.TagClassName
{
border-color: #AC4CCF;
}
</style>