Shades of Dark Orchid #AC23AB
Tints of Dark Orchid #AC23AB
RGB
CMYK
RGB Variations
Color information
#AC23AB (or 0xAC23AB) is known color: Dark Orchid. HEX triplet: AC, 23 and AB. RGB value is (172,35,171). Sum of RGB (Red+Green+Blue) = 172+35+171=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 35 (14.06% from 255 or 9.26% from 378); Blue value is 171 (67.19% from 255 or 45.24% from 378); Max value from RGB is 172 - color contains mainly: red. Hex color #AC23AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC23AB is #53DC54. Grayscale: #5B5B5B. Windows color (decimal): -5495893 or 11215788. OLE color: 11215788.
HSL color Cylindrical-coordinate representation of color #AC23AB: hue angle of 300.44º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC23AB is Cyan = 0, Magento = 0.80, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 35 | 171 | - |
| CMYK | 0 | 0.80 | 0.01 | 0.33 |
| HSL | 300.44º | 0.66% | 0.41% | - |
| HSV(B) | 300.44º | 0.8% | 0.67% | - |
| XYZ | 24.96 | 12.91 | 39.7 | - |
| YUV | 91.47 | 172.89 | 185.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 35 | 171 | 0 | 0.80 | 0.01 | 0.33 | 300.44 | 0.66 | 0.41 |
| Hex | AC | 23 | AB | 0 | 50 | 1 | 21 | 12C | 42 | 29 |
| Octal | 254 | 43 | 253 | 0 | 120 | 1 | 41 | 454 | 102 | 51 |
| Binary | 10101100 | 100011 | 10101011 | 0 | 1010000 | 1 | 100001 | 100101100 | 1000010 | 101001 |
Color Harmonies of #AC23AB
Complementary color
Monochromatic Colors of #AC23AB
Black with #AC23AB
Text Example
Text Example
White with #AC23AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC23AB; }
p { color: rgb(172,35,171); }
H1.HeaderClassName
{
color: #AC23AB;
}
.AnyTagClassName
{
color: #AC23AB;
}
</style>
background-color css
<style>
a { background-color: #AC23AB; }
a { background-color: rgb(172,35,171); }
div.DivClassName
{
background-color: #AC23AB;
}
.BgClassName
{
background-color: #AC23AB;
}
</style>
border-color css
<style>
span { border-color: #AC23AB; }
span { border-color: rgb(172,35,171); }
td.TdClassName
{
border-color: #AC23AB;
}
.TagClassName
{
border-color: #AC23AB;
}
</style>