Shades of Medium Orchid #AC4ACE
Tints of Medium Orchid #AC4ACE
RGB
CMYK
RGB Variations
Color information
#AC4ACE (or 0xAC4ACE) is known color: Medium Orchid. HEX triplet: AC, 4A and CE. RGB value is (172,74,206). Sum of RGB (Red+Green+Blue) = 172+74+206=452 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.05% from 452); Green value is 74 (29.30% from 255 or 16.37% from 452); Blue value is 206 (80.86% from 255 or 45.58% from 452); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC4ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC4ACE is #53B531. Grayscale: #757575. Windows color (decimal): -5485874 or 13519532. OLE color: 13519532.
HSL color Cylindrical-coordinate representation of color #AC4ACE: hue angle of 284.55º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AC4ACE is Cyan = 0.17, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 74 | 206 | - |
| CMYK | 0.17 | 0.64 | 0 | 0.19 |
| HSL | 284.55º | 0.57% | 0.55% | - |
| HSV(B) | 284.55º | 0.64% | 0.81% | - |
| XYZ | 30.6 | 18.12 | 60.28 | - |
| YUV | 118.35 | 177.47 | 166.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 74 | 206 | 0.17 | 0.64 | 0 | 0.19 | 284.55 | 0.57 | 0.55 |
| Hex | AC | 4A | CE | 11 | 40 | 0 | 13 | 11D | 39 | 37 |
| Octal | 254 | 112 | 316 | 21 | 100 | 0 | 23 | 435 | 71 | 67 |
| Binary | 10101100 | 1001010 | 11001110 | 10001 | 1000000 | 0 | 10011 | 100011101 | 111001 | 110111 |
Color Harmonies of #AC4ACE
Complementary color
Monochromatic Colors of #AC4ACE
Black with #AC4ACE
Text Example
Text Example
White with #AC4ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4ACE; }
p { color: rgb(172,74,206); }
H1.HeaderClassName
{
color: #AC4ACE;
}
.AnyTagClassName
{
color: #AC4ACE;
}
</style>
background-color css
<style>
a { background-color: #AC4ACE; }
a { background-color: rgb(172,74,206); }
div.DivClassName
{
background-color: #AC4ACE;
}
.BgClassName
{
background-color: #AC4ACE;
}
</style>
border-color css
<style>
span { border-color: #AC4ACE; }
span { border-color: rgb(172,74,206); }
td.TdClassName
{
border-color: #AC4ACE;
}
.TagClassName
{
border-color: #AC4ACE;
}
</style>