Shades of Dark Orchid #AC28C7
Tints of Dark Orchid #AC28C7
RGB
CMYK
RGB Variations
Color information
#AC28C7 (or 0xAC28C7) is known color: Dark Orchid. HEX triplet: AC, 28 and C7. RGB value is (172,40,199). Sum of RGB (Red+Green+Blue) = 172+40+199=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 40 (16.02% from 255 or 9.73% from 411); Blue value is 199 (78.12% from 255 or 48.42% from 411); Max value from RGB is 199 - color contains mainly: blue. Hex color #AC28C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC28C7 is #53D738. Grayscale: #616161. Windows color (decimal): -5494585 or 13052076. OLE color: 13052076.
HSL color Cylindrical-coordinate representation of color #AC28C7: hue angle of 289.81º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC28C7 is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 40 | 199 | - |
| CMYK | 0.14 | 0.80 | 0 | 0.22 |
| HSL | 289.81º | 0.67% | 0.47% | - |
| HSV(B) | 289.81º | 0.8% | 0.78% | - |
| XYZ | 28.08 | 14.41 | 55.33 | - |
| YUV | 97.59 | 185.23 | 181.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 40 | 199 | 0.14 | 0.80 | 0 | 0.22 | 289.81 | 0.67 | 0.47 |
| Hex | AC | 28 | C7 | E | 50 | 0 | 16 | 122 | 43 | 2F |
| Octal | 254 | 50 | 307 | 16 | 120 | 0 | 26 | 442 | 103 | 57 |
| Binary | 10101100 | 101000 | 11000111 | 1110 | 1010000 | 0 | 10110 | 100100010 | 1000011 | 101111 |
Color Harmonies of #AC28C7
Complementary color
Monochromatic Colors of #AC28C7
Black with #AC28C7
Text Example
Text Example
White with #AC28C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC28C7; }
p { color: rgb(172,40,199); }
H1.HeaderClassName
{
color: #AC28C7;
}
.AnyTagClassName
{
color: #AC28C7;
}
</style>
background-color css
<style>
a { background-color: #AC28C7; }
a { background-color: rgb(172,40,199); }
div.DivClassName
{
background-color: #AC28C7;
}
.BgClassName
{
background-color: #AC28C7;
}
</style>
border-color css
<style>
span { border-color: #AC28C7; }
span { border-color: rgb(172,40,199); }
td.TdClassName
{
border-color: #AC28C7;
}
.TagClassName
{
border-color: #AC28C7;
}
</style>