Shades of Dark Orchid #AC25DF
Tints of Dark Orchid #AC25DF
RGB
CMYK
RGB Variations
Color information
#AC25DF (or 0xAC25DF) is known color: Dark Orchid. HEX triplet: AC, 25 and DF. RGB value is (172,37,223). Sum of RGB (Red+Green+Blue) = 172+37+223=432 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.81% from 432); Green value is 37 (14.84% from 255 or 8.56% from 432); Blue value is 223 (87.5% from 255 or 51.62% from 432); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC25DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC25DF is #53DA20. Grayscale: #616161. Windows color (decimal): -5495329 or 14624172. OLE color: 14624172.
HSL color Cylindrical-coordinate representation of color #AC25DF: hue angle of 283.55º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC25DF is Cyan = 0.23, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 37 | 223 | - |
| CMYK | 0.23 | 0.83 | 0 | 0.13 |
| HSL | 283.55º | 0.74% | 0.51% | - |
| HSV(B) | 283.55º | 0.83% | 0.87% | - |
| XYZ | 30.99 | 15.42 | 71.16 | - |
| YUV | 98.57 | 198.23 | 180.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 37 | 223 | 0.23 | 0.83 | 0 | 0.13 | 283.55 | 0.74 | 0.51 |
| Hex | AC | 25 | DF | 17 | 53 | 0 | D | 11C | 4A | 33 |
| Octal | 254 | 45 | 337 | 27 | 123 | 0 | 15 | 434 | 112 | 63 |
| Binary | 10101100 | 100101 | 11011111 | 10111 | 1010011 | 0 | 1101 | 100011100 | 1001010 | 110011 |
Color Harmonies of #AC25DF
Complementary color
Monochromatic Colors of #AC25DF
Black with #AC25DF
Text Example
Text Example
White with #AC25DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC25DF; }
p { color: rgb(172,37,223); }
H1.HeaderClassName
{
color: #AC25DF;
}
.AnyTagClassName
{
color: #AC25DF;
}
</style>
background-color css
<style>
a { background-color: #AC25DF; }
a { background-color: rgb(172,37,223); }
div.DivClassName
{
background-color: #AC25DF;
}
.BgClassName
{
background-color: #AC25DF;
}
</style>
border-color css
<style>
span { border-color: #AC25DF; }
span { border-color: rgb(172,37,223); }
td.TdClassName
{
border-color: #AC25DF;
}
.TagClassName
{
border-color: #AC25DF;
}
</style>