Shades of Dark Orchid #A43CBC
Tints of Dark Orchid #A43CBC
RGB
CMYK
RGB Variations
Color information
#A43CBC (or 0xA43CBC) is known color: Dark Orchid. HEX triplet: A4, 3C and BC. RGB value is (164,60,188). Sum of RGB (Red+Green+Blue) = 164+60+188=412 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.81% from 412); Green value is 60 (23.83% from 255 or 14.56% from 412); Blue value is 188 (73.83% from 255 or 45.63% from 412); Max value from RGB is 188 - color contains mainly: blue. Hex color #A43CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A43CBC is #5BC343. Grayscale: #696969. Windows color (decimal): -6013764 or 12336292. OLE color: 12336292.
HSL color Cylindrical-coordinate representation of color #A43CBC: hue angle of 288.75º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A43CBC is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 60 | 188 | - |
| CMYK | 0.13 | 0.68 | 0 | 0.26 |
| HSL | 288.75º | 0.52% | 0.49% | - |
| HSV(B) | 288.75º | 0.68% | 0.74% | - |
| XYZ | 26 | 14.76 | 49.05 | - |
| YUV | 105.69 | 174.46 | 169.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 60 | 188 | 0.13 | 0.68 | 0 | 0.26 | 288.75 | 0.52 | 0.49 |
| Hex | A4 | 3C | BC | D | 44 | 0 | 1A | 121 | 34 | 31 |
| Octal | 244 | 74 | 274 | 15 | 104 | 0 | 32 | 441 | 64 | 61 |
| Binary | 10100100 | 111100 | 10111100 | 1101 | 1000100 | 0 | 11010 | 100100001 | 110100 | 110001 |
Color Harmonies of #A43CBC
Complementary color
Monochromatic Colors of #A43CBC
Black with #A43CBC
Text Example
Text Example
White with #A43CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43CBC; }
p { color: rgb(164,60,188); }
H1.HeaderClassName
{
color: #A43CBC;
}
.AnyTagClassName
{
color: #A43CBC;
}
</style>
background-color css
<style>
a { background-color: #A43CBC; }
a { background-color: rgb(164,60,188); }
div.DivClassName
{
background-color: #A43CBC;
}
.BgClassName
{
background-color: #A43CBC;
}
</style>
border-color css
<style>
span { border-color: #A43CBC; }
span { border-color: rgb(164,60,188); }
td.TdClassName
{
border-color: #A43CBC;
}
.TagClassName
{
border-color: #A43CBC;
}
</style>