Shades of Dark Orchid #AC38CE
Tints of Dark Orchid #AC38CE
RGB
CMYK
RGB Variations
Color information
#AC38CE (or 0xAC38CE) is known color: Dark Orchid. HEX triplet: AC, 38 and CE. RGB value is (172,56,206). Sum of RGB (Red+Green+Blue) = 172+56+206=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 56 (22.27% from 255 or 12.90% from 434); Blue value is 206 (80.86% from 255 or 47.47% from 434); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC38CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC38CE is #53C731. Grayscale: #6B6B6B. Windows color (decimal): -5490482 or 13514924. OLE color: 13514924.
HSL color Cylindrical-coordinate representation of color #AC38CE: hue angle of 286.4º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AC38CE is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 56 | 206 | - |
| CMYK | 0.17 | 0.73 | 0 | 0.19 |
| HSL | 286.4º | 0.6% | 0.51% | - |
| HSV(B) | 286.4º | 0.73% | 0.81% | - |
| XYZ | 29.57 | 16.06 | 59.93 | - |
| YUV | 107.78 | 183.43 | 173.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 56 | 206 | 0.17 | 0.73 | 0 | 0.19 | 286.4 | 0.6 | 0.51 |
| Hex | AC | 38 | CE | 11 | 49 | 0 | 13 | 11E | 3C | 33 |
| Octal | 254 | 70 | 316 | 21 | 111 | 0 | 23 | 436 | 74 | 63 |
| Binary | 10101100 | 111000 | 11001110 | 10001 | 1001001 | 0 | 10011 | 100011110 | 111100 | 110011 |
Color Harmonies of #AC38CE
Complementary color
Monochromatic Colors of #AC38CE
Black with #AC38CE
Text Example
Text Example
White with #AC38CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC38CE; }
p { color: rgb(172,56,206); }
H1.HeaderClassName
{
color: #AC38CE;
}
.AnyTagClassName
{
color: #AC38CE;
}
</style>
background-color css
<style>
a { background-color: #AC38CE; }
a { background-color: rgb(172,56,206); }
div.DivClassName
{
background-color: #AC38CE;
}
.BgClassName
{
background-color: #AC38CE;
}
</style>
border-color css
<style>
span { border-color: #AC38CE; }
span { border-color: rgb(172,56,206); }
td.TdClassName
{
border-color: #AC38CE;
}
.TagClassName
{
border-color: #AC38CE;
}
</style>