Shades of Dark Orchid #AC26AF
Tints of Dark Orchid #AC26AF
RGB
CMYK
RGB Variations
Color information
#AC26AF (or 0xAC26AF) is known color: Dark Orchid. HEX triplet: AC, 26 and AF. RGB value is (172,38,175). Sum of RGB (Red+Green+Blue) = 172+38+175=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 38 (15.23% from 255 or 9.87% from 385); Blue value is 175 (68.75% from 255 or 45.45% from 385); Max value from RGB is 175 - color contains mainly: blue. Hex color #AC26AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC26AF is #53D950. Grayscale: #5D5D5D. Windows color (decimal): -5495121 or 11478700. OLE color: 11478700.
HSL color Cylindrical-coordinate representation of color #AC26AF: hue angle of 298.69º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC26AF is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 38 | 175 | - |
| CMYK | 0.02 | 0.78 | 0 | 0.31 |
| HSL | 298.69º | 0.64% | 0.42% | - |
| HSV(B) | 298.69º | 0.78% | 0.69% | - |
| XYZ | 25.44 | 13.25 | 41.77 | - |
| YUV | 93.68 | 173.89 | 183.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 38 | 175 | 0.02 | 0.78 | 0 | 0.31 | 298.69 | 0.64 | 0.42 |
| Hex | AC | 26 | AF | 2 | 4E | 0 | 1F | 12B | 40 | 2A |
| Octal | 254 | 46 | 257 | 2 | 116 | 0 | 37 | 453 | 100 | 52 |
| Binary | 10101100 | 100110 | 10101111 | 10 | 1001110 | 0 | 11111 | 100101011 | 1000000 | 101010 |
Color Harmonies of #AC26AF
Complementary color
Monochromatic Colors of #AC26AF
Black with #AC26AF
Text Example
Text Example
White with #AC26AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC26AF; }
p { color: rgb(172,38,175); }
H1.HeaderClassName
{
color: #AC26AF;
}
.AnyTagClassName
{
color: #AC26AF;
}
</style>
background-color css
<style>
a { background-color: #AC26AF; }
a { background-color: rgb(172,38,175); }
div.DivClassName
{
background-color: #AC26AF;
}
.BgClassName
{
background-color: #AC26AF;
}
</style>
border-color css
<style>
span { border-color: #AC26AF; }
span { border-color: rgb(172,38,175); }
td.TdClassName
{
border-color: #AC26AF;
}
.TagClassName
{
border-color: #AC26AF;
}
</style>