Shades of Medium Orchid #AC4ECF
Tints of Medium Orchid #AC4ECF
RGB
CMYK
RGB Variations
Color information
#AC4ECF (or 0xAC4ECF) is known color: Medium Orchid. HEX triplet: AC, 4E and CF. RGB value is (172,78,207). Sum of RGB (Red+Green+Blue) = 172+78+207=457 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.64% from 457); Green value is 78 (30.86% from 255 or 17.07% from 457); Blue value is 207 (81.25% from 255 or 45.30% from 457); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC4ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC4ECF is #53B130. Grayscale: #787878. Windows color (decimal): -5484849 or 13586092. OLE color: 13586092.
HSL color Cylindrical-coordinate representation of color #AC4ECF: hue angle of 283.72º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC4ECF is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 78 | 207 | - |
| CMYK | 0.17 | 0.62 | 0 | 0.19 |
| HSL | 283.72º | 0.57% | 0.56% | - |
| HSV(B) | 283.72º | 0.62% | 0.81% | - |
| XYZ | 31 | 18.72 | 61.01 | - |
| YUV | 120.81 | 176.64 | 164.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 78 | 207 | 0.17 | 0.62 | 0 | 0.19 | 283.72 | 0.57 | 0.56 |
| Hex | AC | 4E | CF | 11 | 3E | 0 | 13 | 11C | 39 | 38 |
| Octal | 254 | 116 | 317 | 21 | 76 | 0 | 23 | 434 | 71 | 70 |
| Binary | 10101100 | 1001110 | 11001111 | 10001 | 111110 | 0 | 10011 | 100011100 | 111001 | 111000 |
Color Harmonies of #AC4ECF
Complementary color
Monochromatic Colors of #AC4ECF
Black with #AC4ECF
Text Example
Text Example
White with #AC4ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4ECF; }
p { color: rgb(172,78,207); }
H1.HeaderClassName
{
color: #AC4ECF;
}
.AnyTagClassName
{
color: #AC4ECF;
}
</style>
background-color css
<style>
a { background-color: #AC4ECF; }
a { background-color: rgb(172,78,207); }
div.DivClassName
{
background-color: #AC4ECF;
}
.BgClassName
{
background-color: #AC4ECF;
}
</style>
border-color css
<style>
span { border-color: #AC4ECF; }
span { border-color: rgb(172,78,207); }
td.TdClassName
{
border-color: #AC4ECF;
}
.TagClassName
{
border-color: #AC4ECF;
}
</style>