Shades of Dark Orchid #AC33C4
Tints of Dark Orchid #AC33C4
RGB
CMYK
RGB Variations
Color information
#AC33C4 (or 0xAC33C4) is known color: Dark Orchid. HEX triplet: AC, 33 and C4. RGB value is (172,51,196). Sum of RGB (Red+Green+Blue) = 172+51+196=419 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.05% from 419); Green value is 51 (20.31% from 255 or 12.17% from 419); Blue value is 196 (76.95% from 255 or 46.78% from 419); Max value from RGB is 196 - color contains mainly: blue. Hex color #AC33C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC33C4 is #53CC3B. Grayscale: #676767. Windows color (decimal): -5491772 or 12858284. OLE color: 12858284.
HSL color Cylindrical-coordinate representation of color #AC33C4: hue angle of 290.07º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC33C4 is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 51 | 196 | - |
| CMYK | 0.12 | 0.74 | 0 | 0.23 |
| HSL | 290.07º | 0.59% | 0.48% | - |
| HSV(B) | 290.07º | 0.74% | 0.77% | - |
| XYZ | 28.16 | 15.12 | 53.66 | - |
| YUV | 103.71 | 180.09 | 176.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 51 | 196 | 0.12 | 0.74 | 0 | 0.23 | 290.07 | 0.59 | 0.48 |
| Hex | AC | 33 | C4 | C | 4A | 0 | 17 | 122 | 3B | 30 |
| Octal | 254 | 63 | 304 | 14 | 112 | 0 | 27 | 442 | 73 | 60 |
| Binary | 10101100 | 110011 | 11000100 | 1100 | 1001010 | 0 | 10111 | 100100010 | 111011 | 110000 |
Color Harmonies of #AC33C4
Complementary color
Monochromatic Colors of #AC33C4
Black with #AC33C4
Text Example
Text Example
White with #AC33C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC33C4; }
p { color: rgb(172,51,196); }
H1.HeaderClassName
{
color: #AC33C4;
}
.AnyTagClassName
{
color: #AC33C4;
}
</style>
background-color css
<style>
a { background-color: #AC33C4; }
a { background-color: rgb(172,51,196); }
div.DivClassName
{
background-color: #AC33C4;
}
.BgClassName
{
background-color: #AC33C4;
}
</style>
border-color css
<style>
span { border-color: #AC33C4; }
span { border-color: rgb(172,51,196); }
td.TdClassName
{
border-color: #AC33C4;
}
.TagClassName
{
border-color: #AC33C4;
}
</style>