Shades of Dark Orchid #AC36CF
Tints of Dark Orchid #AC36CF
RGB
CMYK
RGB Variations
Color information
#AC36CF (or 0xAC36CF) is known color: Dark Orchid. HEX triplet: AC, 36 and CF. RGB value is (172,54,207). Sum of RGB (Red+Green+Blue) = 172+54+207=433 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.72% from 433); Green value is 54 (21.48% from 255 or 12.47% from 433); Blue value is 207 (81.25% from 255 or 47.81% from 433); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC36CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC36CF is #53C930. Grayscale: #6A6A6A. Windows color (decimal): -5490993 or 13579948. OLE color: 13579948.
HSL color Cylindrical-coordinate representation of color #AC36CF: hue angle of 286.27º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC36CF is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 54 | 207 | - |
| CMYK | 0.17 | 0.74 | 0 | 0.19 |
| HSL | 286.27º | 0.61% | 0.51% | - |
| HSV(B) | 286.27º | 0.74% | 0.81% | - |
| XYZ | 29.59 | 15.91 | 60.54 | - |
| YUV | 106.72 | 184.59 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 54 | 207 | 0.17 | 0.74 | 0 | 0.19 | 286.27 | 0.61 | 0.51 |
| Hex | AC | 36 | CF | 11 | 4A | 0 | 13 | 11E | 3D | 33 |
| Octal | 254 | 66 | 317 | 21 | 112 | 0 | 23 | 436 | 75 | 63 |
| Binary | 10101100 | 110110 | 11001111 | 10001 | 1001010 | 0 | 10011 | 100011110 | 111101 | 110011 |
Color Harmonies of #AC36CF
Complementary color
Monochromatic Colors of #AC36CF
Black with #AC36CF
Text Example
Text Example
White with #AC36CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC36CF; }
p { color: rgb(172,54,207); }
H1.HeaderClassName
{
color: #AC36CF;
}
.AnyTagClassName
{
color: #AC36CF;
}
</style>
background-color css
<style>
a { background-color: #AC36CF; }
a { background-color: rgb(172,54,207); }
div.DivClassName
{
background-color: #AC36CF;
}
.BgClassName
{
background-color: #AC36CF;
}
</style>
border-color css
<style>
span { border-color: #AC36CF; }
span { border-color: rgb(172,54,207); }
td.TdClassName
{
border-color: #AC36CF;
}
.TagClassName
{
border-color: #AC36CF;
}
</style>