Shades of Dark Orchid #AC19D7
Tints of Dark Orchid #AC19D7
RGB
CMYK
RGB Variations
Color information
#AC19D7 (or 0xAC19D7) is known color: Dark Orchid. HEX triplet: AC, 19 and D7. RGB value is (172,25,215). Sum of RGB (Red+Green+Blue) = 172+25+215=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 25 (10.16% from 255 or 6.07% from 412); Blue value is 215 (84.38% from 255 or 52.18% from 412); Max value from RGB is 215 - color contains mainly: blue. Hex color #AC19D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC19D7 is #53E628. Grayscale: #5A5A5A. Windows color (decimal): -5498409 or 14096812. OLE color: 14096812.
HSL color Cylindrical-coordinate representation of color #AC19D7: hue angle of 286.42º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC19D7 is Cyan = 0.2, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 25 | 215 | - |
| CMYK | 0.2 | 0.88 | 0 | 0.16 |
| HSL | 286.42º | 0.79% | 0.47% | - |
| HSV(B) | 286.42º | 0.88% | 0.84% | - |
| XYZ | 29.63 | 14.37 | 65.5 | - |
| YUV | 90.61 | 198.2 | 186.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 25 | 215 | 0.2 | 0.88 | 0 | 0.16 | 286.42 | 0.79 | 0.47 |
| Hex | AC | 19 | D7 | 14 | 58 | 0 | 10 | 11E | 4F | 2F |
| Octal | 254 | 31 | 327 | 24 | 130 | 0 | 20 | 436 | 117 | 57 |
| Binary | 10101100 | 11001 | 11010111 | 10100 | 1011000 | 0 | 10000 | 100011110 | 1001111 | 101111 |
Color Harmonies of #AC19D7
Complementary color
Monochromatic Colors of #AC19D7
Black with #AC19D7
Text Example
Text Example
White with #AC19D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC19D7; }
p { color: rgb(172,25,215); }
H1.HeaderClassName
{
color: #AC19D7;
}
.AnyTagClassName
{
color: #AC19D7;
}
</style>
background-color css
<style>
a { background-color: #AC19D7; }
a { background-color: rgb(172,25,215); }
div.DivClassName
{
background-color: #AC19D7;
}
.BgClassName
{
background-color: #AC19D7;
}
</style>
border-color css
<style>
span { border-color: #AC19D7; }
span { border-color: rgb(172,25,215); }
td.TdClassName
{
border-color: #AC19D7;
}
.TagClassName
{
border-color: #AC19D7;
}
</style>