Shades of Dark Orchid #AC18C4
Tints of Dark Orchid #AC18C4
RGB
CMYK
RGB Variations
Color information
#AC18C4 (or 0xAC18C4) is known color: Dark Orchid. HEX triplet: AC, 18 and C4. RGB value is (172,24,196). Sum of RGB (Red+Green+Blue) = 172+24+196=392 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.88% from 392); Green value is 24 (9.77% from 255 or 6.12% from 392); Blue value is 196 (76.95% from 255 or 50% from 392); Max value from RGB is 196 - color contains mainly: blue. Hex color #AC18C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC18C4 is #53E73B. Grayscale: #575757. Windows color (decimal): -5498684 or 12851372. OLE color: 12851372.
HSL color Cylindrical-coordinate representation of color #AC18C4: hue angle of 291.63º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC18C4 is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 24 | 196 | - |
| CMYK | 0.12 | 0.88 | 0 | 0.23 |
| HSL | 291.63º | 0.78% | 0.43% | - |
| HSV(B) | 291.63º | 0.88% | 0.77% | - |
| XYZ | 27.3 | 13.41 | 53.37 | - |
| YUV | 87.86 | 189.03 | 188.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 24 | 196 | 0.12 | 0.88 | 0 | 0.23 | 291.63 | 0.78 | 0.43 |
| Hex | AC | 18 | C4 | C | 58 | 0 | 17 | 124 | 4E | 2B |
| Octal | 254 | 30 | 304 | 14 | 130 | 0 | 27 | 444 | 116 | 53 |
| Binary | 10101100 | 11000 | 11000100 | 1100 | 1011000 | 0 | 10111 | 100100100 | 1001110 | 101011 |
Color Harmonies of #AC18C4
Complementary color
Monochromatic Colors of #AC18C4
Black with #AC18C4
Text Example
Text Example
White with #AC18C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC18C4; }
p { color: rgb(172,24,196); }
H1.HeaderClassName
{
color: #AC18C4;
}
.AnyTagClassName
{
color: #AC18C4;
}
</style>
background-color css
<style>
a { background-color: #AC18C4; }
a { background-color: rgb(172,24,196); }
div.DivClassName
{
background-color: #AC18C4;
}
.BgClassName
{
background-color: #AC18C4;
}
</style>
border-color css
<style>
span { border-color: #AC18C4; }
span { border-color: rgb(172,24,196); }
td.TdClassName
{
border-color: #AC18C4;
}
.TagClassName
{
border-color: #AC18C4;
}
</style>