Shades of Dark Orchid #AC3FDD
Tints of Dark Orchid #AC3FDD
RGB
CMYK
RGB Variations
Color information
#AC3FDD (or 0xAC3FDD) is known color: Dark Orchid. HEX triplet: AC, 3F and DD. RGB value is (172,63,221). Sum of RGB (Red+Green+Blue) = 172+63+221=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 63 (25% from 255 or 13.82% from 456); Blue value is 221 (86.72% from 255 or 48.46% from 456); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC3FDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC3FDD is #53C022. Grayscale: #717171. Windows color (decimal): -5488675 or 14499756. OLE color: 14499756.
HSL color Cylindrical-coordinate representation of color #AC3FDD: hue angle of 281.39º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AC3FDD is Cyan = 0.22, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 63 | 221 | - |
| CMYK | 0.22 | 0.71 | 0 | 0.13 |
| HSL | 281.39º | 0.7% | 0.56% | - |
| HSV(B) | 281.39º | 0.71% | 0.87% | - |
| XYZ | 31.84 | 17.55 | 70.12 | - |
| YUV | 113.6 | 188.61 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 63 | 221 | 0.22 | 0.71 | 0 | 0.13 | 281.39 | 0.7 | 0.56 |
| Hex | AC | 3F | DD | 16 | 47 | 0 | D | 119 | 46 | 38 |
| Octal | 254 | 77 | 335 | 26 | 107 | 0 | 15 | 431 | 106 | 70 |
| Binary | 10101100 | 111111 | 11011101 | 10110 | 1000111 | 0 | 1101 | 100011001 | 1000110 | 111000 |
Color Harmonies of #AC3FDD
Complementary color
Monochromatic Colors of #AC3FDD
Black with #AC3FDD
Text Example
Text Example
White with #AC3FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3FDD; }
p { color: rgb(172,63,221); }
H1.HeaderClassName
{
color: #AC3FDD;
}
.AnyTagClassName
{
color: #AC3FDD;
}
</style>
background-color css
<style>
a { background-color: #AC3FDD; }
a { background-color: rgb(172,63,221); }
div.DivClassName
{
background-color: #AC3FDD;
}
.BgClassName
{
background-color: #AC3FDD;
}
</style>
border-color css
<style>
span { border-color: #AC3FDD; }
span { border-color: rgb(172,63,221); }
td.TdClassName
{
border-color: #AC3FDD;
}
.TagClassName
{
border-color: #AC3FDD;
}
</style>