Shades of Dark Orchid #AC37C4
Tints of Dark Orchid #AC37C4
RGB
CMYK
RGB Variations
Color information
#AC37C4 (or 0xAC37C4) is known color: Dark Orchid. HEX triplet: AC, 37 and C4. RGB value is (172,55,196). Sum of RGB (Red+Green+Blue) = 172+55+196=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 55 (21.88% from 255 or 13.00% from 423); Blue value is 196 (76.95% from 255 or 46.34% from 423); Max value from RGB is 196 - color contains mainly: blue. Hex color #AC37C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC37C4 is #53C83B. Grayscale: #696969. Windows color (decimal): -5490748 or 12859308. OLE color: 12859308.
HSL color Cylindrical-coordinate representation of color #AC37C4: hue angle of 289.79º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AC37C4 is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 55 | 196 | - |
| CMYK | 0.12 | 0.72 | 0 | 0.23 |
| HSL | 289.79º | 0.56% | 0.49% | - |
| HSV(B) | 289.79º | 0.72% | 0.77% | - |
| XYZ | 28.34 | 15.49 | 53.72 | - |
| YUV | 106.06 | 178.76 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 55 | 196 | 0.12 | 0.72 | 0 | 0.23 | 289.79 | 0.56 | 0.49 |
| Hex | AC | 37 | C4 | C | 48 | 0 | 17 | 122 | 38 | 31 |
| Octal | 254 | 67 | 304 | 14 | 110 | 0 | 27 | 442 | 70 | 61 |
| Binary | 10101100 | 110111 | 11000100 | 1100 | 1001000 | 0 | 10111 | 100100010 | 111000 | 110001 |
Color Harmonies of #AC37C4
Complementary color
Monochromatic Colors of #AC37C4
Black with #AC37C4
Text Example
Text Example
White with #AC37C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC37C4; }
p { color: rgb(172,55,196); }
H1.HeaderClassName
{
color: #AC37C4;
}
.AnyTagClassName
{
color: #AC37C4;
}
</style>
background-color css
<style>
a { background-color: #AC37C4; }
a { background-color: rgb(172,55,196); }
div.DivClassName
{
background-color: #AC37C4;
}
.BgClassName
{
background-color: #AC37C4;
}
</style>
border-color css
<style>
span { border-color: #AC37C4; }
span { border-color: rgb(172,55,196); }
td.TdClassName
{
border-color: #AC37C4;
}
.TagClassName
{
border-color: #AC37C4;
}
</style>