Shades of Dark Orchid #AC25CF
Tints of Dark Orchid #AC25CF
RGB
CMYK
RGB Variations
Color information
#AC25CF (or 0xAC25CF) is known color: Dark Orchid. HEX triplet: AC, 25 and CF. RGB value is (172,37,207). Sum of RGB (Red+Green+Blue) = 172+37+207=416 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.35% from 416); Green value is 37 (14.84% from 255 or 8.89% from 416); Blue value is 207 (81.25% from 255 or 49.76% from 416); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC25CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC25CF is #53DA30. Grayscale: #606060. Windows color (decimal): -5495345 or 13575596. OLE color: 13575596.
HSL color Cylindrical-coordinate representation of color #AC25CF: hue angle of 287.65º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AC25CF is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 37 | 207 | - |
| CMYK | 0.17 | 0.82 | 0 | 0.19 |
| HSL | 287.65º | 0.7% | 0.48% | - |
| HSV(B) | 287.65º | 0.82% | 0.81% | - |
| XYZ | 28.94 | 14.6 | 60.32 | - |
| YUV | 96.75 | 190.23 | 181.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 37 | 207 | 0.17 | 0.82 | 0 | 0.19 | 287.65 | 0.7 | 0.48 |
| Hex | AC | 25 | CF | 11 | 52 | 0 | 13 | 120 | 46 | 30 |
| Octal | 254 | 45 | 317 | 21 | 122 | 0 | 23 | 440 | 106 | 60 |
| Binary | 10101100 | 100101 | 11001111 | 10001 | 1010010 | 0 | 10011 | 100100000 | 1000110 | 110000 |
Color Harmonies of #AC25CF
Complementary color
Monochromatic Colors of #AC25CF
Black with #AC25CF
Text Example
Text Example
White with #AC25CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC25CF; }
p { color: rgb(172,37,207); }
H1.HeaderClassName
{
color: #AC25CF;
}
.AnyTagClassName
{
color: #AC25CF;
}
</style>
background-color css
<style>
a { background-color: #AC25CF; }
a { background-color: rgb(172,37,207); }
div.DivClassName
{
background-color: #AC25CF;
}
.BgClassName
{
background-color: #AC25CF;
}
</style>
border-color css
<style>
span { border-color: #AC25CF; }
span { border-color: rgb(172,37,207); }
td.TdClassName
{
border-color: #AC25CF;
}
.TagClassName
{
border-color: #AC25CF;
}
</style>