Shades of Dark Orchid #AC33C5
Tints of Dark Orchid #AC33C5
RGB
CMYK
RGB Variations
Color information
#AC33C5 (or 0xAC33C5) is known color: Dark Orchid. HEX triplet: AC, 33 and C5. RGB value is (172,51,197). Sum of RGB (Red+Green+Blue) = 172+51+197=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 51 (20.31% from 255 or 12.14% from 420); Blue value is 197 (77.34% from 255 or 46.90% from 420); Max value from RGB is 197 - color contains mainly: blue. Hex color #AC33C5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC33C5 is #53CC3A. Grayscale: #676767. Windows color (decimal): -5491771 or 12923820. OLE color: 12923820.
HSL color Cylindrical-coordinate representation of color #AC33C5: hue angle of 289.73º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC33C5 is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 51 | 197 | - |
| CMYK | 0.13 | 0.74 | 0 | 0.23 |
| HSL | 289.73º | 0.59% | 0.49% | - |
| HSV(B) | 289.73º | 0.74% | 0.77% | - |
| XYZ | 28.28 | 15.17 | 54.26 | - |
| YUV | 103.82 | 180.59 | 176.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 51 | 197 | 0.13 | 0.74 | 0 | 0.23 | 289.73 | 0.59 | 0.49 |
| Hex | AC | 33 | C5 | D | 4A | 0 | 17 | 122 | 3B | 31 |
| Octal | 254 | 63 | 305 | 15 | 112 | 0 | 27 | 442 | 73 | 61 |
| Binary | 10101100 | 110011 | 11000101 | 1101 | 1001010 | 0 | 10111 | 100100010 | 111011 | 110001 |
Color Harmonies of #AC33C5
Complementary color
Monochromatic Colors of #AC33C5
Black with #AC33C5
Text Example
Text Example
White with #AC33C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC33C5; }
p { color: rgb(172,51,197); }
H1.HeaderClassName
{
color: #AC33C5;
}
.AnyTagClassName
{
color: #AC33C5;
}
</style>
background-color css
<style>
a { background-color: #AC33C5; }
a { background-color: rgb(172,51,197); }
div.DivClassName
{
background-color: #AC33C5;
}
.BgClassName
{
background-color: #AC33C5;
}
</style>
border-color css
<style>
span { border-color: #AC33C5; }
span { border-color: rgb(172,51,197); }
td.TdClassName
{
border-color: #AC33C5;
}
.TagClassName
{
border-color: #AC33C5;
}
</style>