Shades of Dark Orchid #AC1DB2
Tints of Dark Orchid #AC1DB2
RGB
CMYK
RGB Variations
Color information
#AC1DB2 (or 0xAC1DB2) is known color: Dark Orchid. HEX triplet: AC, 1D and B2. RGB value is (172,29,178). Sum of RGB (Red+Green+Blue) = 172+29+178=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 29 (11.72% from 255 or 7.65% from 379); Blue value is 178 (69.92% from 255 or 46.97% from 379); Max value from RGB is 178 - color contains mainly: blue. Hex color #AC1DB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1DB2 is #53E24D. Grayscale: #585858. Windows color (decimal): -5497422 or 11673004. OLE color: 11673004.
HSL color Cylindrical-coordinate representation of color #AC1DB2: hue angle of 297.58º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC1DB2 is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 29 | 178 | - |
| CMYK | 0.03 | 0.84 | 0 | 0.30 |
| HSL | 297.58º | 0.72% | 0.41% | - |
| HSV(B) | 297.58º | 0.84% | 0.7% | - |
| XYZ | 25.49 | 12.86 | 43.26 | - |
| YUV | 88.74 | 178.38 | 187.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 29 | 178 | 0.03 | 0.84 | 0 | 0.30 | 297.58 | 0.72 | 0.41 |
| Hex | AC | 1D | B2 | 3 | 54 | 0 | 1E | 12A | 48 | 29 |
| Octal | 254 | 35 | 262 | 3 | 124 | 0 | 36 | 452 | 110 | 51 |
| Binary | 10101100 | 11101 | 10110010 | 11 | 1010100 | 0 | 11110 | 100101010 | 1001000 | 101001 |
Color Harmonies of #AC1DB2
Complementary color
Monochromatic Colors of #AC1DB2
Black with #AC1DB2
Text Example
Text Example
White with #AC1DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1DB2; }
p { color: rgb(172,29,178); }
H1.HeaderClassName
{
color: #AC1DB2;
}
.AnyTagClassName
{
color: #AC1DB2;
}
</style>
background-color css
<style>
a { background-color: #AC1DB2; }
a { background-color: rgb(172,29,178); }
div.DivClassName
{
background-color: #AC1DB2;
}
.BgClassName
{
background-color: #AC1DB2;
}
</style>
border-color css
<style>
span { border-color: #AC1DB2; }
span { border-color: rgb(172,29,178); }
td.TdClassName
{
border-color: #AC1DB2;
}
.TagClassName
{
border-color: #AC1DB2;
}
</style>