Shades of Dark Orchid #AC2DC4
Tints of Dark Orchid #AC2DC4
RGB
CMYK
RGB Variations
Color information
#AC2DC4 (or 0xAC2DC4) is known color: Dark Orchid. HEX triplet: AC, 2D and C4. RGB value is (172,45,196). Sum of RGB (Red+Green+Blue) = 172+45+196=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 45 (17.97% from 255 or 10.90% from 413); Blue value is 196 (76.95% from 255 or 47.46% from 413); Max value from RGB is 196 - color contains mainly: blue. Hex color #AC2DC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2DC4 is #53D23B. Grayscale: #636363. Windows color (decimal): -5493308 or 12856748. OLE color: 12856748.
HSL color Cylindrical-coordinate representation of color #AC2DC4: hue angle of 290.46º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC2DC4 is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 45 | 196 | - |
| CMYK | 0.12 | 0.77 | 0 | 0.23 |
| HSL | 290.46º | 0.63% | 0.47% | - |
| HSV(B) | 290.46º | 0.77% | 0.77% | - |
| XYZ | 27.92 | 14.63 | 53.58 | - |
| YUV | 100.19 | 182.08 | 179.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 45 | 196 | 0.12 | 0.77 | 0 | 0.23 | 290.46 | 0.63 | 0.47 |
| Hex | AC | 2D | C4 | C | 4D | 0 | 17 | 122 | 3F | 2F |
| Octal | 254 | 55 | 304 | 14 | 115 | 0 | 27 | 442 | 77 | 57 |
| Binary | 10101100 | 101101 | 11000100 | 1100 | 1001101 | 0 | 10111 | 100100010 | 111111 | 101111 |
Color Harmonies of #AC2DC4
Complementary color
Monochromatic Colors of #AC2DC4
Black with #AC2DC4
Text Example
Text Example
White with #AC2DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2DC4; }
p { color: rgb(172,45,196); }
H1.HeaderClassName
{
color: #AC2DC4;
}
.AnyTagClassName
{
color: #AC2DC4;
}
</style>
background-color css
<style>
a { background-color: #AC2DC4; }
a { background-color: rgb(172,45,196); }
div.DivClassName
{
background-color: #AC2DC4;
}
.BgClassName
{
background-color: #AC2DC4;
}
</style>
border-color css
<style>
span { border-color: #AC2DC4; }
span { border-color: rgb(172,45,196); }
td.TdClassName
{
border-color: #AC2DC4;
}
.TagClassName
{
border-color: #AC2DC4;
}
</style>