Shades of Dark Orchid #AC28CF
Tints of Dark Orchid #AC28CF
RGB
CMYK
RGB Variations
Color information
#AC28CF (or 0xAC28CF) is known color: Dark Orchid. HEX triplet: AC, 28 and CF. RGB value is (172,40,207). Sum of RGB (Red+Green+Blue) = 172+40+207=419 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.05% from 419); Green value is 40 (16.02% from 255 or 9.55% from 419); Blue value is 207 (81.25% from 255 or 49.40% from 419); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC28CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC28CF is #53D730. Grayscale: #616161. Windows color (decimal): -5494577 or 13576364. OLE color: 13576364.
HSL color Cylindrical-coordinate representation of color #AC28CF: hue angle of 287.43º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC28CF is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 40 | 207 | - |
| CMYK | 0.17 | 0.81 | 0 | 0.19 |
| HSL | 287.43º | 0.68% | 0.48% | - |
| HSV(B) | 287.43º | 0.81% | 0.81% | - |
| XYZ | 29.03 | 14.79 | 60.36 | - |
| YUV | 98.51 | 189.23 | 180.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 40 | 207 | 0.17 | 0.81 | 0 | 0.19 | 287.43 | 0.68 | 0.48 |
| Hex | AC | 28 | CF | 11 | 51 | 0 | 13 | 11F | 44 | 30 |
| Octal | 254 | 50 | 317 | 21 | 121 | 0 | 23 | 437 | 104 | 60 |
| Binary | 10101100 | 101000 | 11001111 | 10001 | 1010001 | 0 | 10011 | 100011111 | 1000100 | 110000 |
Color Harmonies of #AC28CF
Complementary color
Monochromatic Colors of #AC28CF
Black with #AC28CF
Text Example
Text Example
White with #AC28CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC28CF; }
p { color: rgb(172,40,207); }
H1.HeaderClassName
{
color: #AC28CF;
}
.AnyTagClassName
{
color: #AC28CF;
}
</style>
background-color css
<style>
a { background-color: #AC28CF; }
a { background-color: rgb(172,40,207); }
div.DivClassName
{
background-color: #AC28CF;
}
.BgClassName
{
background-color: #AC28CF;
}
</style>
border-color css
<style>
span { border-color: #AC28CF; }
span { border-color: rgb(172,40,207); }
td.TdClassName
{
border-color: #AC28CF;
}
.TagClassName
{
border-color: #AC28CF;
}
</style>