Shades of Dark Orchid #AC25BB
Tints of Dark Orchid #AC25BB
RGB
CMYK
RGB Variations
Color information
#AC25BB (or 0xAC25BB) is known color: Dark Orchid. HEX triplet: AC, 25 and BB. RGB value is (172,37,187). Sum of RGB (Red+Green+Blue) = 172+37+187=396 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.43% from 396); Green value is 37 (14.84% from 255 or 9.34% from 396); Blue value is 187 (73.44% from 255 or 47.22% from 396); Max value from RGB is 187 - color contains mainly: blue. Hex color #AC25BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC25BB is #53DA44. Grayscale: #5E5E5E. Windows color (decimal): -5495365 or 12264876. OLE color: 12264876.
HSL color Cylindrical-coordinate representation of color #AC25BB: hue angle of 294º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC25BB is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 37 | 187 | - |
| CMYK | 0.08 | 0.80 | 0 | 0.27 |
| HSL | 294º | 0.67% | 0.44% | - |
| HSV(B) | 294º | 0.8% | 0.73% | - |
| XYZ | 26.64 | 13.68 | 48.25 | - |
| YUV | 94.47 | 180.23 | 183.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 37 | 187 | 0.08 | 0.80 | 0 | 0.27 | 294 | 0.67 | 0.44 |
| Hex | AC | 25 | BB | 8 | 50 | 0 | 1B | 126 | 43 | 2C |
| Octal | 254 | 45 | 273 | 10 | 120 | 0 | 33 | 446 | 103 | 54 |
| Binary | 10101100 | 100101 | 10111011 | 1000 | 1010000 | 0 | 11011 | 100100110 | 1000011 | 101100 |
Color Harmonies of #AC25BB
Complementary color
Monochromatic Colors of #AC25BB
Black with #AC25BB
Text Example
Text Example
White with #AC25BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC25BB; }
p { color: rgb(172,37,187); }
H1.HeaderClassName
{
color: #AC25BB;
}
.AnyTagClassName
{
color: #AC25BB;
}
</style>
background-color css
<style>
a { background-color: #AC25BB; }
a { background-color: rgb(172,37,187); }
div.DivClassName
{
background-color: #AC25BB;
}
.BgClassName
{
background-color: #AC25BB;
}
</style>
border-color css
<style>
span { border-color: #AC25BB; }
span { border-color: rgb(172,37,187); }
td.TdClassName
{
border-color: #AC25BB;
}
.TagClassName
{
border-color: #AC25BB;
}
</style>