Shades of Dark Orchid #AC33CB
Tints of Dark Orchid #AC33CB
RGB
CMYK
RGB Variations
Color information
#AC33CB (or 0xAC33CB) is known color: Dark Orchid. HEX triplet: AC, 33 and CB. RGB value is (172,51,203). Sum of RGB (Red+Green+Blue) = 172+51+203=426 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.38% from 426); Green value is 51 (20.31% from 255 or 11.97% from 426); Blue value is 203 (79.69% from 255 or 47.65% from 426); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC33CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC33CB is #53CC34. Grayscale: #686868. Windows color (decimal): -5491765 or 13317036. OLE color: 13317036.
HSL color Cylindrical-coordinate representation of color #AC33CB: hue angle of 287.76º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AC33CB is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 51 | 203 | - |
| CMYK | 0.15 | 0.75 | 0 | 0.20 |
| HSL | 287.76º | 0.6% | 0.5% | - |
| HSV(B) | 287.76º | 0.75% | 0.8% | - |
| XYZ | 28.98 | 15.45 | 57.95 | - |
| YUV | 104.51 | 183.59 | 176.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 51 | 203 | 0.15 | 0.75 | 0 | 0.20 | 287.76 | 0.6 | 0.5 |
| Hex | AC | 33 | CB | F | 4B | 0 | 14 | 120 | 3C | 32 |
| Octal | 254 | 63 | 313 | 17 | 113 | 0 | 24 | 440 | 74 | 62 |
| Binary | 10101100 | 110011 | 11001011 | 1111 | 1001011 | 0 | 10100 | 100100000 | 111100 | 110010 |
Color Harmonies of #AC33CB
Complementary color
Monochromatic Colors of #AC33CB
Black with #AC33CB
Text Example
Text Example
White with #AC33CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC33CB; }
p { color: rgb(172,51,203); }
H1.HeaderClassName
{
color: #AC33CB;
}
.AnyTagClassName
{
color: #AC33CB;
}
</style>
background-color css
<style>
a { background-color: #AC33CB; }
a { background-color: rgb(172,51,203); }
div.DivClassName
{
background-color: #AC33CB;
}
.BgClassName
{
background-color: #AC33CB;
}
</style>
border-color css
<style>
span { border-color: #AC33CB; }
span { border-color: rgb(172,51,203); }
td.TdClassName
{
border-color: #AC33CB;
}
.TagClassName
{
border-color: #AC33CB;
}
</style>