Shades of Medium Orchid #AC4ED2
Tints of Medium Orchid #AC4ED2
RGB
CMYK
RGB Variations
Color information
#AC4ED2 (or 0xAC4ED2) is known color: Medium Orchid. HEX triplet: AC, 4E and D2. RGB value is (172,78,210). Sum of RGB (Red+Green+Blue) = 172+78+210=460 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.39% from 460); Green value is 78 (30.86% from 255 or 16.96% from 460); Blue value is 210 (82.42% from 255 or 45.65% from 460); Max value from RGB is 210 - color contains mainly: blue. Hex color #AC4ED2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC4ED2 is #53B12D. Grayscale: #787878. Windows color (decimal): -5484846 or 13782700. OLE color: 13782700.
HSL color Cylindrical-coordinate representation of color #AC4ED2: hue angle of 282.73º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC4ED2 is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 78 | 210 | - |
| CMYK | 0.18 | 0.63 | 0 | 0.18 |
| HSL | 282.73º | 0.59% | 0.56% | - |
| HSV(B) | 282.73º | 0.63% | 0.82% | - |
| XYZ | 31.37 | 18.87 | 62.96 | - |
| YUV | 121.15 | 178.14 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 78 | 210 | 0.18 | 0.63 | 0 | 0.18 | 282.73 | 0.59 | 0.56 |
| Hex | AC | 4E | D2 | 12 | 3F | 0 | 12 | 11B | 3B | 38 |
| Octal | 254 | 116 | 322 | 22 | 77 | 0 | 22 | 433 | 73 | 70 |
| Binary | 10101100 | 1001110 | 11010010 | 10010 | 111111 | 0 | 10010 | 100011011 | 111011 | 111000 |
Color Harmonies of #AC4ED2
Complementary color
Monochromatic Colors of #AC4ED2
Black with #AC4ED2
Text Example
Text Example
White with #AC4ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4ED2; }
p { color: rgb(172,78,210); }
H1.HeaderClassName
{
color: #AC4ED2;
}
.AnyTagClassName
{
color: #AC4ED2;
}
</style>
background-color css
<style>
a { background-color: #AC4ED2; }
a { background-color: rgb(172,78,210); }
div.DivClassName
{
background-color: #AC4ED2;
}
.BgClassName
{
background-color: #AC4ED2;
}
</style>
border-color css
<style>
span { border-color: #AC4ED2; }
span { border-color: rgb(172,78,210); }
td.TdClassName
{
border-color: #AC4ED2;
}
.TagClassName
{
border-color: #AC4ED2;
}
</style>