Shades of Dark Orchid #AC25CC
Tints of Dark Orchid #AC25CC
RGB
CMYK
RGB Variations
Color information
#AC25CC (or 0xAC25CC) is known color: Dark Orchid. HEX triplet: AC, 25 and CC. RGB value is (172,37,204). Sum of RGB (Red+Green+Blue) = 172+37+204=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 37 (14.84% from 255 or 8.96% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC25CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC25CC is #53DA33. Grayscale: #5F5F5F. Windows color (decimal): -5495348 or 13378988. OLE color: 13378988.
HSL color Cylindrical-coordinate representation of color #AC25CC: hue angle of 288.5º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AC25CC is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 172 | 37 | 204 | - |
| CMYK | 0.16 | 0.82 | 0 | 0.2 |
| HSL | 288.5º | 0.69% | 0.47% | - |
| HSV(B) | 288.5º | 0.82% | 0.8% | - |
| XYZ | 28.57 | 14.45 | 58.41 | - |
| YUV | 96.4 | 188.73 | 181.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 37 | 204 | 0.16 | 0.82 | 0 | 0.2 | 288.5 | 0.69 | 0.47 |
| Hex | AC | 25 | CC | 10 | 52 | 0 | 14 | 121 | 45 | 2F |
| Octal | 254 | 45 | 314 | 20 | 122 | 0 | 24 | 441 | 105 | 57 |
| Binary | 10101100 | 100101 | 11001100 | 10000 | 1010010 | 0 | 10100 | 100100001 | 1000101 | 101111 |
Color Harmonies of #AC25CC
Complementary color
Monochromatic Colors of #AC25CC
Black with #AC25CC
Text Example
Text Example
White with #AC25CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC25CC; }
p { color: rgb(172,37,204); }
H1.HeaderClassName
{
color: #AC25CC;
}
.AnyTagClassName
{
color: #AC25CC;
}
</style>
background-color css
<style>
a { background-color: #AC25CC; }
a { background-color: rgb(172,37,204); }
div.DivClassName
{
background-color: #AC25CC;
}
.BgClassName
{
background-color: #AC25CC;
}
</style>
border-color css
<style>
span { border-color: #AC25CC; }
span { border-color: rgb(172,37,204); }
td.TdClassName
{
border-color: #AC25CC;
}
.TagClassName
{
border-color: #AC25CC;
}
</style>