Shades of Medium Orchid #AC4CCD
Tints of Medium Orchid #AC4CCD
RGB
CMYK
RGB Variations
Color information
#AC4CCD (or 0xAC4CCD) is known color: Medium Orchid. HEX triplet: AC, 4C and CD. RGB value is (172,76,205). Sum of RGB (Red+Green+Blue) = 172+76+205=453 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.97% from 453); Green value is 76 (30.08% from 255 or 16.78% from 453); Blue value is 205 (80.47% from 255 or 45.25% from 453); Max value from RGB is 205 - color contains mainly: blue. Hex color #AC4CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC4CCD is #53B332. Grayscale: #767676. Windows color (decimal): -5485363 or 13454508. OLE color: 13454508.
HSL color Cylindrical-coordinate representation of color #AC4CCD: hue angle of 284.65º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC4CCD is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 76 | 205 | - |
| CMYK | 0.16 | 0.63 | 0 | 0.20 |
| HSL | 284.65º | 0.56% | 0.55% | - |
| HSV(B) | 284.65º | 0.63% | 0.8% | - |
| XYZ | 30.62 | 18.35 | 59.69 | - |
| YUV | 119.41 | 176.3 | 165.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 76 | 205 | 0.16 | 0.63 | 0 | 0.20 | 284.65 | 0.56 | 0.55 |
| Hex | AC | 4C | CD | 10 | 3F | 0 | 14 | 11D | 38 | 37 |
| Octal | 254 | 114 | 315 | 20 | 77 | 0 | 24 | 435 | 70 | 67 |
| Binary | 10101100 | 1001100 | 11001101 | 10000 | 111111 | 0 | 10100 | 100011101 | 111000 | 110111 |
Color Harmonies of #AC4CCD
Complementary color
Monochromatic Colors of #AC4CCD
Black with #AC4CCD
Text Example
Text Example
White with #AC4CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4CCD; }
p { color: rgb(172,76,205); }
H1.HeaderClassName
{
color: #AC4CCD;
}
.AnyTagClassName
{
color: #AC4CCD;
}
</style>
background-color css
<style>
a { background-color: #AC4CCD; }
a { background-color: rgb(172,76,205); }
div.DivClassName
{
background-color: #AC4CCD;
}
.BgClassName
{
background-color: #AC4CCD;
}
</style>
border-color css
<style>
span { border-color: #AC4CCD; }
span { border-color: rgb(172,76,205); }
td.TdClassName
{
border-color: #AC4CCD;
}
.TagClassName
{
border-color: #AC4CCD;
}
</style>