Shades of Dark Orchid #AC25C4
Tints of Dark Orchid #AC25C4
RGB
CMYK
RGB Variations
Color information
#AC25C4 (or 0xAC25C4) is known color: Dark Orchid. HEX triplet: AC, 25 and C4. RGB value is (172,37,196). Sum of RGB (Red+Green+Blue) = 172+37+196=405 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.47% from 405); Green value is 37 (14.84% from 255 or 9.14% from 405); Blue value is 196 (76.95% from 255 or 48.40% from 405); Max value from RGB is 196 - color contains mainly: blue. Hex color #AC25C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC25C4 is #53DA3B. Grayscale: #5E5E5E. Windows color (decimal): -5495356 or 12854700. OLE color: 12854700.
HSL color Cylindrical-coordinate representation of color #AC25C4: hue angle of 290.94º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC25C4 is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 37 | 196 | - |
| CMYK | 0.12 | 0.81 | 0 | 0.23 |
| HSL | 290.94º | 0.68% | 0.46% | - |
| HSV(B) | 290.94º | 0.81% | 0.77% | - |
| XYZ | 27.64 | 14.08 | 53.49 | - |
| YUV | 95.49 | 184.73 | 182.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 37 | 196 | 0.12 | 0.81 | 0 | 0.23 | 290.94 | 0.68 | 0.46 |
| Hex | AC | 25 | C4 | C | 51 | 0 | 17 | 123 | 44 | 2E |
| Octal | 254 | 45 | 304 | 14 | 121 | 0 | 27 | 443 | 104 | 56 |
| Binary | 10101100 | 100101 | 11000100 | 1100 | 1010001 | 0 | 10111 | 100100011 | 1000100 | 101110 |
Color Harmonies of #AC25C4
Complementary color
Monochromatic Colors of #AC25C4
Black with #AC25C4
Text Example
Text Example
White with #AC25C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC25C4; }
p { color: rgb(172,37,196); }
H1.HeaderClassName
{
color: #AC25C4;
}
.AnyTagClassName
{
color: #AC25C4;
}
</style>
background-color css
<style>
a { background-color: #AC25C4; }
a { background-color: rgb(172,37,196); }
div.DivClassName
{
background-color: #AC25C4;
}
.BgClassName
{
background-color: #AC25C4;
}
</style>
border-color css
<style>
span { border-color: #AC25C4; }
span { border-color: rgb(172,37,196); }
td.TdClassName
{
border-color: #AC25C4;
}
.TagClassName
{
border-color: #AC25C4;
}
</style>