Shades of Dark Orchid #AC18CB
Tints of Dark Orchid #AC18CB
RGB
CMYK
RGB Variations
Color information
#AC18CB (or 0xAC18CB) is known color: Dark Orchid. HEX triplet: AC, 18 and CB. RGB value is (172,24,203). Sum of RGB (Red+Green+Blue) = 172+24+203=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 24 (9.77% from 255 or 6.02% from 399); Blue value is 203 (79.69% from 255 or 50.88% from 399); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC18CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC18CB is #53E734. Grayscale: #585858. Windows color (decimal): -5498677 or 13310124. OLE color: 13310124.
HSL color Cylindrical-coordinate representation of color #AC18CB: hue angle of 289.61º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC18CB is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 24 | 203 | - |
| CMYK | 0.15 | 0.88 | 0 | 0.20 |
| HSL | 289.61º | 0.79% | 0.45% | - |
| HSV(B) | 289.61º | 0.88% | 0.8% | - |
| XYZ | 28.12 | 13.74 | 57.67 | - |
| YUV | 88.66 | 192.53 | 187.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 24 | 203 | 0.15 | 0.88 | 0 | 0.20 | 289.61 | 0.79 | 0.45 |
| Hex | AC | 18 | CB | F | 58 | 0 | 14 | 122 | 4F | 2D |
| Octal | 254 | 30 | 313 | 17 | 130 | 0 | 24 | 442 | 117 | 55 |
| Binary | 10101100 | 11000 | 11001011 | 1111 | 1011000 | 0 | 10100 | 100100010 | 1001111 | 101101 |
Color Harmonies of #AC18CB
Complementary color
Monochromatic Colors of #AC18CB
Black with #AC18CB
Text Example
Text Example
White with #AC18CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC18CB; }
p { color: rgb(172,24,203); }
H1.HeaderClassName
{
color: #AC18CB;
}
.AnyTagClassName
{
color: #AC18CB;
}
</style>
background-color css
<style>
a { background-color: #AC18CB; }
a { background-color: rgb(172,24,203); }
div.DivClassName
{
background-color: #AC18CB;
}
.BgClassName
{
background-color: #AC18CB;
}
</style>
border-color css
<style>
span { border-color: #AC18CB; }
span { border-color: rgb(172,24,203); }
td.TdClassName
{
border-color: #AC18CB;
}
.TagClassName
{
border-color: #AC18CB;
}
</style>