Shades of Dark Orchid #AC28BA
Tints of Dark Orchid #AC28BA
RGB
CMYK
RGB Variations
Color information
#AC28BA (or 0xAC28BA) is known color: Dark Orchid. HEX triplet: AC, 28 and BA. RGB value is (172,40,186). Sum of RGB (Red+Green+Blue) = 172+40+186=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 40 (16.02% from 255 or 10.05% from 398); Blue value is 186 (73.05% from 255 or 46.73% from 398); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC28BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC28BA is #53D745. Grayscale: #5F5F5F. Windows color (decimal): -5494598 or 12200108. OLE color: 12200108.
HSL color Cylindrical-coordinate representation of color #AC28BA: hue angle of 294.25º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC28BA is Cyan = 0.08, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 40 | 186 | - |
| CMYK | 0.08 | 0.78 | 0 | 0.27 |
| HSL | 294.25º | 0.65% | 0.44% | - |
| HSV(B) | 294.25º | 0.78% | 0.73% | - |
| XYZ | 26.63 | 13.83 | 47.72 | - |
| YUV | 96.11 | 178.73 | 182.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 40 | 186 | 0.08 | 0.78 | 0 | 0.27 | 294.25 | 0.65 | 0.44 |
| Hex | AC | 28 | BA | 8 | 4E | 0 | 1B | 126 | 41 | 2C |
| Octal | 254 | 50 | 272 | 10 | 116 | 0 | 33 | 446 | 101 | 54 |
| Binary | 10101100 | 101000 | 10111010 | 1000 | 1001110 | 0 | 11011 | 100100110 | 1000001 | 101100 |
Color Harmonies of #AC28BA
Complementary color
Monochromatic Colors of #AC28BA
Black with #AC28BA
Text Example
Text Example
White with #AC28BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC28BA; }
p { color: rgb(172,40,186); }
H1.HeaderClassName
{
color: #AC28BA;
}
.AnyTagClassName
{
color: #AC28BA;
}
</style>
background-color css
<style>
a { background-color: #AC28BA; }
a { background-color: rgb(172,40,186); }
div.DivClassName
{
background-color: #AC28BA;
}
.BgClassName
{
background-color: #AC28BA;
}
</style>
border-color css
<style>
span { border-color: #AC28BA; }
span { border-color: rgb(172,40,186); }
td.TdClassName
{
border-color: #AC28BA;
}
.TagClassName
{
border-color: #AC28BA;
}
</style>