Shades of Medium Orchid #AC4BCD
Tints of Medium Orchid #AC4BCD
RGB
CMYK
RGB Variations
Color information
#AC4BCD (or 0xAC4BCD) is known color: Medium Orchid. HEX triplet: AC, 4B and CD. RGB value is (172,75,205). Sum of RGB (Red+Green+Blue) = 172+75+205=452 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.05% from 452); Green value is 75 (29.69% from 255 or 16.59% from 452); Blue value is 205 (80.47% from 255 or 45.35% from 452); Max value from RGB is 205 - color contains mainly: blue. Hex color #AC4BCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC4BCD is #53B432. Grayscale: #767676. Windows color (decimal): -5485619 or 13454252. OLE color: 13454252.
HSL color Cylindrical-coordinate representation of color #AC4BCD: hue angle of 284.77º degrees, saturation: 0.57, 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 #AC4BCD is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 75 | 205 | - |
| CMYK | 0.16 | 0.63 | 0 | 0.20 |
| HSL | 284.77º | 0.57% | 0.55% | - |
| HSV(B) | 284.77º | 0.63% | 0.8% | - |
| XYZ | 30.55 | 18.21 | 59.66 | - |
| YUV | 118.82 | 176.64 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 75 | 205 | 0.16 | 0.63 | 0 | 0.20 | 284.77 | 0.57 | 0.55 |
| Hex | AC | 4B | CD | 10 | 3F | 0 | 14 | 11D | 39 | 37 |
| Octal | 254 | 113 | 315 | 20 | 77 | 0 | 24 | 435 | 71 | 67 |
| Binary | 10101100 | 1001011 | 11001101 | 10000 | 111111 | 0 | 10100 | 100011101 | 111001 | 110111 |
Color Harmonies of #AC4BCD
Complementary color
Monochromatic Colors of #AC4BCD
Black with #AC4BCD
Text Example
Text Example
White with #AC4BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4BCD; }
p { color: rgb(172,75,205); }
H1.HeaderClassName
{
color: #AC4BCD;
}
.AnyTagClassName
{
color: #AC4BCD;
}
</style>
background-color css
<style>
a { background-color: #AC4BCD; }
a { background-color: rgb(172,75,205); }
div.DivClassName
{
background-color: #AC4BCD;
}
.BgClassName
{
background-color: #AC4BCD;
}
</style>
border-color css
<style>
span { border-color: #AC4BCD; }
span { border-color: rgb(172,75,205); }
td.TdClassName
{
border-color: #AC4BCD;
}
.TagClassName
{
border-color: #AC4BCD;
}
</style>