Shades of Dark Orchid #AC23BA
Tints of Dark Orchid #AC23BA
RGB
CMYK
RGB Variations
Color information
#AC23BA (or 0xAC23BA) is known color: Dark Orchid. HEX triplet: AC, 23 and BA. RGB value is (172,35,186). Sum of RGB (Red+Green+Blue) = 172+35+186=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 35 (14.06% from 255 or 8.91% from 393); Blue value is 186 (73.05% from 255 or 47.33% from 393); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC23BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC23BA is #53DC45. Grayscale: #5C5C5C. Windows color (decimal): -5495878 or 12198828. OLE color: 12198828.
HSL color Cylindrical-coordinate representation of color #AC23BA: hue angle of 294.44º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC23BA is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 35 | 186 | - |
| CMYK | 0.08 | 0.81 | 0 | 0.27 |
| HSL | 294.44º | 0.68% | 0.43% | - |
| HSV(B) | 294.44º | 0.81% | 0.73% | - |
| XYZ | 26.48 | 13.52 | 47.67 | - |
| YUV | 93.18 | 180.39 | 184.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 35 | 186 | 0.08 | 0.81 | 0 | 0.27 | 294.44 | 0.68 | 0.43 |
| Hex | AC | 23 | BA | 8 | 51 | 0 | 1B | 126 | 44 | 2B |
| Octal | 254 | 43 | 272 | 10 | 121 | 0 | 33 | 446 | 104 | 53 |
| Binary | 10101100 | 100011 | 10111010 | 1000 | 1010001 | 0 | 11011 | 100100110 | 1000100 | 101011 |
Color Harmonies of #AC23BA
Complementary color
Monochromatic Colors of #AC23BA
Black with #AC23BA
Text Example
Text Example
White with #AC23BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC23BA; }
p { color: rgb(172,35,186); }
H1.HeaderClassName
{
color: #AC23BA;
}
.AnyTagClassName
{
color: #AC23BA;
}
</style>
background-color css
<style>
a { background-color: #AC23BA; }
a { background-color: rgb(172,35,186); }
div.DivClassName
{
background-color: #AC23BA;
}
.BgClassName
{
background-color: #AC23BA;
}
</style>
border-color css
<style>
span { border-color: #AC23BA; }
span { border-color: rgb(172,35,186); }
td.TdClassName
{
border-color: #AC23BA;
}
.TagClassName
{
border-color: #AC23BA;
}
</style>