Shades of Dark Orchid #AC34BA
Tints of Dark Orchid #AC34BA
RGB
CMYK
RGB Variations
Color information
#AC34BA (or 0xAC34BA) is known color: Dark Orchid. HEX triplet: AC, 34 and BA. RGB value is (172,52,186). Sum of RGB (Red+Green+Blue) = 172+52+186=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 52 (20.70% from 255 or 12.68% from 410); Blue value is 186 (73.05% from 255 or 45.37% from 410); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC34BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC34BA is #53CB45. Grayscale: #666666. Windows color (decimal): -5491526 or 12203180. OLE color: 12203180.
HSL color Cylindrical-coordinate representation of color #AC34BA: hue angle of 293.73º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AC34BA is Cyan = 0.08, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 52 | 186 | - |
| CMYK | 0.08 | 0.72 | 0 | 0.27 |
| HSL | 293.73º | 0.56% | 0.47% | - |
| HSV(B) | 293.73º | 0.72% | 0.73% | - |
| XYZ | 27.1 | 14.77 | 47.88 | - |
| YUV | 103.16 | 174.76 | 177.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 52 | 186 | 0.08 | 0.72 | 0 | 0.27 | 293.73 | 0.56 | 0.47 |
| Hex | AC | 34 | BA | 8 | 48 | 0 | 1B | 126 | 38 | 2F |
| Octal | 254 | 64 | 272 | 10 | 110 | 0 | 33 | 446 | 70 | 57 |
| Binary | 10101100 | 110100 | 10111010 | 1000 | 1001000 | 0 | 11011 | 100100110 | 111000 | 101111 |
Color Harmonies of #AC34BA
Complementary color
Monochromatic Colors of #AC34BA
Black with #AC34BA
Text Example
Text Example
White with #AC34BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC34BA; }
p { color: rgb(172,52,186); }
H1.HeaderClassName
{
color: #AC34BA;
}
.AnyTagClassName
{
color: #AC34BA;
}
</style>
background-color css
<style>
a { background-color: #AC34BA; }
a { background-color: rgb(172,52,186); }
div.DivClassName
{
background-color: #AC34BA;
}
.BgClassName
{
background-color: #AC34BA;
}
</style>
border-color css
<style>
span { border-color: #AC34BA; }
span { border-color: rgb(172,52,186); }
td.TdClassName
{
border-color: #AC34BA;
}
.TagClassName
{
border-color: #AC34BA;
}
</style>