Shades of Medium Orchid #AC45CF
Tints of Medium Orchid #AC45CF
RGB
CMYK
RGB Variations
Color information
#AC45CF (or 0xAC45CF) is known color: Medium Orchid. HEX triplet: AC, 45 and CF. RGB value is (172,69,207). Sum of RGB (Red+Green+Blue) = 172+69+207=448 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.39% from 448); Green value is 69 (27.34% from 255 or 15.40% from 448); Blue value is 207 (81.25% from 255 or 46.21% from 448); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC45CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC45CF is #53BA30. Grayscale: #737373. Windows color (decimal): -5487153 or 13583788. OLE color: 13583788.
HSL color Cylindrical-coordinate representation of color #AC45CF: hue angle of 284.78º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AC45CF is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 69 | 207 | - |
| CMYK | 0.17 | 0.67 | 0 | 0.19 |
| HSL | 284.78º | 0.59% | 0.54% | - |
| HSV(B) | 284.78º | 0.67% | 0.81% | - |
| XYZ | 30.4 | 17.53 | 60.81 | - |
| YUV | 115.53 | 179.62 | 168.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 69 | 207 | 0.17 | 0.67 | 0 | 0.19 | 284.78 | 0.59 | 0.54 |
| Hex | AC | 45 | CF | 11 | 43 | 0 | 13 | 11D | 3B | 36 |
| Octal | 254 | 105 | 317 | 21 | 103 | 0 | 23 | 435 | 73 | 66 |
| Binary | 10101100 | 1000101 | 11001111 | 10001 | 1000011 | 0 | 10011 | 100011101 | 111011 | 110110 |
Color Harmonies of #AC45CF
Complementary color
Monochromatic Colors of #AC45CF
Black with #AC45CF
Text Example
Text Example
White with #AC45CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC45CF; }
p { color: rgb(172,69,207); }
H1.HeaderClassName
{
color: #AC45CF;
}
.AnyTagClassName
{
color: #AC45CF;
}
</style>
background-color css
<style>
a { background-color: #AC45CF; }
a { background-color: rgb(172,69,207); }
div.DivClassName
{
background-color: #AC45CF;
}
.BgClassName
{
background-color: #AC45CF;
}
</style>
border-color css
<style>
span { border-color: #AC45CF; }
span { border-color: rgb(172,69,207); }
td.TdClassName
{
border-color: #AC45CF;
}
.TagClassName
{
border-color: #AC45CF;
}
</style>