Shades of Dark Orchid #A43BBC
Tints of Dark Orchid #A43BBC
RGB
CMYK
RGB Variations
Color information
#A43BBC (or 0xA43BBC) is known color: Dark Orchid. HEX triplet: A4, 3B and BC. RGB value is (164,59,188). Sum of RGB (Red+Green+Blue) = 164+59+188=411 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.90% from 411); Green value is 59 (23.44% from 255 or 14.36% from 411); Blue value is 188 (73.83% from 255 or 45.74% from 411); Max value from RGB is 188 - color contains mainly: blue. Hex color #A43BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A43BBC is #5BC443. Grayscale: #686868. Windows color (decimal): -6014020 or 12336036. OLE color: 12336036.
HSL color Cylindrical-coordinate representation of color #A43BBC: hue angle of 288.84º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A43BBC is Cyan = 0.13, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 59 | 188 | - |
| CMYK | 0.13 | 0.69 | 0 | 0.26 |
| HSL | 288.84º | 0.52% | 0.48% | - |
| HSV(B) | 288.84º | 0.69% | 0.74% | - |
| XYZ | 25.95 | 14.65 | 49.04 | - |
| YUV | 105.1 | 174.79 | 170.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 59 | 188 | 0.13 | 0.69 | 0 | 0.26 | 288.84 | 0.52 | 0.48 |
| Hex | A4 | 3B | BC | D | 45 | 0 | 1A | 121 | 34 | 30 |
| Octal | 244 | 73 | 274 | 15 | 105 | 0 | 32 | 441 | 64 | 60 |
| Binary | 10100100 | 111011 | 10111100 | 1101 | 1000101 | 0 | 11010 | 100100001 | 110100 | 110000 |
Color Harmonies of #A43BBC
Complementary color
Monochromatic Colors of #A43BBC
Black with #A43BBC
Text Example
Text Example
White with #A43BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43BBC; }
p { color: rgb(164,59,188); }
H1.HeaderClassName
{
color: #A43BBC;
}
.AnyTagClassName
{
color: #A43BBC;
}
</style>
background-color css
<style>
a { background-color: #A43BBC; }
a { background-color: rgb(164,59,188); }
div.DivClassName
{
background-color: #A43BBC;
}
.BgClassName
{
background-color: #A43BBC;
}
</style>
border-color css
<style>
span { border-color: #A43BBC; }
span { border-color: rgb(164,59,188); }
td.TdClassName
{
border-color: #A43BBC;
}
.TagClassName
{
border-color: #A43BBC;
}
</style>