Shades of Dark Orchid #AC25C8
Tints of Dark Orchid #AC25C8
RGB
CMYK
RGB Variations
Color information
#AC25C8 (or 0xAC25C8) is known color: Dark Orchid. HEX triplet: AC, 25 and C8. RGB value is (172,37,200). Sum of RGB (Red+Green+Blue) = 172+37+200=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 37 (14.84% from 255 or 9.05% from 409); Blue value is 200 (78.52% from 255 or 48.90% from 409); Max value from RGB is 200 - color contains mainly: blue. Hex color #AC25C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC25C8 is #53DA37. Grayscale: #5F5F5F. Windows color (decimal): -5495352 or 13116844. OLE color: 13116844.
HSL color Cylindrical-coordinate representation of color #AC25C8: hue angle of 289.69º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC25C8 is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 37 | 200 | - |
| CMYK | 0.14 | 0.82 | 0 | 0.22 |
| HSL | 289.69º | 0.69% | 0.46% | - |
| HSV(B) | 289.69º | 0.82% | 0.78% | - |
| XYZ | 28.1 | 14.26 | 55.92 | - |
| YUV | 95.95 | 186.73 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 37 | 200 | 0.14 | 0.82 | 0 | 0.22 | 289.69 | 0.69 | 0.46 |
| Hex | AC | 25 | C8 | E | 52 | 0 | 16 | 122 | 45 | 2E |
| Octal | 254 | 45 | 310 | 16 | 122 | 0 | 26 | 442 | 105 | 56 |
| Binary | 10101100 | 100101 | 11001000 | 1110 | 1010010 | 0 | 10110 | 100100010 | 1000101 | 101110 |
Color Harmonies of #AC25C8
Complementary color
Monochromatic Colors of #AC25C8
Black with #AC25C8
Text Example
Text Example
White with #AC25C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC25C8; }
p { color: rgb(172,37,200); }
H1.HeaderClassName
{
color: #AC25C8;
}
.AnyTagClassName
{
color: #AC25C8;
}
</style>
background-color css
<style>
a { background-color: #AC25C8; }
a { background-color: rgb(172,37,200); }
div.DivClassName
{
background-color: #AC25C8;
}
.BgClassName
{
background-color: #AC25C8;
}
</style>
border-color css
<style>
span { border-color: #AC25C8; }
span { border-color: rgb(172,37,200); }
td.TdClassName
{
border-color: #AC25C8;
}
.TagClassName
{
border-color: #AC25C8;
}
</style>