Shades of Dark Orchid #AC25BD
Tints of Dark Orchid #AC25BD
RGB
CMYK
RGB Variations
Color information
#AC25BD (or 0xAC25BD) is known color: Dark Orchid. HEX triplet: AC, 25 and BD. RGB value is (172,37,189). Sum of RGB (Red+Green+Blue) = 172+37+189=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 37 (14.84% from 255 or 9.30% from 398); Blue value is 189 (74.22% from 255 or 47.49% from 398); Max value from RGB is 189 - color contains mainly: blue. Hex color #AC25BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC25BD is #53DA42. Grayscale: #5E5E5E. Windows color (decimal): -5495363 or 12395948. OLE color: 12395948.
HSL color Cylindrical-coordinate representation of color #AC25BD: hue angle of 293.29º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC25BD is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 37 | 189 | - |
| CMYK | 0.09 | 0.80 | 0 | 0.26 |
| HSL | 293.29º | 0.67% | 0.44% | - |
| HSV(B) | 293.29º | 0.8% | 0.74% | - |
| XYZ | 26.86 | 13.77 | 49.39 | - |
| YUV | 94.69 | 181.23 | 183.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 37 | 189 | 0.09 | 0.80 | 0 | 0.26 | 293.29 | 0.67 | 0.44 |
| Hex | AC | 25 | BD | 9 | 50 | 0 | 1A | 125 | 43 | 2C |
| Octal | 254 | 45 | 275 | 11 | 120 | 0 | 32 | 445 | 103 | 54 |
| Binary | 10101100 | 100101 | 10111101 | 1001 | 1010000 | 0 | 11010 | 100100101 | 1000011 | 101100 |
Color Harmonies of #AC25BD
Complementary color
Monochromatic Colors of #AC25BD
Black with #AC25BD
Text Example
Text Example
White with #AC25BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC25BD; }
p { color: rgb(172,37,189); }
H1.HeaderClassName
{
color: #AC25BD;
}
.AnyTagClassName
{
color: #AC25BD;
}
</style>
background-color css
<style>
a { background-color: #AC25BD; }
a { background-color: rgb(172,37,189); }
div.DivClassName
{
background-color: #AC25BD;
}
.BgClassName
{
background-color: #AC25BD;
}
</style>
border-color css
<style>
span { border-color: #AC25BD; }
span { border-color: rgb(172,37,189); }
td.TdClassName
{
border-color: #AC25BD;
}
.TagClassName
{
border-color: #AC25BD;
}
</style>