Shades of Dark Orchid #AC21CF
Tints of Dark Orchid #AC21CF
RGB
CMYK
RGB Variations
Color information
#AC21CF (or 0xAC21CF) is known color: Dark Orchid. HEX triplet: AC, 21 and CF. RGB value is (172,33,207). Sum of RGB (Red+Green+Blue) = 172+33+207=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 33 (13.28% from 255 or 8.01% from 412); Blue value is 207 (81.25% from 255 or 50.24% from 412); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC21CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC21CF is #53DE30. Grayscale: #5D5D5D. Windows color (decimal): -5496369 or 13574572. OLE color: 13574572.
HSL color Cylindrical-coordinate representation of color #AC21CF: hue angle of 287.93º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC21CF is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 33 | 207 | - |
| CMYK | 0.17 | 0.84 | 0 | 0.19 |
| HSL | 287.93º | 0.73% | 0.47% | - |
| HSV(B) | 287.93º | 0.84% | 0.81% | - |
| XYZ | 28.82 | 14.36 | 60.28 | - |
| YUV | 94.4 | 191.55 | 183.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 33 | 207 | 0.17 | 0.84 | 0 | 0.19 | 287.93 | 0.73 | 0.47 |
| Hex | AC | 21 | CF | 11 | 54 | 0 | 13 | 120 | 48 | 2F |
| Octal | 254 | 41 | 317 | 21 | 124 | 0 | 23 | 440 | 110 | 57 |
| Binary | 10101100 | 100001 | 11001111 | 10001 | 1010100 | 0 | 10011 | 100100000 | 1001000 | 101111 |
Color Harmonies of #AC21CF
Complementary color
Monochromatic Colors of #AC21CF
Black with #AC21CF
Text Example
Text Example
White with #AC21CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC21CF; }
p { color: rgb(172,33,207); }
H1.HeaderClassName
{
color: #AC21CF;
}
.AnyTagClassName
{
color: #AC21CF;
}
</style>
background-color css
<style>
a { background-color: #AC21CF; }
a { background-color: rgb(172,33,207); }
div.DivClassName
{
background-color: #AC21CF;
}
.BgClassName
{
background-color: #AC21CF;
}
</style>
border-color css
<style>
span { border-color: #AC21CF; }
span { border-color: rgb(172,33,207); }
td.TdClassName
{
border-color: #AC21CF;
}
.TagClassName
{
border-color: #AC21CF;
}
</style>