Shades of Medium Orchid #AC40DB
Tints of Medium Orchid #AC40DB
RGB
CMYK
RGB Variations
Color information
#AC40DB (or 0xAC40DB) is known color: Medium Orchid. HEX triplet: AC, 40 and DB. RGB value is (172,64,219). Sum of RGB (Red+Green+Blue) = 172+64+219=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 64 (25.39% from 255 or 14.07% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC40DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC40DB is #53BF24. Grayscale: #717171. Windows color (decimal): -5488421 or 14368940. OLE color: 14368940.
HSL color Cylindrical-coordinate representation of color #AC40DB: hue angle of 281.81º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AC40DB is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 64 | 219 | - |
| CMYK | 0.21 | 0.71 | 0 | 0.14 |
| HSL | 281.81º | 0.68% | 0.55% | - |
| HSV(B) | 281.81º | 0.71% | 0.86% | - |
| XYZ | 31.63 | 17.55 | 68.74 | - |
| YUV | 113.96 | 187.28 | 169.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 64 | 219 | 0.21 | 0.71 | 0 | 0.14 | 281.81 | 0.68 | 0.55 |
| Hex | AC | 40 | DB | 15 | 47 | 0 | E | 11A | 44 | 37 |
| Octal | 254 | 100 | 333 | 25 | 107 | 0 | 16 | 432 | 104 | 67 |
| Binary | 10101100 | 1000000 | 11011011 | 10101 | 1000111 | 0 | 1110 | 100011010 | 1000100 | 110111 |
Color Harmonies of #AC40DB
Complementary color
Monochromatic Colors of #AC40DB
Black with #AC40DB
Text Example
Text Example
White with #AC40DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC40DB; }
p { color: rgb(172,64,219); }
H1.HeaderClassName
{
color: #AC40DB;
}
.AnyTagClassName
{
color: #AC40DB;
}
</style>
background-color css
<style>
a { background-color: #AC40DB; }
a { background-color: rgb(172,64,219); }
div.DivClassName
{
background-color: #AC40DB;
}
.BgClassName
{
background-color: #AC40DB;
}
</style>
border-color css
<style>
span { border-color: #AC40DB; }
span { border-color: rgb(172,64,219); }
td.TdClassName
{
border-color: #AC40DB;
}
.TagClassName
{
border-color: #AC40DB;
}
</style>