Shades of Dark Orchid #AC18CA
Tints of Dark Orchid #AC18CA
RGB
CMYK
RGB Variations
Color information
#AC18CA (or 0xAC18CA) is known color: Dark Orchid. HEX triplet: AC, 18 and CA. RGB value is (172,24,202). Sum of RGB (Red+Green+Blue) = 172+24+202=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 24 (9.77% from 255 or 6.03% from 398); Blue value is 202 (79.30% from 255 or 50.75% from 398); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC18CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC18CA is #53E735. Grayscale: #575757. Windows color (decimal): -5498678 or 13244588. OLE color: 13244588.
HSL color Cylindrical-coordinate representation of color #AC18CA: hue angle of 289.89º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC18CA is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 172 | 24 | 202 | - |
| CMYK | 0.15 | 0.88 | 0 | 0.21 |
| HSL | 289.89º | 0.79% | 0.44% | - |
| HSV(B) | 289.89º | 0.88% | 0.79% | - |
| XYZ | 28 | 13.69 | 57.04 | - |
| YUV | 88.54 | 192.03 | 187.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 24 | 202 | 0.15 | 0.88 | 0 | 0.21 | 289.89 | 0.79 | 0.44 |
| Hex | AC | 18 | CA | F | 58 | 0 | 15 | 122 | 4F | 2C |
| Octal | 254 | 30 | 312 | 17 | 130 | 0 | 25 | 442 | 117 | 54 |
| Binary | 10101100 | 11000 | 11001010 | 1111 | 1011000 | 0 | 10101 | 100100010 | 1001111 | 101100 |
Color Harmonies of #AC18CA
Complementary color
Monochromatic Colors of #AC18CA
Black with #AC18CA
Text Example
Text Example
White with #AC18CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC18CA; }
p { color: rgb(172,24,202); }
H1.HeaderClassName
{
color: #AC18CA;
}
.AnyTagClassName
{
color: #AC18CA;
}
</style>
background-color css
<style>
a { background-color: #AC18CA; }
a { background-color: rgb(172,24,202); }
div.DivClassName
{
background-color: #AC18CA;
}
.BgClassName
{
background-color: #AC18CA;
}
</style>
border-color css
<style>
span { border-color: #AC18CA; }
span { border-color: rgb(172,24,202); }
td.TdClassName
{
border-color: #AC18CA;
}
.TagClassName
{
border-color: #AC18CA;
}
</style>