Shades of Dark Orchid #AC37CA
Tints of Dark Orchid #AC37CA
RGB
CMYK
RGB Variations
Color information
#AC37CA (or 0xAC37CA) is known color: Dark Orchid. HEX triplet: AC, 37 and CA. RGB value is (172,55,202). Sum of RGB (Red+Green+Blue) = 172+55+202=429 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.09% from 429); Green value is 55 (21.88% from 255 or 12.82% from 429); Blue value is 202 (79.30% from 255 or 47.09% from 429); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC37CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC37CA is #53C835. Grayscale: #6A6A6A. Windows color (decimal): -5490742 or 13252524. OLE color: 13252524.
HSL color Cylindrical-coordinate representation of color #AC37CA: hue angle of 287.76º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AC37CA is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 172 | 55 | 202 | - |
| CMYK | 0.15 | 0.73 | 0 | 0.21 |
| HSL | 287.76º | 0.58% | 0.5% | - |
| HSV(B) | 287.76º | 0.73% | 0.79% | - |
| XYZ | 29.04 | 15.77 | 57.39 | - |
| YUV | 106.74 | 181.76 | 174.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 55 | 202 | 0.15 | 0.73 | 0 | 0.21 | 287.76 | 0.58 | 0.5 |
| Hex | AC | 37 | CA | F | 49 | 0 | 15 | 120 | 3A | 32 |
| Octal | 254 | 67 | 312 | 17 | 111 | 0 | 25 | 440 | 72 | 62 |
| Binary | 10101100 | 110111 | 11001010 | 1111 | 1001001 | 0 | 10101 | 100100000 | 111010 | 110010 |
Color Harmonies of #AC37CA
Complementary color
Monochromatic Colors of #AC37CA
Black with #AC37CA
Text Example
Text Example
White with #AC37CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC37CA; }
p { color: rgb(172,55,202); }
H1.HeaderClassName
{
color: #AC37CA;
}
.AnyTagClassName
{
color: #AC37CA;
}
</style>
background-color css
<style>
a { background-color: #AC37CA; }
a { background-color: rgb(172,55,202); }
div.DivClassName
{
background-color: #AC37CA;
}
.BgClassName
{
background-color: #AC37CA;
}
</style>
border-color css
<style>
span { border-color: #AC37CA; }
span { border-color: rgb(172,55,202); }
td.TdClassName
{
border-color: #AC37CA;
}
.TagClassName
{
border-color: #AC37CA;
}
</style>