Shades of Dark Orchid #AC31CB
Tints of Dark Orchid #AC31CB
RGB
CMYK
RGB Variations
Color information
#AC31CB (or 0xAC31CB) is known color: Dark Orchid. HEX triplet: AC, 31 and CB. RGB value is (172,49,203). Sum of RGB (Red+Green+Blue) = 172+49+203=424 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.57% from 424); Green value is 49 (19.53% from 255 or 11.56% from 424); Blue value is 203 (79.69% from 255 or 47.88% from 424); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC31CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC31CB is #53CE34. Grayscale: #666666. Windows color (decimal): -5492277 or 13316524. OLE color: 13316524.
HSL color Cylindrical-coordinate representation of color #AC31CB: hue angle of 287.92º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AC31CB is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 49 | 203 | - |
| CMYK | 0.15 | 0.76 | 0 | 0.20 |
| HSL | 287.92º | 0.61% | 0.49% | - |
| HSV(B) | 287.92º | 0.76% | 0.8% | - |
| XYZ | 28.89 | 15.28 | 57.93 | - |
| YUV | 103.33 | 184.25 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 49 | 203 | 0.15 | 0.76 | 0 | 0.20 | 287.92 | 0.61 | 0.49 |
| Hex | AC | 31 | CB | F | 4C | 0 | 14 | 120 | 3D | 31 |
| Octal | 254 | 61 | 313 | 17 | 114 | 0 | 24 | 440 | 75 | 61 |
| Binary | 10101100 | 110001 | 11001011 | 1111 | 1001100 | 0 | 10100 | 100100000 | 111101 | 110001 |
Color Harmonies of #AC31CB
Complementary color
Monochromatic Colors of #AC31CB
Black with #AC31CB
Text Example
Text Example
White with #AC31CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC31CB; }
p { color: rgb(172,49,203); }
H1.HeaderClassName
{
color: #AC31CB;
}
.AnyTagClassName
{
color: #AC31CB;
}
</style>
background-color css
<style>
a { background-color: #AC31CB; }
a { background-color: rgb(172,49,203); }
div.DivClassName
{
background-color: #AC31CB;
}
.BgClassName
{
background-color: #AC31CB;
}
</style>
border-color css
<style>
span { border-color: #AC31CB; }
span { border-color: rgb(172,49,203); }
td.TdClassName
{
border-color: #AC31CB;
}
.TagClassName
{
border-color: #AC31CB;
}
</style>