Shades of Dark Orchid #A439BA
Tints of Dark Orchid #A439BA
RGB
CMYK
RGB Variations
Color information
#A439BA (or 0xA439BA) is known color: Dark Orchid. HEX triplet: A4, 39 and BA. RGB value is (164,57,186). Sum of RGB (Red+Green+Blue) = 164+57+186=407 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.29% from 407); Green value is 57 (22.66% from 255 or 14.00% from 407); Blue value is 186 (73.05% from 255 or 45.70% from 407); Max value from RGB is 186 - color contains mainly: blue. Hex color #A439BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A439BA is #5BC645. Grayscale: #676767. Windows color (decimal): -6014534 or 12204452. OLE color: 12204452.
HSL color Cylindrical-coordinate representation of color #A439BA: hue angle of 289.77º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A439BA is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 57 | 186 | - |
| CMYK | 0.12 | 0.69 | 0 | 0.27 |
| HSL | 289.77º | 0.53% | 0.48% | - |
| HSV(B) | 289.77º | 0.69% | 0.73% | - |
| XYZ | 25.64 | 14.36 | 47.88 | - |
| YUV | 103.7 | 174.45 | 171.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 57 | 186 | 0.12 | 0.69 | 0 | 0.27 | 289.77 | 0.53 | 0.48 |
| Hex | A4 | 39 | BA | C | 45 | 0 | 1B | 122 | 35 | 30 |
| Octal | 244 | 71 | 272 | 14 | 105 | 0 | 33 | 442 | 65 | 60 |
| Binary | 10100100 | 111001 | 10111010 | 1100 | 1000101 | 0 | 11011 | 100100010 | 110101 | 110000 |
Color Harmonies of #A439BA
Complementary color
Monochromatic Colors of #A439BA
Black with #A439BA
Text Example
Text Example
White with #A439BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A439BA; }
p { color: rgb(164,57,186); }
H1.HeaderClassName
{
color: #A439BA;
}
.AnyTagClassName
{
color: #A439BA;
}
</style>
background-color css
<style>
a { background-color: #A439BA; }
a { background-color: rgb(164,57,186); }
div.DivClassName
{
background-color: #A439BA;
}
.BgClassName
{
background-color: #A439BA;
}
</style>
border-color css
<style>
span { border-color: #A439BA; }
span { border-color: rgb(164,57,186); }
td.TdClassName
{
border-color: #A439BA;
}
.TagClassName
{
border-color: #A439BA;
}
</style>