Shades of Medium Orchid #AC51D4
Tints of Medium Orchid #AC51D4
RGB
CMYK
RGB Variations
Color information
#AC51D4 (or 0xAC51D4) is known color: Medium Orchid. HEX triplet: AC, 51 and D4. RGB value is (172,81,212). Sum of RGB (Red+Green+Blue) = 172+81+212=465 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.99% from 465); Green value is 81 (32.03% from 255 or 17.42% from 465); Blue value is 212 (83.20% from 255 or 45.59% from 465); Max value from RGB is 212 - color contains mainly: blue. Hex color #AC51D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC51D4 is #53AE2B. Grayscale: #7A7A7A. Windows color (decimal): -5484076 or 13914540. OLE color: 13914540.
HSL color Cylindrical-coordinate representation of color #AC51D4: hue angle of 281.68º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC51D4 is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 81 | 212 | - |
| CMYK | 0.19 | 0.62 | 0 | 0.17 |
| HSL | 281.68º | 0.6% | 0.57% | - |
| HSV(B) | 281.68º | 0.62% | 0.83% | - |
| XYZ | 31.84 | 19.41 | 64.36 | - |
| YUV | 123.14 | 178.15 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 81 | 212 | 0.19 | 0.62 | 0 | 0.17 | 281.68 | 0.6 | 0.57 |
| Hex | AC | 51 | D4 | 13 | 3E | 0 | 11 | 11A | 3C | 39 |
| Octal | 254 | 121 | 324 | 23 | 76 | 0 | 21 | 432 | 74 | 71 |
| Binary | 10101100 | 1010001 | 11010100 | 10011 | 111110 | 0 | 10001 | 100011010 | 111100 | 111001 |
Color Harmonies of #AC51D4
Complementary color
Monochromatic Colors of #AC51D4
Black with #AC51D4
Text Example
Text Example
White with #AC51D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC51D4; }
p { color: rgb(172,81,212); }
H1.HeaderClassName
{
color: #AC51D4;
}
.AnyTagClassName
{
color: #AC51D4;
}
</style>
background-color css
<style>
a { background-color: #AC51D4; }
a { background-color: rgb(172,81,212); }
div.DivClassName
{
background-color: #AC51D4;
}
.BgClassName
{
background-color: #AC51D4;
}
</style>
border-color css
<style>
span { border-color: #AC51D4; }
span { border-color: rgb(172,81,212); }
td.TdClassName
{
border-color: #AC51D4;
}
.TagClassName
{
border-color: #AC51D4;
}
</style>