Shades of Dark Orchid #AC32AF
Tints of Dark Orchid #AC32AF
RGB
CMYK
RGB Variations
Color information
#AC32AF (or 0xAC32AF) is known color: Dark Orchid. HEX triplet: AC, 32 and AF. RGB value is (172,50,175). Sum of RGB (Red+Green+Blue) = 172+50+175=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 50 (19.92% from 255 or 12.59% from 397); Blue value is 175 (68.75% from 255 or 44.08% from 397); Max value from RGB is 175 - color contains mainly: blue. Hex color #AC32AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC32AF is #53CD50. Grayscale: #646464. Windows color (decimal): -5492049 or 11481772. OLE color: 11481772.
HSL color Cylindrical-coordinate representation of color #AC32AF: hue angle of 298.56º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AC32AF is Cyan = 0.02, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 50 | 175 | - |
| CMYK | 0.02 | 0.71 | 0 | 0.31 |
| HSL | 298.56º | 0.56% | 0.44% | - |
| HSV(B) | 298.56º | 0.71% | 0.69% | - |
| XYZ | 25.89 | 14.15 | 41.92 | - |
| YUV | 100.73 | 169.92 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 50 | 175 | 0.02 | 0.71 | 0 | 0.31 | 298.56 | 0.56 | 0.44 |
| Hex | AC | 32 | AF | 2 | 47 | 0 | 1F | 12B | 38 | 2C |
| Octal | 254 | 62 | 257 | 2 | 107 | 0 | 37 | 453 | 70 | 54 |
| Binary | 10101100 | 110010 | 10101111 | 10 | 1000111 | 0 | 11111 | 100101011 | 111000 | 101100 |
Color Harmonies of #AC32AF
Complementary color
Monochromatic Colors of #AC32AF
Black with #AC32AF
Text Example
Text Example
White with #AC32AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC32AF; }
p { color: rgb(172,50,175); }
H1.HeaderClassName
{
color: #AC32AF;
}
.AnyTagClassName
{
color: #AC32AF;
}
</style>
background-color css
<style>
a { background-color: #AC32AF; }
a { background-color: rgb(172,50,175); }
div.DivClassName
{
background-color: #AC32AF;
}
.BgClassName
{
background-color: #AC32AF;
}
</style>
border-color css
<style>
span { border-color: #AC32AF; }
span { border-color: rgb(172,50,175); }
td.TdClassName
{
border-color: #AC32AF;
}
.TagClassName
{
border-color: #AC32AF;
}
</style>