Shades of Dark Orchid #AC32B6
Tints of Dark Orchid #AC32B6
RGB
CMYK
RGB Variations
Color information
#AC32B6 (or 0xAC32B6) is known color: Dark Orchid. HEX triplet: AC, 32 and B6. RGB value is (172,50,182). Sum of RGB (Red+Green+Blue) = 172+50+182=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 50 (19.92% from 255 or 12.38% from 404); Blue value is 182 (71.48% from 255 or 45.05% from 404); Max value from RGB is 182 - color contains mainly: blue. Hex color #AC32B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC32B6 is #53CD49. Grayscale: #656565. Windows color (decimal): -5492042 or 11940524. OLE color: 11940524.
HSL color Cylindrical-coordinate representation of color #AC32B6: hue angle of 295.45º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AC32B6 is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 50 | 182 | - |
| CMYK | 0.05 | 0.73 | 0 | 0.29 |
| HSL | 295.45º | 0.57% | 0.45% | - |
| HSV(B) | 295.45º | 0.73% | 0.71% | - |
| XYZ | 26.6 | 14.43 | 45.64 | - |
| YUV | 101.53 | 173.42 | 178.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 50 | 182 | 0.05 | 0.73 | 0 | 0.29 | 295.45 | 0.57 | 0.45 |
| Hex | AC | 32 | B6 | 5 | 49 | 0 | 1D | 127 | 39 | 2D |
| Octal | 254 | 62 | 266 | 5 | 111 | 0 | 35 | 447 | 71 | 55 |
| Binary | 10101100 | 110010 | 10110110 | 101 | 1001001 | 0 | 11101 | 100100111 | 111001 | 101101 |
Color Harmonies of #AC32B6
Complementary color
Monochromatic Colors of #AC32B6
Black with #AC32B6
Text Example
Text Example
White with #AC32B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC32B6; }
p { color: rgb(172,50,182); }
H1.HeaderClassName
{
color: #AC32B6;
}
.AnyTagClassName
{
color: #AC32B6;
}
</style>
background-color css
<style>
a { background-color: #AC32B6; }
a { background-color: rgb(172,50,182); }
div.DivClassName
{
background-color: #AC32B6;
}
.BgClassName
{
background-color: #AC32B6;
}
</style>
border-color css
<style>
span { border-color: #AC32B6; }
span { border-color: rgb(172,50,182); }
td.TdClassName
{
border-color: #AC32B6;
}
.TagClassName
{
border-color: #AC32B6;
}
</style>