Shades of Dark Orchid #AC3ACB
Tints of Dark Orchid #AC3ACB
RGB
CMYK
RGB Variations
Color information
#AC3ACB (or 0xAC3ACB) is known color: Dark Orchid. HEX triplet: AC, 3A and CB. RGB value is (172,58,203). Sum of RGB (Red+Green+Blue) = 172+58+203=433 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.72% from 433); Green value is 58 (23.05% from 255 or 13.39% from 433); Blue value is 203 (79.69% from 255 or 46.88% from 433); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC3ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC3ACB is #53C534. Grayscale: #6C6C6C. Windows color (decimal): -5489973 or 13318828. OLE color: 13318828.
HSL color Cylindrical-coordinate representation of color #AC3ACB: hue angle of 287.17º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AC3ACB is Cyan = 0.15, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 58 | 203 | - |
| CMYK | 0.15 | 0.71 | 0 | 0.20 |
| HSL | 287.17º | 0.58% | 0.51% | - |
| HSV(B) | 287.17º | 0.71% | 0.8% | - |
| XYZ | 29.31 | 16.11 | 58.06 | - |
| YUV | 108.62 | 181.27 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 58 | 203 | 0.15 | 0.71 | 0 | 0.20 | 287.17 | 0.58 | 0.51 |
| Hex | AC | 3A | CB | F | 47 | 0 | 14 | 11F | 3A | 33 |
| Octal | 254 | 72 | 313 | 17 | 107 | 0 | 24 | 437 | 72 | 63 |
| Binary | 10101100 | 111010 | 11001011 | 1111 | 1000111 | 0 | 10100 | 100011111 | 111010 | 110011 |
Color Harmonies of #AC3ACB
Complementary color
Monochromatic Colors of #AC3ACB
Black with #AC3ACB
Text Example
Text Example
White with #AC3ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3ACB; }
p { color: rgb(172,58,203); }
H1.HeaderClassName
{
color: #AC3ACB;
}
.AnyTagClassName
{
color: #AC3ACB;
}
</style>
background-color css
<style>
a { background-color: #AC3ACB; }
a { background-color: rgb(172,58,203); }
div.DivClassName
{
background-color: #AC3ACB;
}
.BgClassName
{
background-color: #AC3ACB;
}
</style>
border-color css
<style>
span { border-color: #AC3ACB; }
span { border-color: rgb(172,58,203); }
td.TdClassName
{
border-color: #AC3ACB;
}
.TagClassName
{
border-color: #AC3ACB;
}
</style>