Shades of Dark Orchid #AC19CA
Tints of Dark Orchid #AC19CA
RGB
CMYK
RGB Variations
Color information
#AC19CA (or 0xAC19CA) is known color: Dark Orchid. HEX triplet: AC, 19 and CA. RGB value is (172,25,202). Sum of RGB (Red+Green+Blue) = 172+25+202=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 25 (10.16% from 255 or 6.27% from 399); Blue value is 202 (79.30% from 255 or 50.63% from 399); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC19CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC19CA is #53E635. Grayscale: #585858. Windows color (decimal): -5498422 or 13244844. OLE color: 13244844.
HSL color Cylindrical-coordinate representation of color #AC19CA: hue angle of 289.83º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC19CA is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 172 | 25 | 202 | - |
| CMYK | 0.15 | 0.88 | 0 | 0.21 |
| HSL | 289.83º | 0.78% | 0.45% | - |
| HSV(B) | 289.83º | 0.88% | 0.79% | - |
| XYZ | 28.02 | 13.73 | 57.05 | - |
| YUV | 89.13 | 191.7 | 187.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 25 | 202 | 0.15 | 0.88 | 0 | 0.21 | 289.83 | 0.78 | 0.45 |
| Hex | AC | 19 | CA | F | 58 | 0 | 15 | 122 | 4E | 2D |
| Octal | 254 | 31 | 312 | 17 | 130 | 0 | 25 | 442 | 116 | 55 |
| Binary | 10101100 | 11001 | 11001010 | 1111 | 1011000 | 0 | 10101 | 100100010 | 1001110 | 101101 |
Color Harmonies of #AC19CA
Complementary color
Monochromatic Colors of #AC19CA
Black with #AC19CA
Text Example
Text Example
White with #AC19CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC19CA; }
p { color: rgb(172,25,202); }
H1.HeaderClassName
{
color: #AC19CA;
}
.AnyTagClassName
{
color: #AC19CA;
}
</style>
background-color css
<style>
a { background-color: #AC19CA; }
a { background-color: rgb(172,25,202); }
div.DivClassName
{
background-color: #AC19CA;
}
.BgClassName
{
background-color: #AC19CA;
}
</style>
border-color css
<style>
span { border-color: #AC19CA; }
span { border-color: rgb(172,25,202); }
td.TdClassName
{
border-color: #AC19CA;
}
.TagClassName
{
border-color: #AC19CA;
}
</style>