Shades of Dark Orchid #A42DBC
Tints of Dark Orchid #A42DBC
RGB
CMYK
RGB Variations
Color information
#A42DBC (or 0xA42DBC) is known color: Dark Orchid. HEX triplet: A4, 2D and BC. RGB value is (164,45,188). Sum of RGB (Red+Green+Blue) = 164+45+188=397 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.31% from 397); Green value is 45 (17.97% from 255 or 11.34% from 397); Blue value is 188 (73.83% from 255 or 47.36% from 397); Max value from RGB is 188 - color contains mainly: blue. Hex color #A42DBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A42DBC is #5BD243. Grayscale: #606060. Windows color (decimal): -6017604 or 12332452. OLE color: 12332452.
HSL color Cylindrical-coordinate representation of color #A42DBC: hue angle of 289.93º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A42DBC is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 45 | 188 | - |
| CMYK | 0.13 | 0.76 | 0 | 0.26 |
| HSL | 289.93º | 0.61% | 0.46% | - |
| HSV(B) | 289.93º | 0.76% | 0.74% | - |
| XYZ | 25.33 | 13.4 | 48.83 | - |
| YUV | 96.88 | 179.42 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 45 | 188 | 0.13 | 0.76 | 0 | 0.26 | 289.93 | 0.61 | 0.46 |
| Hex | A4 | 2D | BC | D | 4C | 0 | 1A | 122 | 3D | 2E |
| Octal | 244 | 55 | 274 | 15 | 114 | 0 | 32 | 442 | 75 | 56 |
| Binary | 10100100 | 101101 | 10111100 | 1101 | 1001100 | 0 | 11010 | 100100010 | 111101 | 101110 |
Color Harmonies of #A42DBC
Complementary color
Monochromatic Colors of #A42DBC
Black with #A42DBC
Text Example
Text Example
White with #A42DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42DBC; }
p { color: rgb(164,45,188); }
H1.HeaderClassName
{
color: #A42DBC;
}
.AnyTagClassName
{
color: #A42DBC;
}
</style>
background-color css
<style>
a { background-color: #A42DBC; }
a { background-color: rgb(164,45,188); }
div.DivClassName
{
background-color: #A42DBC;
}
.BgClassName
{
background-color: #A42DBC;
}
</style>
border-color css
<style>
span { border-color: #A42DBC; }
span { border-color: rgb(164,45,188); }
td.TdClassName
{
border-color: #A42DBC;
}
.TagClassName
{
border-color: #A42DBC;
}
</style>