Shades of Dark Orchid #A439BC
Tints of Dark Orchid #A439BC
RGB
CMYK
RGB Variations
Color information
#A439BC (or 0xA439BC) is known color: Dark Orchid. HEX triplet: A4, 39 and BC. RGB value is (164,57,188). Sum of RGB (Red+Green+Blue) = 164+57+188=409 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.10% from 409); Green value is 57 (22.66% from 255 or 13.94% from 409); Blue value is 188 (73.83% from 255 or 45.97% from 409); Max value from RGB is 188 - color contains mainly: blue. Hex color #A439BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A439BC is #5BC643. Grayscale: #676767. Windows color (decimal): -6014532 or 12335524. OLE color: 12335524.
HSL color Cylindrical-coordinate representation of color #A439BC: hue angle of 289.01º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A439BC is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 57 | 188 | - |
| CMYK | 0.13 | 0.70 | 0 | 0.26 |
| HSL | 289.01º | 0.53% | 0.48% | - |
| HSV(B) | 289.01º | 0.7% | 0.74% | - |
| XYZ | 25.85 | 14.45 | 49 | - |
| YUV | 103.93 | 175.45 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 57 | 188 | 0.13 | 0.70 | 0 | 0.26 | 289.01 | 0.53 | 0.48 |
| Hex | A4 | 39 | BC | D | 46 | 0 | 1A | 121 | 35 | 30 |
| Octal | 244 | 71 | 274 | 15 | 106 | 0 | 32 | 441 | 65 | 60 |
| Binary | 10100100 | 111001 | 10111100 | 1101 | 1000110 | 0 | 11010 | 100100001 | 110101 | 110000 |
Color Harmonies of #A439BC
Complementary color
Monochromatic Colors of #A439BC
Black with #A439BC
Text Example
Text Example
White with #A439BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A439BC; }
p { color: rgb(164,57,188); }
H1.HeaderClassName
{
color: #A439BC;
}
.AnyTagClassName
{
color: #A439BC;
}
</style>
background-color css
<style>
a { background-color: #A439BC; }
a { background-color: rgb(164,57,188); }
div.DivClassName
{
background-color: #A439BC;
}
.BgClassName
{
background-color: #A439BC;
}
</style>
border-color css
<style>
span { border-color: #A439BC; }
span { border-color: rgb(164,57,188); }
td.TdClassName
{
border-color: #A439BC;
}
.TagClassName
{
border-color: #A439BC;
}
</style>