Shades of Dark Orchid #AC19C4
Tints of Dark Orchid #AC19C4
RGB
CMYK
RGB Variations
Color information
#AC19C4 (or 0xAC19C4) is known color: Dark Orchid. HEX triplet: AC, 19 and C4. RGB value is (172,25,196). Sum of RGB (Red+Green+Blue) = 172+25+196=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 25 (10.16% from 255 or 6.36% from 393); Blue value is 196 (76.95% from 255 or 49.87% from 393); Max value from RGB is 196 - color contains mainly: blue. Hex color #AC19C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC19C4 is #53E63B. Grayscale: #575757. Windows color (decimal): -5498428 or 12851628. OLE color: 12851628.
HSL color Cylindrical-coordinate representation of color #AC19C4: hue angle of 291.58º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AC19C4 is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 25 | 196 | - |
| CMYK | 0.12 | 0.87 | 0 | 0.23 |
| HSL | 291.58º | 0.77% | 0.43% | - |
| HSV(B) | 291.58º | 0.87% | 0.77% | - |
| XYZ | 27.32 | 13.45 | 53.38 | - |
| YUV | 88.45 | 188.7 | 187.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 25 | 196 | 0.12 | 0.87 | 0 | 0.23 | 291.58 | 0.77 | 0.43 |
| Hex | AC | 19 | C4 | C | 57 | 0 | 17 | 124 | 4D | 2B |
| Octal | 254 | 31 | 304 | 14 | 127 | 0 | 27 | 444 | 115 | 53 |
| Binary | 10101100 | 11001 | 11000100 | 1100 | 1010111 | 0 | 10111 | 100100100 | 1001101 | 101011 |
Color Harmonies of #AC19C4
Complementary color
Monochromatic Colors of #AC19C4
Black with #AC19C4
Text Example
Text Example
White with #AC19C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC19C4; }
p { color: rgb(172,25,196); }
H1.HeaderClassName
{
color: #AC19C4;
}
.AnyTagClassName
{
color: #AC19C4;
}
</style>
background-color css
<style>
a { background-color: #AC19C4; }
a { background-color: rgb(172,25,196); }
div.DivClassName
{
background-color: #AC19C4;
}
.BgClassName
{
background-color: #AC19C4;
}
</style>
border-color css
<style>
span { border-color: #AC19C4; }
span { border-color: rgb(172,25,196); }
td.TdClassName
{
border-color: #AC19C4;
}
.TagClassName
{
border-color: #AC19C4;
}
</style>