Shades of Dark Orchid #AC28BC
Tints of Dark Orchid #AC28BC
RGB
CMYK
RGB Variations
Color information
#AC28BC (or 0xAC28BC) is known color: Dark Orchid. HEX triplet: AC, 28 and BC. RGB value is (172,40,188). Sum of RGB (Red+Green+Blue) = 172+40+188=400 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43% from 400); Green value is 40 (16.02% from 255 or 10% from 400); Blue value is 188 (73.83% from 255 or 47% from 400); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC28BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC28BC is #53D743. Grayscale: #5F5F5F. Windows color (decimal): -5494596 or 12331180. OLE color: 12331180.
HSL color Cylindrical-coordinate representation of color #AC28BC: hue angle of 293.51º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AC28BC is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 40 | 188 | - |
| CMYK | 0.09 | 0.79 | 0 | 0.26 |
| HSL | 293.51º | 0.65% | 0.45% | - |
| HSV(B) | 293.51º | 0.79% | 0.74% | - |
| XYZ | 26.85 | 13.92 | 48.85 | - |
| YUV | 96.34 | 179.73 | 181.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 40 | 188 | 0.09 | 0.79 | 0 | 0.26 | 293.51 | 0.65 | 0.45 |
| Hex | AC | 28 | BC | 9 | 4F | 0 | 1A | 126 | 41 | 2D |
| Octal | 254 | 50 | 274 | 11 | 117 | 0 | 32 | 446 | 101 | 55 |
| Binary | 10101100 | 101000 | 10111100 | 1001 | 1001111 | 0 | 11010 | 100100110 | 1000001 | 101101 |
Color Harmonies of #AC28BC
Complementary color
Monochromatic Colors of #AC28BC
Black with #AC28BC
Text Example
Text Example
White with #AC28BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC28BC; }
p { color: rgb(172,40,188); }
H1.HeaderClassName
{
color: #AC28BC;
}
.AnyTagClassName
{
color: #AC28BC;
}
</style>
background-color css
<style>
a { background-color: #AC28BC; }
a { background-color: rgb(172,40,188); }
div.DivClassName
{
background-color: #AC28BC;
}
.BgClassName
{
background-color: #AC28BC;
}
</style>
border-color css
<style>
span { border-color: #AC28BC; }
span { border-color: rgb(172,40,188); }
td.TdClassName
{
border-color: #AC28BC;
}
.TagClassName
{
border-color: #AC28BC;
}
</style>