Shades of Dark Orchid #A337BA
Tints of Dark Orchid #A337BA
RGB
CMYK
RGB Variations
Color information
#A337BA (or 0xA337BA) is known color: Dark Orchid. HEX triplet: A3, 37 and BA. RGB value is (163,55,186). Sum of RGB (Red+Green+Blue) = 163+55+186=404 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.35% from 404); Green value is 55 (21.88% from 255 or 13.61% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 186 - color contains mainly: blue. Hex color #A337BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A337BA is #5CC845. Grayscale: #656565. Windows color (decimal): -6080582 or 12203939. OLE color: 12203939.
HSL color Cylindrical-coordinate representation of color #A337BA: hue angle of 289.47º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A337BA is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 55 | 186 | - |
| CMYK | 0.12 | 0.70 | 0 | 0.27 |
| HSL | 289.47º | 0.54% | 0.47% | - |
| HSV(B) | 289.47º | 0.7% | 0.73% | - |
| XYZ | 25.33 | 14.06 | 47.83 | - |
| YUV | 102.23 | 175.28 | 171.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 55 | 186 | 0.12 | 0.70 | 0 | 0.27 | 289.47 | 0.54 | 0.47 |
| Hex | A3 | 37 | BA | C | 46 | 0 | 1B | 121 | 36 | 2F |
| Octal | 243 | 67 | 272 | 14 | 106 | 0 | 33 | 441 | 66 | 57 |
| Binary | 10100011 | 110111 | 10111010 | 1100 | 1000110 | 0 | 11011 | 100100001 | 110110 | 101111 |
Color Harmonies of #A337BA
Complementary color
Monochromatic Colors of #A337BA
Black with #A337BA
Text Example
Text Example
White with #A337BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A337BA; }
p { color: rgb(163,55,186); }
H1.HeaderClassName
{
color: #A337BA;
}
.AnyTagClassName
{
color: #A337BA;
}
</style>
background-color css
<style>
a { background-color: #A337BA; }
a { background-color: rgb(163,55,186); }
div.DivClassName
{
background-color: #A337BA;
}
.BgClassName
{
background-color: #A337BA;
}
</style>
border-color css
<style>
span { border-color: #A337BA; }
span { border-color: rgb(163,55,186); }
td.TdClassName
{
border-color: #A337BA;
}
.TagClassName
{
border-color: #A337BA;
}
</style>