Shades of Dark Orchid #AC28BD
Tints of Dark Orchid #AC28BD
RGB
CMYK
RGB Variations
Color information
#AC28BD (or 0xAC28BD) is known color: Dark Orchid. HEX triplet: AC, 28 and BD. RGB value is (172,40,189). Sum of RGB (Red+Green+Blue) = 172+40+189=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 40 (16.02% from 255 or 9.98% from 401); Blue value is 189 (74.22% from 255 or 47.13% from 401); Max value from RGB is 189 - color contains mainly: blue. Hex color #AC28BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC28BD is #53D742. Grayscale: #5F5F5F. Windows color (decimal): -5494595 or 12396716. OLE color: 12396716.
HSL color Cylindrical-coordinate representation of color #AC28BD: hue angle of 293.15º 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 #AC28BD is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 40 | 189 | - |
| CMYK | 0.09 | 0.79 | 0 | 0.26 |
| HSL | 293.15º | 0.65% | 0.45% | - |
| HSV(B) | 293.15º | 0.79% | 0.74% | - |
| XYZ | 26.96 | 13.96 | 49.42 | - |
| YUV | 96.45 | 180.23 | 181.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 40 | 189 | 0.09 | 0.79 | 0 | 0.26 | 293.15 | 0.65 | 0.45 |
| Hex | AC | 28 | BD | 9 | 4F | 0 | 1A | 125 | 41 | 2D |
| Octal | 254 | 50 | 275 | 11 | 117 | 0 | 32 | 445 | 101 | 55 |
| Binary | 10101100 | 101000 | 10111101 | 1001 | 1001111 | 0 | 11010 | 100100101 | 1000001 | 101101 |
Color Harmonies of #AC28BD
Complementary color
Monochromatic Colors of #AC28BD
Black with #AC28BD
Text Example
Text Example
White with #AC28BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC28BD; }
p { color: rgb(172,40,189); }
H1.HeaderClassName
{
color: #AC28BD;
}
.AnyTagClassName
{
color: #AC28BD;
}
</style>
background-color css
<style>
a { background-color: #AC28BD; }
a { background-color: rgb(172,40,189); }
div.DivClassName
{
background-color: #AC28BD;
}
.BgClassName
{
background-color: #AC28BD;
}
</style>
border-color css
<style>
span { border-color: #AC28BD; }
span { border-color: rgb(172,40,189); }
td.TdClassName
{
border-color: #AC28BD;
}
.TagClassName
{
border-color: #AC28BD;
}
</style>