Shades of Dark Orchid #AC23C9
Tints of Dark Orchid #AC23C9
RGB
CMYK
RGB Variations
Color information
#AC23C9 (or 0xAC23C9) is known color: Dark Orchid. HEX triplet: AC, 23 and C9. RGB value is (172,35,201). Sum of RGB (Red+Green+Blue) = 172+35+201=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 35 (14.06% from 255 or 8.58% from 408); Blue value is 201 (78.91% from 255 or 49.26% from 408); Max value from RGB is 201 - color contains mainly: blue. Hex color #AC23C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC23C9 is #53DC36. Grayscale: #5E5E5E. Windows color (decimal): -5495863 or 13181868. OLE color: 13181868.
HSL color Cylindrical-coordinate representation of color #AC23C9: hue angle of 289.52º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC23C9 is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 172 | 35 | 201 | - |
| CMYK | 0.14 | 0.83 | 0 | 0.21 |
| HSL | 289.52º | 0.7% | 0.46% | - |
| HSV(B) | 289.52º | 0.83% | 0.79% | - |
| XYZ | 28.16 | 14.19 | 56.51 | - |
| YUV | 94.89 | 187.89 | 183 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 35 | 201 | 0.14 | 0.83 | 0 | 0.21 | 289.52 | 0.7 | 0.46 |
| Hex | AC | 23 | C9 | E | 53 | 0 | 15 | 122 | 46 | 2E |
| Octal | 254 | 43 | 311 | 16 | 123 | 0 | 25 | 442 | 106 | 56 |
| Binary | 10101100 | 100011 | 11001001 | 1110 | 1010011 | 0 | 10101 | 100100010 | 1000110 | 101110 |
Color Harmonies of #AC23C9
Complementary color
Monochromatic Colors of #AC23C9
Black with #AC23C9
Text Example
Text Example
White with #AC23C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC23C9; }
p { color: rgb(172,35,201); }
H1.HeaderClassName
{
color: #AC23C9;
}
.AnyTagClassName
{
color: #AC23C9;
}
</style>
background-color css
<style>
a { background-color: #AC23C9; }
a { background-color: rgb(172,35,201); }
div.DivClassName
{
background-color: #AC23C9;
}
.BgClassName
{
background-color: #AC23C9;
}
</style>
border-color css
<style>
span { border-color: #AC23C9; }
span { border-color: rgb(172,35,201); }
td.TdClassName
{
border-color: #AC23C9;
}
.TagClassName
{
border-color: #AC23C9;
}
</style>