Shades of Dark Orchid #AC27AF
Tints of Dark Orchid #AC27AF
RGB
CMYK
RGB Variations
Color information
#AC27AF (or 0xAC27AF) is known color: Dark Orchid. HEX triplet: AC, 27 and AF. RGB value is (172,39,175). Sum of RGB (Red+Green+Blue) = 172+39+175=386 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.56% from 386); Green value is 39 (15.62% from 255 or 10.10% from 386); Blue value is 175 (68.75% from 255 or 45.34% from 386); Max value from RGB is 175 - color contains mainly: blue. Hex color #AC27AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC27AF is #53D850. Grayscale: #5D5D5D. Windows color (decimal): -5494865 or 11478956. OLE color: 11478956.
HSL color Cylindrical-coordinate representation of color #AC27AF: hue angle of 298.68º 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 #AC27AF is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 39 | 175 | - |
| CMYK | 0.02 | 0.78 | 0 | 0.31 |
| HSL | 298.68º | 0.64% | 0.42% | - |
| HSV(B) | 298.68º | 0.78% | 0.69% | - |
| XYZ | 25.48 | 13.32 | 41.79 | - |
| YUV | 94.27 | 173.56 | 183.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 39 | 175 | 0.02 | 0.78 | 0 | 0.31 | 298.68 | 0.64 | 0.42 |
| Hex | AC | 27 | AF | 2 | 4E | 0 | 1F | 12B | 40 | 2A |
| Octal | 254 | 47 | 257 | 2 | 116 | 0 | 37 | 453 | 100 | 52 |
| Binary | 10101100 | 100111 | 10101111 | 10 | 1001110 | 0 | 11111 | 100101011 | 1000000 | 101010 |
Color Harmonies of #AC27AF
Complementary color
Monochromatic Colors of #AC27AF
Black with #AC27AF
Text Example
Text Example
White with #AC27AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC27AF; }
p { color: rgb(172,39,175); }
H1.HeaderClassName
{
color: #AC27AF;
}
.AnyTagClassName
{
color: #AC27AF;
}
</style>
background-color css
<style>
a { background-color: #AC27AF; }
a { background-color: rgb(172,39,175); }
div.DivClassName
{
background-color: #AC27AF;
}
.BgClassName
{
background-color: #AC27AF;
}
</style>
border-color css
<style>
span { border-color: #AC27AF; }
span { border-color: rgb(172,39,175); }
td.TdClassName
{
border-color: #AC27AF;
}
.TagClassName
{
border-color: #AC27AF;
}
</style>