Shades of Medium Orchid #AC51DB
Tints of Medium Orchid #AC51DB
RGB
CMYK
RGB Variations
Color information
#AC51DB (or 0xAC51DB) is known color: Medium Orchid. HEX triplet: AC, 51 and DB. RGB value is (172,81,219). Sum of RGB (Red+Green+Blue) = 172+81+219=472 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.44% from 472); Green value is 81 (32.03% from 255 or 17.16% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC51DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC51DB is #53AE24. Grayscale: #7B7B7B. Windows color (decimal): -5484069 or 14373292. OLE color: 14373292.
HSL color Cylindrical-coordinate representation of color #AC51DB: hue angle of 279.57º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC51DB is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 81 | 219 | - |
| CMYK | 0.21 | 0.63 | 0 | 0.14 |
| HSL | 279.57º | 0.66% | 0.59% | - |
| HSV(B) | 279.57º | 0.63% | 0.86% | - |
| XYZ | 32.74 | 19.77 | 69.11 | - |
| YUV | 123.94 | 181.65 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 81 | 219 | 0.21 | 0.63 | 0 | 0.14 | 279.57 | 0.66 | 0.59 |
| Hex | AC | 51 | DB | 15 | 3F | 0 | E | 118 | 42 | 3B |
| Octal | 254 | 121 | 333 | 25 | 77 | 0 | 16 | 430 | 102 | 73 |
| Binary | 10101100 | 1010001 | 11011011 | 10101 | 111111 | 0 | 1110 | 100011000 | 1000010 | 111011 |
Color Harmonies of #AC51DB
Complementary color
Monochromatic Colors of #AC51DB
Black with #AC51DB
Text Example
Text Example
White with #AC51DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC51DB; }
p { color: rgb(172,81,219); }
H1.HeaderClassName
{
color: #AC51DB;
}
.AnyTagClassName
{
color: #AC51DB;
}
</style>
background-color css
<style>
a { background-color: #AC51DB; }
a { background-color: rgb(172,81,219); }
div.DivClassName
{
background-color: #AC51DB;
}
.BgClassName
{
background-color: #AC51DB;
}
</style>
border-color css
<style>
span { border-color: #AC51DB; }
span { border-color: rgb(172,81,219); }
td.TdClassName
{
border-color: #AC51DB;
}
.TagClassName
{
border-color: #AC51DB;
}
</style>