Shades of Dark Orchid #AC34DF
Tints of Dark Orchid #AC34DF
RGB
CMYK
RGB Variations
Color information
#AC34DF (or 0xAC34DF) is known color: Dark Orchid. HEX triplet: AC, 34 and DF. RGB value is (172,52,223). Sum of RGB (Red+Green+Blue) = 172+52+223=447 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.48% from 447); Green value is 52 (20.70% from 255 or 11.63% from 447); Blue value is 223 (87.5% from 255 or 49.89% from 447); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC34DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC34DF is #53CB20. Grayscale: #6A6A6A. Windows color (decimal): -5491489 or 14628012. OLE color: 14628012.
HSL color Cylindrical-coordinate representation of color #AC34DF: hue angle of 282.11º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC34DF is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 52 | 223 | - |
| CMYK | 0.23 | 0.77 | 0 | 0.13 |
| HSL | 282.11º | 0.73% | 0.54% | - |
| HSV(B) | 282.11º | 0.77% | 0.87% | - |
| XYZ | 31.56 | 16.55 | 71.34 | - |
| YUV | 107.37 | 193.26 | 174.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 52 | 223 | 0.23 | 0.77 | 0 | 0.13 | 282.11 | 0.73 | 0.54 |
| Hex | AC | 34 | DF | 17 | 4D | 0 | D | 11A | 49 | 36 |
| Octal | 254 | 64 | 337 | 27 | 115 | 0 | 15 | 432 | 111 | 66 |
| Binary | 10101100 | 110100 | 11011111 | 10111 | 1001101 | 0 | 1101 | 100011010 | 1001001 | 110110 |
Color Harmonies of #AC34DF
Complementary color
Monochromatic Colors of #AC34DF
Black with #AC34DF
Text Example
Text Example
White with #AC34DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC34DF; }
p { color: rgb(172,52,223); }
H1.HeaderClassName
{
color: #AC34DF;
}
.AnyTagClassName
{
color: #AC34DF;
}
</style>
background-color css
<style>
a { background-color: #AC34DF; }
a { background-color: rgb(172,52,223); }
div.DivClassName
{
background-color: #AC34DF;
}
.BgClassName
{
background-color: #AC34DF;
}
</style>
border-color css
<style>
span { border-color: #AC34DF; }
span { border-color: rgb(172,52,223); }
td.TdClassName
{
border-color: #AC34DF;
}
.TagClassName
{
border-color: #AC34DF;
}
</style>