Shades of Dark Orchid #AC33BA
Tints of Dark Orchid #AC33BA
RGB
CMYK
RGB Variations
Color information
#AC33BA (or 0xAC33BA) is known color: Dark Orchid. HEX triplet: AC, 33 and BA. RGB value is (172,51,186). Sum of RGB (Red+Green+Blue) = 172+51+186=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 51 (20.31% from 255 or 12.47% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC33BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC33BA is #53CC45. Grayscale: #666666. Windows color (decimal): -5491782 or 12202924. OLE color: 12202924.
HSL color Cylindrical-coordinate representation of color #AC33BA: hue angle of 293.78º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AC33BA is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 51 | 186 | - |
| CMYK | 0.08 | 0.73 | 0 | 0.27 |
| HSL | 293.78º | 0.57% | 0.46% | - |
| HSV(B) | 293.78º | 0.73% | 0.73% | - |
| XYZ | 27.06 | 14.68 | 47.86 | - |
| YUV | 102.57 | 175.09 | 177.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 51 | 186 | 0.08 | 0.73 | 0 | 0.27 | 293.78 | 0.57 | 0.46 |
| Hex | AC | 33 | BA | 8 | 49 | 0 | 1B | 126 | 39 | 2E |
| Octal | 254 | 63 | 272 | 10 | 111 | 0 | 33 | 446 | 71 | 56 |
| Binary | 10101100 | 110011 | 10111010 | 1000 | 1001001 | 0 | 11011 | 100100110 | 111001 | 101110 |
Color Harmonies of #AC33BA
Complementary color
Monochromatic Colors of #AC33BA
Black with #AC33BA
Text Example
Text Example
White with #AC33BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC33BA; }
p { color: rgb(172,51,186); }
H1.HeaderClassName
{
color: #AC33BA;
}
.AnyTagClassName
{
color: #AC33BA;
}
</style>
background-color css
<style>
a { background-color: #AC33BA; }
a { background-color: rgb(172,51,186); }
div.DivClassName
{
background-color: #AC33BA;
}
.BgClassName
{
background-color: #AC33BA;
}
</style>
border-color css
<style>
span { border-color: #AC33BA; }
span { border-color: rgb(172,51,186); }
td.TdClassName
{
border-color: #AC33BA;
}
.TagClassName
{
border-color: #AC33BA;
}
</style>