Shades of Dark Orchid #AC31CF
Tints of Dark Orchid #AC31CF
RGB
CMYK
RGB Variations
Color information
#AC31CF (or 0xAC31CF) is known color: Dark Orchid. HEX triplet: AC, 31 and CF. RGB value is (172,49,207). Sum of RGB (Red+Green+Blue) = 172+49+207=428 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.19% from 428); Green value is 49 (19.53% from 255 or 11.45% from 428); Blue value is 207 (81.25% from 255 or 48.36% from 428); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC31CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC31CF is #53CE30. Grayscale: #676767. Windows color (decimal): -5492273 or 13578668. OLE color: 13578668.
HSL color Cylindrical-coordinate representation of color #AC31CF: hue angle of 286.71º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AC31CF is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 49 | 207 | - |
| CMYK | 0.17 | 0.76 | 0 | 0.19 |
| HSL | 286.71º | 0.62% | 0.5% | - |
| HSV(B) | 286.71º | 0.76% | 0.81% | - |
| XYZ | 29.37 | 15.47 | 60.47 | - |
| YUV | 103.79 | 186.25 | 176.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 49 | 207 | 0.17 | 0.76 | 0 | 0.19 | 286.71 | 0.62 | 0.5 |
| Hex | AC | 31 | CF | 11 | 4C | 0 | 13 | 11F | 3E | 32 |
| Octal | 254 | 61 | 317 | 21 | 114 | 0 | 23 | 437 | 76 | 62 |
| Binary | 10101100 | 110001 | 11001111 | 10001 | 1001100 | 0 | 10011 | 100011111 | 111110 | 110010 |
Color Harmonies of #AC31CF
Complementary color
Monochromatic Colors of #AC31CF
Black with #AC31CF
Text Example
Text Example
White with #AC31CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC31CF; }
p { color: rgb(172,49,207); }
H1.HeaderClassName
{
color: #AC31CF;
}
.AnyTagClassName
{
color: #AC31CF;
}
</style>
background-color css
<style>
a { background-color: #AC31CF; }
a { background-color: rgb(172,49,207); }
div.DivClassName
{
background-color: #AC31CF;
}
.BgClassName
{
background-color: #AC31CF;
}
</style>
border-color css
<style>
span { border-color: #AC31CF; }
span { border-color: rgb(172,49,207); }
td.TdClassName
{
border-color: #AC31CF;
}
.TagClassName
{
border-color: #AC31CF;
}
</style>