Shades of Dark Orchid #AC32CF
Tints of Dark Orchid #AC32CF
RGB
CMYK
RGB Variations
Color information
#AC32CF (or 0xAC32CF) is known color: Dark Orchid. HEX triplet: AC, 32 and CF. RGB value is (172,50,207). Sum of RGB (Red+Green+Blue) = 172+50+207=429 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.09% from 429); Green value is 50 (19.92% from 255 or 11.66% from 429); Blue value is 207 (81.25% from 255 or 48.25% from 429); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC32CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC32CF is #53CD30. Grayscale: #676767. Windows color (decimal): -5492017 or 13578924. OLE color: 13578924.
HSL color Cylindrical-coordinate representation of color #AC32CF: hue angle of 286.62º 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 #AC32CF is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 50 | 207 | - |
| CMYK | 0.17 | 0.76 | 0 | 0.19 |
| HSL | 286.62º | 0.62% | 0.5% | - |
| HSV(B) | 286.62º | 0.76% | 0.81% | - |
| XYZ | 29.42 | 15.56 | 60.48 | - |
| YUV | 104.38 | 185.92 | 176.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 50 | 207 | 0.17 | 0.76 | 0 | 0.19 | 286.62 | 0.62 | 0.5 |
| Hex | AC | 32 | CF | 11 | 4C | 0 | 13 | 11F | 3E | 32 |
| Octal | 254 | 62 | 317 | 21 | 114 | 0 | 23 | 437 | 76 | 62 |
| Binary | 10101100 | 110010 | 11001111 | 10001 | 1001100 | 0 | 10011 | 100011111 | 111110 | 110010 |
Color Harmonies of #AC32CF
Complementary color
Monochromatic Colors of #AC32CF
Black with #AC32CF
Text Example
Text Example
White with #AC32CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC32CF; }
p { color: rgb(172,50,207); }
H1.HeaderClassName
{
color: #AC32CF;
}
.AnyTagClassName
{
color: #AC32CF;
}
</style>
background-color css
<style>
a { background-color: #AC32CF; }
a { background-color: rgb(172,50,207); }
div.DivClassName
{
background-color: #AC32CF;
}
.BgClassName
{
background-color: #AC32CF;
}
</style>
border-color css
<style>
span { border-color: #AC32CF; }
span { border-color: rgb(172,50,207); }
td.TdClassName
{
border-color: #AC32CF;
}
.TagClassName
{
border-color: #AC32CF;
}
</style>