Shades of Medium Orchid #AC51D2
Tints of Medium Orchid #AC51D2
RGB
CMYK
RGB Variations
Color information
#AC51D2 (or 0xAC51D2) is known color: Medium Orchid. HEX triplet: AC, 51 and D2. RGB value is (172,81,210). Sum of RGB (Red+Green+Blue) = 172+81+210=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 81 (32.03% from 255 or 17.49% from 463); Blue value is 210 (82.42% from 255 or 45.36% from 463); Max value from RGB is 210 - color contains mainly: blue. Hex color #AC51D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC51D2 is #53AE2D. Grayscale: #7A7A7A. Windows color (decimal): -5484078 or 13783468. OLE color: 13783468.
HSL color Cylindrical-coordinate representation of color #AC51D2: hue angle of 282.33º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AC51D2 is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 81 | 210 | - |
| CMYK | 0.18 | 0.61 | 0 | 0.18 |
| HSL | 282.33º | 0.59% | 0.57% | - |
| HSV(B) | 282.33º | 0.61% | 0.82% | - |
| XYZ | 31.59 | 19.31 | 63.03 | - |
| YUV | 122.92 | 177.15 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 81 | 210 | 0.18 | 0.61 | 0 | 0.18 | 282.33 | 0.59 | 0.57 |
| Hex | AC | 51 | D2 | 12 | 3D | 0 | 12 | 11A | 3B | 39 |
| Octal | 254 | 121 | 322 | 22 | 75 | 0 | 22 | 432 | 73 | 71 |
| Binary | 10101100 | 1010001 | 11010010 | 10010 | 111101 | 0 | 10010 | 100011010 | 111011 | 111001 |
Color Harmonies of #AC51D2
Complementary color
Monochromatic Colors of #AC51D2
Black with #AC51D2
Text Example
Text Example
White with #AC51D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC51D2; }
p { color: rgb(172,81,210); }
H1.HeaderClassName
{
color: #AC51D2;
}
.AnyTagClassName
{
color: #AC51D2;
}
</style>
background-color css
<style>
a { background-color: #AC51D2; }
a { background-color: rgb(172,81,210); }
div.DivClassName
{
background-color: #AC51D2;
}
.BgClassName
{
background-color: #AC51D2;
}
</style>
border-color css
<style>
span { border-color: #AC51D2; }
span { border-color: rgb(172,81,210); }
td.TdClassName
{
border-color: #AC51D2;
}
.TagClassName
{
border-color: #AC51D2;
}
</style>