Shades of Dark Orchid #AC33BB
Tints of Dark Orchid #AC33BB
RGB
CMYK
RGB Variations
Color information
#AC33BB (or 0xAC33BB) is known color: Dark Orchid. HEX triplet: AC, 33 and BB. RGB value is (172,51,187). Sum of RGB (Red+Green+Blue) = 172+51+187=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 51 (20.31% from 255 or 12.44% from 410); Blue value is 187 (73.44% from 255 or 45.61% from 410); Max value from RGB is 187 - color contains mainly: blue. Hex color #AC33BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC33BB is #53CC44. Grayscale: #666666. Windows color (decimal): -5491781 or 12268460. OLE color: 12268460.
HSL color Cylindrical-coordinate representation of color #AC33BB: hue angle of 293.38º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AC33BB is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 51 | 187 | - |
| CMYK | 0.08 | 0.73 | 0 | 0.27 |
| HSL | 293.38º | 0.57% | 0.47% | - |
| HSV(B) | 293.38º | 0.73% | 0.73% | - |
| XYZ | 27.17 | 14.73 | 48.42 | - |
| YUV | 102.68 | 175.59 | 177.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 51 | 187 | 0.08 | 0.73 | 0 | 0.27 | 293.38 | 0.57 | 0.47 |
| Hex | AC | 33 | BB | 8 | 49 | 0 | 1B | 125 | 39 | 2F |
| Octal | 254 | 63 | 273 | 10 | 111 | 0 | 33 | 445 | 71 | 57 |
| Binary | 10101100 | 110011 | 10111011 | 1000 | 1001001 | 0 | 11011 | 100100101 | 111001 | 101111 |
Color Harmonies of #AC33BB
Complementary color
Monochromatic Colors of #AC33BB
Black with #AC33BB
Text Example
Text Example
White with #AC33BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC33BB; }
p { color: rgb(172,51,187); }
H1.HeaderClassName
{
color: #AC33BB;
}
.AnyTagClassName
{
color: #AC33BB;
}
</style>
background-color css
<style>
a { background-color: #AC33BB; }
a { background-color: rgb(172,51,187); }
div.DivClassName
{
background-color: #AC33BB;
}
.BgClassName
{
background-color: #AC33BB;
}
</style>
border-color css
<style>
span { border-color: #AC33BB; }
span { border-color: rgb(172,51,187); }
td.TdClassName
{
border-color: #AC33BB;
}
.TagClassName
{
border-color: #AC33BB;
}
</style>