Shades of Dark Orchid #AC25AC
Tints of Dark Orchid #AC25AC
RGB
CMYK
RGB Variations
Color information
#AC25AC (or 0xAC25AC) is known color: Dark Orchid. HEX triplet: AC, 25 and AC. RGB value is (172,37,172). Sum of RGB (Red+Green+Blue) = 172+37+172=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 37 (14.84% from 255 or 9.71% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC25AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC25AC is #53DA53. Grayscale: #5C5C5C. Windows color (decimal): -5495380 or 11281836. OLE color: 11281836.
HSL color Cylindrical-coordinate representation of color #AC25AC: hue angle of 300º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC25AC is Cyan = 0, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 37 | 172 | - |
| CMYK | 0 | 0.78 | 0 | 0.33 |
| HSL | 300º | 0.65% | 0.41% | - |
| HSV(B) | 300º | 0.78% | 0.67% | - |
| XYZ | 25.12 | 13.07 | 40.23 | - |
| YUV | 92.76 | 172.73 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 37 | 172 | 0 | 0.78 | 0 | 0.33 | 300 | 0.65 | 0.41 |
| Hex | AC | 25 | AC | 0 | 4E | 0 | 21 | 12C | 41 | 29 |
| Octal | 254 | 45 | 254 | 0 | 116 | 0 | 41 | 454 | 101 | 51 |
| Binary | 10101100 | 100101 | 10101100 | 0 | 1001110 | 0 | 100001 | 100101100 | 1000001 | 101001 |
Color Harmonies of #AC25AC
Complementary color
Monochromatic Colors of #AC25AC
Black with #AC25AC
Text Example
Text Example
White with #AC25AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC25AC; }
p { color: rgb(172,37,172); }
H1.HeaderClassName
{
color: #AC25AC;
}
.AnyTagClassName
{
color: #AC25AC;
}
</style>
background-color css
<style>
a { background-color: #AC25AC; }
a { background-color: rgb(172,37,172); }
div.DivClassName
{
background-color: #AC25AC;
}
.BgClassName
{
background-color: #AC25AC;
}
</style>
border-color css
<style>
span { border-color: #AC25AC; }
span { border-color: rgb(172,37,172); }
td.TdClassName
{
border-color: #AC25AC;
}
.TagClassName
{
border-color: #AC25AC;
}
</style>