Shades of Dark Orchid #AC38DF
Tints of Dark Orchid #AC38DF
RGB
CMYK
RGB Variations
Color information
#AC38DF (or 0xAC38DF) is known color: Dark Orchid. HEX triplet: AC, 38 and DF. RGB value is (172,56,223). Sum of RGB (Red+Green+Blue) = 172+56+223=451 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.14% from 451); Green value is 56 (22.27% from 255 or 12.42% from 451); Blue value is 223 (87.5% from 255 or 49.45% from 451); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC38DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC38DF is #53C720. Grayscale: #6D6D6D. Windows color (decimal): -5490465 or 14629036. OLE color: 14629036.
HSL color Cylindrical-coordinate representation of color #AC38DF: hue angle of 281.68º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AC38DF is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 56 | 223 | - |
| CMYK | 0.23 | 0.75 | 0 | 0.13 |
| HSL | 281.68º | 0.72% | 0.55% | - |
| HSV(B) | 281.68º | 0.75% | 0.87% | - |
| XYZ | 31.75 | 16.93 | 71.41 | - |
| YUV | 109.72 | 191.93 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 56 | 223 | 0.23 | 0.75 | 0 | 0.13 | 281.68 | 0.72 | 0.55 |
| Hex | AC | 38 | DF | 17 | 4B | 0 | D | 11A | 48 | 37 |
| Octal | 254 | 70 | 337 | 27 | 113 | 0 | 15 | 432 | 110 | 67 |
| Binary | 10101100 | 111000 | 11011111 | 10111 | 1001011 | 0 | 1101 | 100011010 | 1001000 | 110111 |
Color Harmonies of #AC38DF
Complementary color
Monochromatic Colors of #AC38DF
Black with #AC38DF
Text Example
Text Example
White with #AC38DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC38DF; }
p { color: rgb(172,56,223); }
H1.HeaderClassName
{
color: #AC38DF;
}
.AnyTagClassName
{
color: #AC38DF;
}
</style>
background-color css
<style>
a { background-color: #AC38DF; }
a { background-color: rgb(172,56,223); }
div.DivClassName
{
background-color: #AC38DF;
}
.BgClassName
{
background-color: #AC38DF;
}
</style>
border-color css
<style>
span { border-color: #AC38DF; }
span { border-color: rgb(172,56,223); }
td.TdClassName
{
border-color: #AC38DF;
}
.TagClassName
{
border-color: #AC38DF;
}
</style>