Shades of Medium Orchid #AC43DB
Tints of Medium Orchid #AC43DB
RGB
CMYK
RGB Variations
Color information
#AC43DB (or 0xAC43DB) is known color: Medium Orchid. HEX triplet: AC, 43 and DB. RGB value is (172,67,219). Sum of RGB (Red+Green+Blue) = 172+67+219=458 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.55% from 458); Green value is 67 (26.56% from 255 or 14.63% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC43DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC43DB is #53BC24. Grayscale: #737373. Windows color (decimal): -5487653 or 14369708. OLE color: 14369708.
HSL color Cylindrical-coordinate representation of color #AC43DB: hue angle of 281.45º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AC43DB is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 67 | 219 | - |
| CMYK | 0.21 | 0.69 | 0 | 0.14 |
| HSL | 281.45º | 0.68% | 0.56% | - |
| HSV(B) | 281.45º | 0.69% | 0.86% | - |
| XYZ | 31.81 | 17.9 | 68.8 | - |
| YUV | 115.72 | 186.29 | 168.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 67 | 219 | 0.21 | 0.69 | 0 | 0.14 | 281.45 | 0.68 | 0.56 |
| Hex | AC | 43 | DB | 15 | 45 | 0 | E | 119 | 44 | 38 |
| Octal | 254 | 103 | 333 | 25 | 105 | 0 | 16 | 431 | 104 | 70 |
| Binary | 10101100 | 1000011 | 11011011 | 10101 | 1000101 | 0 | 1110 | 100011001 | 1000100 | 111000 |
Color Harmonies of #AC43DB
Complementary color
Monochromatic Colors of #AC43DB
Black with #AC43DB
Text Example
Text Example
White with #AC43DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC43DB; }
p { color: rgb(172,67,219); }
H1.HeaderClassName
{
color: #AC43DB;
}
.AnyTagClassName
{
color: #AC43DB;
}
</style>
background-color css
<style>
a { background-color: #AC43DB; }
a { background-color: rgb(172,67,219); }
div.DivClassName
{
background-color: #AC43DB;
}
.BgClassName
{
background-color: #AC43DB;
}
</style>
border-color css
<style>
span { border-color: #AC43DB; }
span { border-color: rgb(172,67,219); }
td.TdClassName
{
border-color: #AC43DB;
}
.TagClassName
{
border-color: #AC43DB;
}
</style>