Shades of Dark Orchid #AC17CA
Tints of Dark Orchid #AC17CA
RGB
CMYK
RGB Variations
Color information
#AC17CA (or 0xAC17CA) is known color: Dark Orchid. HEX triplet: AC, 17 and CA. RGB value is (172,23,202). Sum of RGB (Red+Green+Blue) = 172+23+202=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 23 (9.38% from 255 or 5.79% from 397); Blue value is 202 (79.30% from 255 or 50.88% from 397); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC17CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC17CA is #53E835. Grayscale: #575757. Windows color (decimal): -5498934 or 13244332. OLE color: 13244332.
HSL color Cylindrical-coordinate representation of color #AC17CA: hue angle of 289.94º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC17CA is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 172 | 23 | 202 | - |
| CMYK | 0.15 | 0.89 | 0 | 0.21 |
| HSL | 289.94º | 0.8% | 0.44% | - |
| HSV(B) | 289.94º | 0.89% | 0.79% | - |
| XYZ | 27.98 | 13.65 | 57.04 | - |
| YUV | 87.96 | 192.36 | 187.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 23 | 202 | 0.15 | 0.89 | 0 | 0.21 | 289.94 | 0.8 | 0.44 |
| Hex | AC | 17 | CA | F | 59 | 0 | 15 | 122 | 50 | 2C |
| Octal | 254 | 27 | 312 | 17 | 131 | 0 | 25 | 442 | 120 | 54 |
| Binary | 10101100 | 10111 | 11001010 | 1111 | 1011001 | 0 | 10101 | 100100010 | 1010000 | 101100 |
Color Harmonies of #AC17CA
Complementary color
Monochromatic Colors of #AC17CA
Black with #AC17CA
Text Example
Text Example
White with #AC17CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC17CA; }
p { color: rgb(172,23,202); }
H1.HeaderClassName
{
color: #AC17CA;
}
.AnyTagClassName
{
color: #AC17CA;
}
</style>
background-color css
<style>
a { background-color: #AC17CA; }
a { background-color: rgb(172,23,202); }
div.DivClassName
{
background-color: #AC17CA;
}
.BgClassName
{
background-color: #AC17CA;
}
</style>
border-color css
<style>
span { border-color: #AC17CA; }
span { border-color: rgb(172,23,202); }
td.TdClassName
{
border-color: #AC17CA;
}
.TagClassName
{
border-color: #AC17CA;
}
</style>